public enum GCAEntitlementType extends Enum<GCAEntitlementType> implements ProtocolMessageEnum
Enum representing the type of GCA entitlement assigned to a resource.
Protobuf enum google.cloud.alloydb.v1alpha.GCAEntitlementType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GCA_ENTITLEMENT_TYPE_UNSPECIFIED |
No GCA entitlement is assigned. |
GCA_ENTITLEMENT_TYPE_UNSPECIFIED_VALUE |
No GCA entitlement is assigned. |
GCA_STANDARD |
The resource is entitled to the GCA Standard Tier. |
GCA_STANDARD_VALUE |
The resource is entitled to the GCA Standard Tier. |
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() |