public enum Identity.IdentityType extends Enum<Identity.IdentityType> implements ProtocolMessageEnum
Type of service account to use for the dataset configuration.
Protobuf enum google.cloud.storageinsights.v1.Identity.IdentityType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IDENTITY_TYPE_PER_CONFIG |
Google managed service account per resource. |
IDENTITY_TYPE_PER_CONFIG_VALUE |
Google managed service account per resource. |
IDENTITY_TYPE_PER_PROJECT |
Google managed service account per project. |
IDENTITY_TYPE_PER_PROJECT_VALUE |
Google managed service account per project. |
IDENTITY_TYPE_UNSPECIFIED |
Default is unspecified and should not be used. |
IDENTITY_TYPE_UNSPECIFIED_VALUE |
Default is unspecified and should not be used. |
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() |