Uses of Class
com.google.api.servicecontrol.v1.AllocateQuotaRequest
-
Packages that use AllocateQuotaRequest Package Description com.google.api.servicecontrol.v1 A client to Service Control APIcom.google.api.servicecontrol.v1.stub -
-
Uses of AllocateQuotaRequest in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return AllocateQuotaRequest Modifier and Type Method Description AllocateQuotaRequest
AllocateQuotaRequest.Builder. build()
AllocateQuotaRequest
AllocateQuotaRequest.Builder. buildPartial()
static AllocateQuotaRequest
AllocateQuotaRequest. getDefaultInstance()
AllocateQuotaRequest
AllocateQuotaRequest.Builder. getDefaultInstanceForType()
AllocateQuotaRequest
AllocateQuotaRequest. getDefaultInstanceForType()
static AllocateQuotaRequest
AllocateQuotaRequest. parseDelimitedFrom(InputStream input)
static AllocateQuotaRequest
AllocateQuotaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(byte[] data)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(com.google.protobuf.ByteString data)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(InputStream input)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(ByteBuffer data)
static AllocateQuotaRequest
AllocateQuotaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 that return types with arguments of type AllocateQuotaRequest Modifier and Type Method Description 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<AllocateQuotaRequest>
AllocateQuotaRequest. getParserForType()
static com.google.protobuf.Parser<AllocateQuotaRequest>
AllocateQuotaRequest. parser()
Methods in com.google.api.servicecontrol.v1 with parameters of type AllocateQuotaRequest Modifier and Type Method Description AllocateQuotaResponse
QuotaControllerClient. allocateQuota(AllocateQuotaRequest request)
Attempts to allocate quota for the specified consumer.default void
QuotaControllerGrpc.AsyncService. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)
Attempts to allocate quota for the specified consumer.AllocateQuotaResponse
QuotaControllerGrpc.QuotaControllerBlockingStub. allocateQuota(AllocateQuotaRequest request)
Attempts to allocate quota for the specified consumer.com.google.common.util.concurrent.ListenableFuture<AllocateQuotaResponse>
QuotaControllerGrpc.QuotaControllerFutureStub. allocateQuota(AllocateQuotaRequest request)
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.AllocateQuotaRequest.Builder
AllocateQuotaRequest.Builder. mergeFrom(AllocateQuotaRequest other)
static AllocateQuotaRequest.Builder
AllocateQuotaRequest. newBuilder(AllocateQuotaRequest prototype)
-
Uses of AllocateQuotaRequest in com.google.api.servicecontrol.v1.stub
Methods in com.google.api.servicecontrol.v1.stub that return types with arguments of type AllocateQuotaRequest 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.
-