Enum FallbackScope (0.76.0)

public enum FallbackScope extends Enum<FallbackScope> implements ProtocolMessageEnum

Specifies the scope to use if the organization service agent is not configured.

Protobuf enum google.cloud.kms.inventory.v1.FallbackScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
FALLBACK_SCOPE_PROJECT

If set to FALLBACK_SCOPE_PROJECT, the API will fall back to using key's project as request scope if the kms organization service account is not configured.

FALLBACK_SCOPE_PROJECT = 1;

FALLBACK_SCOPE_PROJECT_VALUE

If set to FALLBACK_SCOPE_PROJECT, the API will fall back to using key's project as request scope if the kms organization service account is not configured.

FALLBACK_SCOPE_PROJECT = 1;

FALLBACK_SCOPE_UNSPECIFIED

Unspecified scope type.

FALLBACK_SCOPE_UNSPECIFIED = 0;

FALLBACK_SCOPE_UNSPECIFIED_VALUE

Unspecified scope type.

FALLBACK_SCOPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()