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.SuspensionReasonEntitlement.SuspensionReason. forNumber(int value)Entitlement.SuspensionReasonEntitlementChange.Builder. getSuspensionReason()Suspension reason for the Entitlement.Entitlement.SuspensionReasonEntitlementChange. getSuspensionReason()Suspension reason for the Entitlement.Entitlement.SuspensionReasonEntitlementChangeOrBuilder. getSuspensionReason()Suspension reason for the Entitlement.Entitlement.SuspensionReasonEntitlement.Builder. getSuspensionReasons(int index)Output only.Entitlement.SuspensionReasonEntitlement. getSuspensionReasons(int index)Output only.Entitlement.SuspensionReasonEntitlementOrBuilder. getSuspensionReasons(int index)Output only.static Entitlement.SuspensionReasonEntitlement.SuspensionReason. valueOf(int value)Deprecated.static Entitlement.SuspensionReasonEntitlement.SuspensionReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Entitlement.SuspensionReasonEntitlement.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.BuilderEntitlement.Builder. addSuspensionReasons(Entitlement.SuspensionReason value)Output only.EntitlementChange.BuilderEntitlementChange.Builder. setSuspensionReason(Entitlement.SuspensionReason value)Suspension reason for the Entitlement.Entitlement.BuilderEntitlement.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.BuilderEntitlement.Builder. addAllSuspensionReasons(Iterable<? extends Entitlement.SuspensionReason> values)Output only.
-