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