Uses of Class
com.google.api.servicecontrol.v1.CheckError.Code
-
Packages that use CheckError.Code Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of CheckError.Code in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return CheckError.Code Modifier and Type Method Description static CheckError.Code
CheckError.Code. forNumber(int value)
CheckError.Code
CheckError.Builder. getCode()
The error code.CheckError.Code
CheckError. getCode()
The error code.CheckError.Code
CheckErrorOrBuilder. getCode()
The error code.static CheckError.Code
CheckError.Code. valueOf(int value)
Deprecated.static CheckError.Code
CheckError.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CheckError.Code
CheckError.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckError.Code[]
CheckError.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type CheckError.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CheckError.Code>
CheckError.Code. internalGetValueMap()
Methods in com.google.api.servicecontrol.v1 with parameters of type CheckError.Code Modifier and Type Method Description CheckError.Builder
CheckError.Builder. setCode(CheckError.Code value)
The error code.
-