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 AllocateQuotaRequestAllocateQuotaRequest.Builder. build()AllocateQuotaRequestAllocateQuotaRequest.Builder. buildPartial()static AllocateQuotaRequestAllocateQuotaRequest. getDefaultInstance()AllocateQuotaRequestAllocateQuotaRequest.Builder. getDefaultInstanceForType()AllocateQuotaRequestAllocateQuotaRequest. getDefaultInstanceForType()static AllocateQuotaRequestAllocateQuotaRequest. parseDelimitedFrom(InputStream input)static AllocateQuotaRequestAllocateQuotaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(byte[] data)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(com.google.protobuf.ByteString data)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(InputStream input)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaRequestAllocateQuotaRequest. parseFrom(ByteBuffer data)static AllocateQuotaRequestAllocateQuotaRequest. 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 AllocateQuotaResponseQuotaControllerClient. allocateQuota(AllocateQuotaRequest request)Attempts to allocate quota for the specified consumer.default voidQuotaControllerGrpc.AsyncService. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)Attempts to allocate quota for the specified consumer.AllocateQuotaResponseQuotaControllerGrpc.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.voidQuotaControllerGrpc.QuotaControllerStub. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)Attempts to allocate quota for the specified consumer.AllocateQuotaRequest.BuilderAllocateQuotaRequest.Builder. mergeFrom(AllocateQuotaRequest other)static AllocateQuotaRequest.BuilderAllocateQuotaRequest. 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.
-