Uses of Class
com.google.cloud.channel.v1.Entitlement.SuspensionReason
-
Packages that use Entitlement.SuspensionReason Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Entitlement.SuspensionReason in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Entitlement.SuspensionReason Modifier and Type Method Description static Entitlement.SuspensionReason
Entitlement.SuspensionReason. forNumber(int value)
Entitlement.SuspensionReason
EntitlementChange.Builder. getSuspensionReason()
Suspension reason for the Entitlement.Entitlement.SuspensionReason
EntitlementChange. getSuspensionReason()
Suspension reason for the Entitlement.Entitlement.SuspensionReason
EntitlementChangeOrBuilder. getSuspensionReason()
Suspension reason for the Entitlement.Entitlement.SuspensionReason
Entitlement.Builder. getSuspensionReasons(int index)
Output only.Entitlement.SuspensionReason
Entitlement. getSuspensionReasons(int index)
Output only.Entitlement.SuspensionReason
EntitlementOrBuilder. getSuspensionReasons(int index)
Output only.static Entitlement.SuspensionReason
Entitlement.SuspensionReason. valueOf(int value)
Deprecated.static Entitlement.SuspensionReason
Entitlement.SuspensionReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Entitlement.SuspensionReason
Entitlement.SuspensionReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entitlement.SuspensionReason[]
Entitlement.SuspensionReason. 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.SuspensionReason Modifier and Type Method Description List<Entitlement.SuspensionReason>
Entitlement.Builder. getSuspensionReasonsList()
Output only.List<Entitlement.SuspensionReason>
Entitlement. getSuspensionReasonsList()
Output only.List<Entitlement.SuspensionReason>
EntitlementOrBuilder. getSuspensionReasonsList()
Output only.static com.google.protobuf.Internal.EnumLiteMap<Entitlement.SuspensionReason>
Entitlement.SuspensionReason. internalGetValueMap()
Methods in com.google.cloud.channel.v1 with parameters of type Entitlement.SuspensionReason Modifier and Type Method Description Entitlement.Builder
Entitlement.Builder. addSuspensionReasons(Entitlement.SuspensionReason value)
Output only.EntitlementChange.Builder
EntitlementChange.Builder. setSuspensionReason(Entitlement.SuspensionReason value)
Suspension reason for the Entitlement.Entitlement.Builder
Entitlement.Builder. setSuspensionReasons(int index, Entitlement.SuspensionReason value)
Output only.Method parameters in com.google.cloud.channel.v1 with type arguments of type Entitlement.SuspensionReason Modifier and Type Method Description Entitlement.Builder
Entitlement.Builder. addAllSuspensionReasons(Iterable<? extends Entitlement.SuspensionReason> values)
Output only.
-