Uses of Class
com.google.api.ErrorReason
-
Packages that use ErrorReason Package Description com.google.api -
-
Uses of ErrorReason in com.google.api
Methods in com.google.api that return ErrorReason Modifier and Type Method Description static ErrorReason
ErrorReason. forNumber(int value)
static ErrorReason
ErrorReason. valueOf(int value)
Deprecated.static ErrorReason
ErrorReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ErrorReason
ErrorReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorReason[]
ErrorReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type ErrorReason Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorReason>
ErrorReason. internalGetValueMap()
-