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