Uses of Class
com.google.cloud.tasks.v2beta2.BufferTaskResponse
-
Packages that use BufferTaskResponse Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta2.stub -
-
Uses of BufferTaskResponse in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 that return BufferTaskResponse Modifier and Type Method Description BufferTaskResponse
CloudTasksClient. bufferTask(BufferTaskRequest request)
Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponse
CloudTasksClient. bufferTask(QueueName queue, String taskId, com.google.api.HttpBody body)
Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponse
CloudTasksClient. bufferTask(String queue, String taskId, com.google.api.HttpBody body)
Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponse
CloudTasksGrpc.CloudTasksBlockingStub. bufferTask(BufferTaskRequest request)
Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponse
BufferTaskResponse.Builder. build()
BufferTaskResponse
BufferTaskResponse.Builder. buildPartial()
static BufferTaskResponse
BufferTaskResponse. getDefaultInstance()
BufferTaskResponse
BufferTaskResponse.Builder. getDefaultInstanceForType()
BufferTaskResponse
BufferTaskResponse. getDefaultInstanceForType()
static BufferTaskResponse
BufferTaskResponse. parseDelimitedFrom(InputStream input)
static BufferTaskResponse
BufferTaskResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BufferTaskResponse
BufferTaskResponse. parseFrom(byte[] data)
static BufferTaskResponse
BufferTaskResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BufferTaskResponse
BufferTaskResponse. parseFrom(com.google.protobuf.ByteString data)
static BufferTaskResponse
BufferTaskResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BufferTaskResponse
BufferTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BufferTaskResponse
BufferTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BufferTaskResponse
BufferTaskResponse. parseFrom(InputStream input)
static BufferTaskResponse
BufferTaskResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BufferTaskResponse
BufferTaskResponse. parseFrom(ByteBuffer data)
static BufferTaskResponse
BufferTaskResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2beta2 that return types with arguments of type BufferTaskResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BufferTaskResponse>
CloudTasksGrpc.CloudTasksFutureStub. bufferTask(BufferTaskRequest request)
Creates and buffers a new task without the need to explicitly define a Task message.com.google.api.gax.rpc.UnaryCallable<BufferTaskRequest,BufferTaskResponse>
CloudTasksClient. bufferTaskCallable()
Creates and buffers a new task without the need to explicitly define a Task message.com.google.api.gax.rpc.UnaryCallSettings<BufferTaskRequest,BufferTaskResponse>
CloudTasksSettings. bufferTaskSettings()
Returns the object with the settings used for calls to bufferTask.com.google.api.gax.rpc.UnaryCallSettings.Builder<BufferTaskRequest,BufferTaskResponse>
CloudTasksSettings.Builder. bufferTaskSettings()
Returns the builder for the settings used for calls to bufferTask.static io.grpc.MethodDescriptor<BufferTaskRequest,BufferTaskResponse>
CloudTasksGrpc. getBufferTaskMethod()
com.google.protobuf.Parser<BufferTaskResponse>
BufferTaskResponse. getParserForType()
static com.google.protobuf.Parser<BufferTaskResponse>
BufferTaskResponse. parser()
Methods in com.google.cloud.tasks.v2beta2 with parameters of type BufferTaskResponse Modifier and Type Method Description BufferTaskResponse.Builder
BufferTaskResponse.Builder. mergeFrom(BufferTaskResponse other)
static BufferTaskResponse.Builder
BufferTaskResponse. newBuilder(BufferTaskResponse prototype)
Method parameters in com.google.cloud.tasks.v2beta2 with type arguments of type BufferTaskResponse Modifier and Type Method Description default void
CloudTasksGrpc.AsyncService. bufferTask(BufferTaskRequest request, io.grpc.stub.StreamObserver<BufferTaskResponse> responseObserver)
Creates and buffers a new task without the need to explicitly define a Task message.void
CloudTasksGrpc.CloudTasksStub. bufferTask(BufferTaskRequest request, io.grpc.stub.StreamObserver<BufferTaskResponse> responseObserver)
Creates and buffers a new task without the need to explicitly define a Task message. -
Uses of BufferTaskResponse in com.google.cloud.tasks.v2beta2.stub
Methods in com.google.cloud.tasks.v2beta2.stub that return types with arguments of type BufferTaskResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BufferTaskRequest,BufferTaskResponse>
CloudTasksStub. bufferTaskCallable()
com.google.api.gax.rpc.UnaryCallable<BufferTaskRequest,BufferTaskResponse>
GrpcCloudTasksStub. bufferTaskCallable()
com.google.api.gax.rpc.UnaryCallable<BufferTaskRequest,BufferTaskResponse>
HttpJsonCloudTasksStub. bufferTaskCallable()
com.google.api.gax.rpc.UnaryCallSettings<BufferTaskRequest,BufferTaskResponse>
CloudTasksStubSettings. bufferTaskSettings()
Returns the object with the settings used for calls to bufferTask.com.google.api.gax.rpc.UnaryCallSettings.Builder<BufferTaskRequest,BufferTaskResponse>
CloudTasksStubSettings.Builder. bufferTaskSettings()
Returns the builder for the settings used for calls to bufferTask.
-