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 ErrorReasonErrorReason. forNumber(int value)static ErrorReasonErrorReason. valueOf(int value)Deprecated.static ErrorReasonErrorReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ErrorReasonErrorReason. valueOf(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()
-