Uses of Class
com.google.cloud.tasks.v2beta3.UpdateQueueRequest
-
Packages that use UpdateQueueRequest Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta3.stub -
-
Uses of UpdateQueueRequest in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequestUpdateQueueRequest.Builder. build()UpdateQueueRequestUpdateQueueRequest.Builder. buildPartial()static UpdateQueueRequestUpdateQueueRequest. getDefaultInstance()UpdateQueueRequestUpdateQueueRequest.Builder. getDefaultInstanceForType()UpdateQueueRequestUpdateQueueRequest. getDefaultInstanceForType()static UpdateQueueRequestUpdateQueueRequest. parseDelimitedFrom(InputStream input)static UpdateQueueRequestUpdateQueueRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateQueueRequestUpdateQueueRequest. parseFrom(byte[] data)static UpdateQueueRequestUpdateQueueRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateQueueRequestUpdateQueueRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateQueueRequestUpdateQueueRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateQueueRequestUpdateQueueRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateQueueRequestUpdateQueueRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateQueueRequestUpdateQueueRequest. parseFrom(InputStream input)static UpdateQueueRequestUpdateQueueRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateQueueRequestUpdateQueueRequest. parseFrom(ByteBuffer data)static UpdateQueueRequestUpdateQueueRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tasks.v2beta3 that return types with arguments of type UpdateQueueRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateQueueRequest>UpdateQueueRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateQueueRequest,Queue>CloudTasksGrpc. getUpdateQueueMethod()static com.google.protobuf.Parser<UpdateQueueRequest>UpdateQueueRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateQueueRequest,Queue>CloudTasksClient. updateQueueCallable()Updates a queue.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateQueueRequest,Queue>CloudTasksSettings.Builder. updateQueueSettings()Returns the builder for the settings used for calls to updateQueue.com.google.api.gax.rpc.UnaryCallSettings<UpdateQueueRequest,Queue>CloudTasksSettings. updateQueueSettings()Returns the object with the settings used for calls to updateQueue.Methods in com.google.cloud.tasks.v2beta3 with parameters of type UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. mergeFrom(UpdateQueueRequest other)static UpdateQueueRequest.BuilderUpdateQueueRequest. newBuilder(UpdateQueueRequest prototype)QueueCloudTasksClient. updateQueue(UpdateQueueRequest request)Updates a queue.default voidCloudTasksGrpc.AsyncService. updateQueue(UpdateQueueRequest request, io.grpc.stub.StreamObserver<Queue> responseObserver)Updates a queue.QueueCloudTasksGrpc.CloudTasksBlockingStub. updateQueue(UpdateQueueRequest request)Updates a queue.com.google.common.util.concurrent.ListenableFuture<Queue>CloudTasksGrpc.CloudTasksFutureStub. updateQueue(UpdateQueueRequest request)Updates a queue.voidCloudTasksGrpc.CloudTasksStub. updateQueue(UpdateQueueRequest request, io.grpc.stub.StreamObserver<Queue> responseObserver)Updates a queue. -
Uses of UpdateQueueRequest in com.google.cloud.tasks.v2beta3.stub
Methods in com.google.cloud.tasks.v2beta3.stub that return types with arguments of type UpdateQueueRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateQueueRequest,Queue>CloudTasksStub. updateQueueCallable()com.google.api.gax.rpc.UnaryCallable<UpdateQueueRequest,Queue>GrpcCloudTasksStub. updateQueueCallable()com.google.api.gax.rpc.UnaryCallable<UpdateQueueRequest,Queue>HttpJsonCloudTasksStub. updateQueueCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateQueueRequest,Queue>CloudTasksStubSettings.Builder. updateQueueSettings()Returns the builder for the settings used for calls to updateQueue.com.google.api.gax.rpc.UnaryCallSettings<UpdateQueueRequest,Queue>CloudTasksStubSettings. updateQueueSettings()Returns the object with the settings used for calls to updateQueue.
-