Uses of Class
com.google.cloud.channel.v1.Entitlement.ProvisioningState
-
Packages that use Entitlement.ProvisioningState Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Entitlement.ProvisioningState in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Entitlement.ProvisioningState Modifier and Type Method Description static Entitlement.ProvisioningState
Entitlement.ProvisioningState. forNumber(int value)
Entitlement.ProvisioningState
Entitlement.Builder. getProvisioningState()
Output only.Entitlement.ProvisioningState
Entitlement. getProvisioningState()
Output only.Entitlement.ProvisioningState
EntitlementOrBuilder. getProvisioningState()
Output only.static Entitlement.ProvisioningState
Entitlement.ProvisioningState. valueOf(int value)
Deprecated.static Entitlement.ProvisioningState
Entitlement.ProvisioningState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Entitlement.ProvisioningState
Entitlement.ProvisioningState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entitlement.ProvisioningState[]
Entitlement.ProvisioningState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.channel.v1 that return types with arguments of type Entitlement.ProvisioningState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Entitlement.ProvisioningState>
Entitlement.ProvisioningState. internalGetValueMap()
Methods in com.google.cloud.channel.v1 with parameters of type Entitlement.ProvisioningState Modifier and Type Method Description Entitlement.Builder
Entitlement.Builder. setProvisioningState(Entitlement.ProvisioningState value)
Output only.
-