public interface GCAInstanceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcaEntitlement()
public abstract GCAEntitlementType getGcaEntitlement()
Output only. Represents the GCA entitlement state of the instance.
.google.cloud.alloydb.v1alpha.GCAEntitlementType gca_entitlement = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
GCAEntitlementType |
The gcaEntitlement. |
getGcaEntitlementValue()
public abstract int getGcaEntitlementValue()
Output only. Represents the GCA entitlement state of the instance.
.google.cloud.alloydb.v1alpha.GCAEntitlementType gca_entitlement = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for gcaEntitlement. |