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 AllocateQuotaResponseQuotaControllerClient. allocateQuota(AllocateQuotaRequest request)Attempts to allocate quota for the specified consumer.AllocateQuotaResponseQuotaControllerGrpc.QuotaControllerBlockingStub. allocateQuota(AllocateQuotaRequest request)Attempts to allocate quota for the specified consumer.AllocateQuotaResponseAllocateQuotaResponse.Builder. build()AllocateQuotaResponseAllocateQuotaResponse.Builder. buildPartial()static AllocateQuotaResponseAllocateQuotaResponse. getDefaultInstance()AllocateQuotaResponseAllocateQuotaResponse.Builder. getDefaultInstanceForType()AllocateQuotaResponseAllocateQuotaResponse. getDefaultInstanceForType()static AllocateQuotaResponseAllocateQuotaResponse. parseDelimitedFrom(InputStream input)static AllocateQuotaResponseAllocateQuotaResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(byte[] data)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(com.google.protobuf.ByteString data)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(InputStream input)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocateQuotaResponseAllocateQuotaResponse. parseFrom(ByteBuffer data)static AllocateQuotaResponseAllocateQuotaResponse. 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.BuilderAllocateQuotaResponse.Builder. mergeFrom(AllocateQuotaResponse other)static AllocateQuotaResponse.BuilderAllocateQuotaResponse. newBuilder(AllocateQuotaResponse prototype)Method parameters in com.google.api.servicecontrol.v1 with type arguments of type AllocateQuotaResponse Modifier and Type Method Description default voidQuotaControllerGrpc.AsyncService. allocateQuota(AllocateQuotaRequest request, io.grpc.stub.StreamObserver<AllocateQuotaResponse> responseObserver)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. -
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.
-