Uses of Class
com.google.api.servicecontrol.v1.QuotaError
-
Packages that use QuotaError Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of QuotaError in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return QuotaError Modifier and Type Method Description QuotaError
QuotaError.Builder. build()
QuotaError
QuotaError.Builder. buildPartial()
QuotaError
AllocateQuotaResponse.Builder. getAllocateErrors(int index)
Indicates the decision of the allocate.QuotaError
AllocateQuotaResponse. getAllocateErrors(int index)
Indicates the decision of the allocate.QuotaError
AllocateQuotaResponseOrBuilder. getAllocateErrors(int index)
Indicates the decision of the allocate.static QuotaError
QuotaError. getDefaultInstance()
QuotaError
QuotaError.Builder. getDefaultInstanceForType()
QuotaError
QuotaError. getDefaultInstanceForType()
static QuotaError
QuotaError. parseDelimitedFrom(InputStream input)
static QuotaError
QuotaError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuotaError
QuotaError. parseFrom(byte[] data)
static QuotaError
QuotaError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuotaError
QuotaError. parseFrom(com.google.protobuf.ByteString data)
static QuotaError
QuotaError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuotaError
QuotaError. parseFrom(com.google.protobuf.CodedInputStream input)
static QuotaError
QuotaError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuotaError
QuotaError. parseFrom(InputStream input)
static QuotaError
QuotaError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuotaError
QuotaError. parseFrom(ByteBuffer data)
static QuotaError
QuotaError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 that return types with arguments of type QuotaError Modifier and Type Method Description List<QuotaError>
AllocateQuotaResponse.Builder. getAllocateErrorsList()
Indicates the decision of the allocate.List<QuotaError>
AllocateQuotaResponse. getAllocateErrorsList()
Indicates the decision of the allocate.List<QuotaError>
AllocateQuotaResponseOrBuilder. getAllocateErrorsList()
Indicates the decision of the allocate.com.google.protobuf.Parser<QuotaError>
QuotaError. getParserForType()
static com.google.protobuf.Parser<QuotaError>
QuotaError. parser()
Methods in com.google.api.servicecontrol.v1 with parameters of type QuotaError Modifier and Type Method Description AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addAllocateErrors(int index, QuotaError value)
Indicates the decision of the allocate.AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addAllocateErrors(QuotaError value)
Indicates the decision of the allocate.QuotaError.Builder
QuotaError.Builder. mergeFrom(QuotaError other)
static QuotaError.Builder
QuotaError. newBuilder(QuotaError prototype)
AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. setAllocateErrors(int index, QuotaError value)
Indicates the decision of the allocate.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type QuotaError Modifier and Type Method Description AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addAllAllocateErrors(Iterable<? extends QuotaError> values)
Indicates the decision of the allocate.
-