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.CodeCheckError.Code. forNumber(int value)CheckError.CodeCheckError.Builder. getCode()The error code.CheckError.CodeCheckError. getCode()The error code.CheckError.CodeCheckErrorOrBuilder. getCode()The error code.static CheckError.CodeCheckError.Code. valueOf(int value)Deprecated.static CheckError.CodeCheckError.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CheckError.CodeCheckError.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.BuilderCheckError.Builder. setCode(CheckError.Code value)The error code.
-