Uses of Class
com.google.api.servicecontrol.v1.AllocateQuotaResponse
-
Packages that use AllocateQuotaResponse Package Description com.google.api.servicecontrol.v1 A client to Service Control APIcom.google.api.servicecontrol.v1.stub -
-
Uses of AllocateQuotaResponse in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return AllocateQuotaResponse Modifier and Type Method Description AllocateQuotaResponse
QuotaControllerClient. allocateQuota(AllocateQuotaRequest request)
Attempts to allocate quota for the specified consumer.AllocateQuotaResponse
QuotaControllerGrpc.QuotaControllerBlockingStub. allocateQuota(AllocateQuotaRequest request)
Attempts to allocate quota for the specified consumer.AllocateQuotaResponse
AllocateQuotaResponse.Builder. build()
AllocateQuotaResponse
AllocateQuotaResponse.Builder. buildPartial()
static AllocateQuotaResponse
AllocateQuotaResponse. getDefaultInstance()
AllocateQuotaResponse
AllocateQuotaResponse.Builder. getDefaultInstanceForType()
AllocateQuotaResponse
AllocateQuotaResponse. getDefaultInstanceForType()
static AllocateQuotaResponse
AllocateQuotaResponse. parseDelimitedFrom(InputStream input)
static AllocateQuotaResponse
AllocateQuotaResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(byte[] data)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(com.google.protobuf.ByteString data)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(InputStream input)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(ByteBuffer data)
static AllocateQuotaResponse
AllocateQuotaResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 that return types with arguments of type AllocateQuotaResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AllocateQuotaResponse>
QuotaControllerGrpc.QuotaControllerFutureStub. allocateQuota(AllocateQuotaRequest request)
Attempts to allocate quota for the specified consumer.com.google.api.gax.rpc.UnaryCallable<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerClient. allocateQuotaCallable()
Attempts to allocate quota for the specified consumer.com.google.api.gax.rpc.UnaryCallSettings<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerSettings. allocateQuotaSettings()
Returns the object with the settings used for calls to allocateQuota.com.google.api.gax.rpc.UnaryCallSettings.Builder<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerSettings.Builder. allocateQuotaSettings()
Returns the builder for the settings used for calls to allocateQuota.static io.grpc.MethodDescriptor<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerGrpc. getAllocateQuotaMethod()
com.google.protobuf.Parser<AllocateQuotaResponse>
AllocateQuotaResponse. getParserForType()
static com.google.protobuf.Parser<AllocateQuotaResponse>
AllocateQuotaResponse. parser()
Methods in com.google.api.servicecontrol.v1 with parameters of type AllocateQuotaResponse Modifier and Type Method Description AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. mergeFrom(AllocateQuotaResponse other)
static AllocateQuotaResponse.Builder
AllocateQuotaResponse. newBuilder(AllocateQuotaResponse prototype)
Method parameters in com.google.api.servicecontrol.v1 with type arguments of type AllocateQuotaResponse Modifier and Type Method Description default void
QuotaControllerGrpc.AsyncService. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)
Attempts to allocate quota for the specified consumer.void
QuotaControllerGrpc.QuotaControllerStub. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)
Attempts to allocate quota for the specified consumer. -
Uses of AllocateQuotaResponse in com.google.api.servicecontrol.v1.stub
Methods in com.google.api.servicecontrol.v1.stub that return types with arguments of type AllocateQuotaResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AllocateQuotaRequest,AllocateQuotaResponse>
GrpcQuotaControllerStub. allocateQuotaCallable()
com.google.api.gax.rpc.UnaryCallable<AllocateQuotaRequest,AllocateQuotaResponse>
HttpJsonQuotaControllerStub. allocateQuotaCallable()
com.google.api.gax.rpc.UnaryCallable<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerStub. allocateQuotaCallable()
com.google.api.gax.rpc.UnaryCallSettings<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerStubSettings. allocateQuotaSettings()
Returns the object with the settings used for calls to allocateQuota.com.google.api.gax.rpc.UnaryCallSettings.Builder<AllocateQuotaRequest,AllocateQuotaResponse>
QuotaControllerStubSettings.Builder. allocateQuotaSettings()
Returns the builder for the settings used for calls to allocateQuota.
-