Uses of Class
com.google.cloud.channel.v1.EntitlementChange.ChangeReasonCase
-
Packages that use EntitlementChange.ChangeReasonCase Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of EntitlementChange.ChangeReasonCase in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return EntitlementChange.ChangeReasonCase Modifier and Type Method Description static EntitlementChange.ChangeReasonCase
EntitlementChange.ChangeReasonCase. forNumber(int value)
EntitlementChange.ChangeReasonCase
EntitlementChange.Builder. getChangeReasonCase()
EntitlementChange.ChangeReasonCase
EntitlementChange. getChangeReasonCase()
EntitlementChange.ChangeReasonCase
EntitlementChangeOrBuilder. getChangeReasonCase()
static EntitlementChange.ChangeReasonCase
EntitlementChange.ChangeReasonCase. valueOf(int value)
Deprecated.static EntitlementChange.ChangeReasonCase
EntitlementChange.ChangeReasonCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntitlementChange.ChangeReasonCase[]
EntitlementChange.ChangeReasonCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-