Enum GCAEntitlementType (0.52.0)

public enum GCAEntitlementType extends Enum<GCAEntitlementType> implements ProtocolMessageEnum

Enum representing the type of GCA entitlement assigned to a resource.

Protobuf enum google.cloud.alloydb.v1beta.GCAEntitlementType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GCA_ENTITLEMENT_TYPE_UNSPECIFIED

No GCA entitlement is assigned.

GCA_ENTITLEMENT_TYPE_UNSPECIFIED = 0;

GCA_ENTITLEMENT_TYPE_UNSPECIFIED_VALUE

No GCA entitlement is assigned.

GCA_ENTITLEMENT_TYPE_UNSPECIFIED = 0;

GCA_STANDARD

The resource is entitled to the GCA Standard Tier.

GCA_STANDARD = 1;

GCA_STANDARD_VALUE

The resource is entitled to the GCA Standard Tier.

GCA_STANDARD = 1;

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()