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 BufferTaskResponseCloudTasksClient. bufferTask(BufferTaskRequest request)Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponseCloudTasksClient. 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.BufferTaskResponseCloudTasksClient. 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.BufferTaskResponseCloudTasksGrpc.CloudTasksBlockingStub. bufferTask(BufferTaskRequest request)Creates and buffers a new task without the need to explicitly define a Task message.BufferTaskResponseBufferTaskResponse.Builder. build()BufferTaskResponseBufferTaskResponse.Builder. buildPartial()static BufferTaskResponseBufferTaskResponse. getDefaultInstance()BufferTaskResponseBufferTaskResponse.Builder. getDefaultInstanceForType()BufferTaskResponseBufferTaskResponse. getDefaultInstanceForType()static BufferTaskResponseBufferTaskResponse. parseDelimitedFrom(InputStream input)static BufferTaskResponseBufferTaskResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BufferTaskResponseBufferTaskResponse. parseFrom(byte[] data)static BufferTaskResponseBufferTaskResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BufferTaskResponseBufferTaskResponse. parseFrom(com.google.protobuf.ByteString data)static BufferTaskResponseBufferTaskResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BufferTaskResponseBufferTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BufferTaskResponseBufferTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BufferTaskResponseBufferTaskResponse. parseFrom(InputStream input)static BufferTaskResponseBufferTaskResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BufferTaskResponseBufferTaskResponse. parseFrom(ByteBuffer data)static BufferTaskResponseBufferTaskResponse. 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.BuilderBufferTaskResponse.Builder. mergeFrom(BufferTaskResponse other)static BufferTaskResponse.BuilderBufferTaskResponse. newBuilder(BufferTaskResponse prototype)Method parameters in com.google.cloud.tasks.v2beta2 with type arguments of type BufferTaskResponse Modifier and Type Method Description default voidCloudTasksGrpc.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.voidCloudTasksGrpc.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.
-