Uses of Class
com.google.cloud.support.v2.Escalation.Reason
-
Packages that use Escalation.Reason Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Escalation.Reason in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Escalation.Reason Modifier and Type Method Description static Escalation.Reason
Escalation.Reason. forNumber(int value)
Escalation.Reason
Escalation.Builder. getReason()
Required.Escalation.Reason
Escalation. getReason()
Required.Escalation.Reason
EscalationOrBuilder. getReason()
Required.static Escalation.Reason
Escalation.Reason. valueOf(int value)
Deprecated.static Escalation.Reason
Escalation.Reason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Escalation.Reason
Escalation.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Escalation.Reason[]
Escalation.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.support.v2 that return types with arguments of type Escalation.Reason Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Escalation.Reason>
Escalation.Reason. internalGetValueMap()
Methods in com.google.cloud.support.v2 with parameters of type Escalation.Reason Modifier and Type Method Description Escalation.Builder
Escalation.Builder. setReason(Escalation.Reason value)
Required.
-