Uses of Class
com.google.cloud.tasks.v2beta2.UpdateQueueRequest
-
Packages that use UpdateQueueRequest Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta2.stub -
-
Uses of UpdateQueueRequest in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 that return UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequest
UpdateQueueRequest.Builder. build()
UpdateQueueRequest
UpdateQueueRequest.Builder. buildPartial()
static UpdateQueueRequest
UpdateQueueRequest. getDefaultInstance()
UpdateQueueRequest
UpdateQueueRequest.Builder. getDefaultInstanceForType()
UpdateQueueRequest
UpdateQueueRequest. getDefaultInstanceForType()
static UpdateQueueRequest
UpdateQueueRequest. parseDelimitedFrom(InputStream input)
static UpdateQueueRequest
UpdateQueueRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(byte[] data)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(InputStream input)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(ByteBuffer data)
static UpdateQueueRequest
UpdateQueueRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2beta2 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.v2beta2 with parameters of type UpdateQueueRequest Modifier and Type Method Description UpdateQueueRequest.Builder
UpdateQueueRequest.Builder. mergeFrom(UpdateQueueRequest other)
static UpdateQueueRequest.Builder
UpdateQueueRequest. newBuilder(UpdateQueueRequest prototype)
Queue
CloudTasksClient. updateQueue(UpdateQueueRequest request)
Updates a queue.default void
CloudTasksGrpc.AsyncService. updateQueue(UpdateQueueRequest request, io.grpc.stub.StreamObserver<Queue> responseObserver)
Updates a queue.Queue
CloudTasksGrpc.CloudTasksBlockingStub. updateQueue(UpdateQueueRequest request)
Updates a queue.com.google.common.util.concurrent.ListenableFuture<Queue>
CloudTasksGrpc.CloudTasksFutureStub. updateQueue(UpdateQueueRequest request)
Updates a queue.void
CloudTasksGrpc.CloudTasksStub. updateQueue(UpdateQueueRequest request, io.grpc.stub.StreamObserver<Queue> responseObserver)
Updates a queue. -
Uses of UpdateQueueRequest in com.google.cloud.tasks.v2beta2.stub
Methods in com.google.cloud.tasks.v2beta2.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.
-