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 QuotaErrorQuotaError.Builder. build()QuotaErrorQuotaError.Builder. buildPartial()QuotaErrorAllocateQuotaResponse.Builder. getAllocateErrors(int index)Indicates the decision of the allocate.QuotaErrorAllocateQuotaResponse. getAllocateErrors(int index)Indicates the decision of the allocate.QuotaErrorAllocateQuotaResponseOrBuilder. getAllocateErrors(int index)Indicates the decision of the allocate.static QuotaErrorQuotaError. getDefaultInstance()QuotaErrorQuotaError.Builder. getDefaultInstanceForType()QuotaErrorQuotaError. getDefaultInstanceForType()static QuotaErrorQuotaError. parseDelimitedFrom(InputStream input)static QuotaErrorQuotaError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaErrorQuotaError. parseFrom(byte[] data)static QuotaErrorQuotaError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaErrorQuotaError. parseFrom(com.google.protobuf.ByteString data)static QuotaErrorQuotaError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaErrorQuotaError. parseFrom(com.google.protobuf.CodedInputStream input)static QuotaErrorQuotaError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaErrorQuotaError. parseFrom(InputStream input)static QuotaErrorQuotaError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaErrorQuotaError. parseFrom(ByteBuffer data)static QuotaErrorQuotaError. 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.BuilderAllocateQuotaResponse.Builder. addAllocateErrors(int index, QuotaError value)Indicates the decision of the allocate.AllocateQuotaResponse.BuilderAllocateQuotaResponse.Builder. addAllocateErrors(QuotaError value)Indicates the decision of the allocate.QuotaError.BuilderQuotaError.Builder. mergeFrom(QuotaError other)static QuotaError.BuilderQuotaError. newBuilder(QuotaError prototype)AllocateQuotaResponse.BuilderAllocateQuotaResponse.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.BuilderAllocateQuotaResponse.Builder. addAllAllocateErrors(Iterable<? extends QuotaError> values)Indicates the decision of the allocate.
-