Uses of Class
com.google.api.servicecontrol.v1.QuotaError.Code
-
Packages that use QuotaError.Code Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of QuotaError.Code in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return QuotaError.Code Modifier and Type Method Description static QuotaError.Code
QuotaError.Code. forNumber(int value)
QuotaError.Code
QuotaError.Builder. getCode()
Error code.QuotaError.Code
QuotaError. getCode()
Error code.QuotaError.Code
QuotaErrorOrBuilder. getCode()
Error code.static QuotaError.Code
QuotaError.Code. valueOf(int value)
Deprecated.static QuotaError.Code
QuotaError.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static QuotaError.Code
QuotaError.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuotaError.Code[]
QuotaError.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 QuotaError.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<QuotaError.Code>
QuotaError.Code. internalGetValueMap()
Methods in com.google.api.servicecontrol.v1 with parameters of type QuotaError.Code Modifier and Type Method Description QuotaError.Builder
QuotaError.Builder. setCode(QuotaError.Code value)
Error code.
-