Uses of Class
com.google.cloud.tasks.v2.Task
-
Packages that use Task Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2.stub -
-
Uses of Task in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return Task Modifier and Type Method Description TaskTask.Builder. build()TaskTask.Builder. buildPartial()TaskCloudTasksClient. createTask(CreateTaskRequest request)Creates a task and adds it to a queue.TaskCloudTasksClient. createTask(QueueName parent, Task task)Creates a task and adds it to a queue.TaskCloudTasksClient. createTask(String parent, Task task)Creates a task and adds it to a queue.TaskCloudTasksGrpc.CloudTasksBlockingStub. createTask(CreateTaskRequest request)Creates a task and adds it to a queue.static TaskTask. getDefaultInstance()TaskTask.Builder. getDefaultInstanceForType()TaskTask. getDefaultInstanceForType()TaskCloudTasksClient. getTask(GetTaskRequest request)Gets a task.TaskCloudTasksClient. getTask(TaskName name)Gets a task.TaskCloudTasksClient. getTask(String name)Gets a task.TaskCloudTasksGrpc.CloudTasksBlockingStub. getTask(GetTaskRequest request)Gets a task.TaskCreateTaskRequest.Builder. getTask()Required.TaskCreateTaskRequest. getTask()Required.TaskCreateTaskRequestOrBuilder. getTask()Required.TaskListTasksResponse.Builder. getTasks(int index)The list of tasks.TaskListTasksResponse. getTasks(int index)The list of tasks.TaskListTasksResponseOrBuilder. getTasks(int index)The list of tasks.static TaskTask. parseDelimitedFrom(InputStream input)static TaskTask. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(byte[] data)static TaskTask. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(com.google.protobuf.ByteString data)static TaskTask. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(com.google.protobuf.CodedInputStream input)static TaskTask. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(InputStream input)static TaskTask. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(ByteBuffer data)static TaskTask. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TaskCloudTasksClient. runTask(RunTaskRequest request)Forces a task to run now.TaskCloudTasksClient. runTask(TaskName name)Forces a task to run now.TaskCloudTasksClient. runTask(String name)Forces a task to run now.TaskCloudTasksGrpc.CloudTasksBlockingStub. runTask(RunTaskRequest request)Forces a task to run now.Methods in com.google.cloud.tasks.v2 that return types with arguments of type Task Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Task>CloudTasksGrpc.CloudTasksFutureStub. createTask(CreateTaskRequest request)Creates a task and adds it to a queue.com.google.api.gax.rpc.UnaryCallable<CreateTaskRequest,Task>CloudTasksClient. createTaskCallable()Creates a task and adds it to a queue.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaskRequest,Task>CloudTasksSettings.Builder. createTaskSettings()Returns the builder for the settings used for calls to createTask.com.google.api.gax.rpc.UnaryCallSettings<CreateTaskRequest,Task>CloudTasksSettings. createTaskSettings()Returns the object with the settings used for calls to createTask.static io.grpc.MethodDescriptor<CreateTaskRequest,Task>CloudTasksGrpc. getCreateTaskMethod()static io.grpc.MethodDescriptor<GetTaskRequest,Task>CloudTasksGrpc. getGetTaskMethod()com.google.protobuf.Parser<Task>Task. getParserForType()static io.grpc.MethodDescriptor<RunTaskRequest,Task>CloudTasksGrpc. getRunTaskMethod()com.google.common.util.concurrent.ListenableFuture<Task>CloudTasksGrpc.CloudTasksFutureStub. getTask(GetTaskRequest request)Gets a task.com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>CloudTasksClient. getTaskCallable()Gets a task.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>CloudTasksSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>CloudTasksSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.List<Task>ListTasksResponse.Builder. getTasksList()The list of tasks.List<Task>ListTasksResponse. getTasksList()The list of tasks.List<Task>ListTasksResponseOrBuilder. getTasksList()The list of tasks.static com.google.protobuf.Parser<Task>Task. parser()com.google.common.util.concurrent.ListenableFuture<Task>CloudTasksGrpc.CloudTasksFutureStub. runTask(RunTaskRequest request)Forces a task to run now.com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>CloudTasksClient. runTaskCallable()Forces a task to run now.com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,Task>CloudTasksSettings.Builder. runTaskSettings()Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,Task>CloudTasksSettings. runTaskSettings()Returns the object with the settings used for calls to runTask.Methods in com.google.cloud.tasks.v2 with parameters of type Task Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. addTasks(int index, Task value)The list of tasks.ListTasksResponse.BuilderListTasksResponse.Builder. addTasks(Task value)The list of tasks.TaskCloudTasksClient. createTask(QueueName parent, Task task)Creates a task and adds it to a queue.TaskCloudTasksClient. createTask(String parent, Task task)Creates a task and adds it to a queue.Task.BuilderTask.Builder. mergeFrom(Task other)CreateTaskRequest.BuilderCreateTaskRequest.Builder. mergeTask(Task value)Required.static Task.BuilderTask. newBuilder(Task prototype)CreateTaskRequest.BuilderCreateTaskRequest.Builder. setTask(Task value)Required.ListTasksResponse.BuilderListTasksResponse.Builder. setTasks(int index, Task value)The list of tasks.Method parameters in com.google.cloud.tasks.v2 with type arguments of type Task Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. addAllTasks(Iterable<? extends Task> values)The list of tasks.static com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPagedResponse>CloudTasksClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)protected CloudTasksClient.ListTasksPageCloudTasksClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPage>CloudTasksClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)default voidCloudTasksGrpc.AsyncService. createTask(CreateTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Creates a task and adds it to a queue.voidCloudTasksGrpc.CloudTasksStub. createTask(CreateTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Creates a task and adds it to a queue.default voidCloudTasksGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Gets a task.voidCloudTasksGrpc.CloudTasksStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Gets a task.default voidCloudTasksGrpc.AsyncService. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Forces a task to run now.voidCloudTasksGrpc.CloudTasksStub. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Forces a task to run now. -
Uses of Task in com.google.cloud.tasks.v2.stub
Methods in com.google.cloud.tasks.v2.stub that return types with arguments of type Task Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTaskRequest,Task>CloudTasksStub. createTaskCallable()com.google.api.gax.rpc.UnaryCallable<CreateTaskRequest,Task>GrpcCloudTasksStub. createTaskCallable()com.google.api.gax.rpc.UnaryCallable<CreateTaskRequest,Task>HttpJsonCloudTasksStub. createTaskCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaskRequest,Task>CloudTasksStubSettings.Builder. createTaskSettings()Returns the builder for the settings used for calls to createTask.com.google.api.gax.rpc.UnaryCallSettings<CreateTaskRequest,Task>CloudTasksStubSettings. createTaskSettings()Returns the object with the settings used for calls to createTask.com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>CloudTasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>GrpcCloudTasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>HttpJsonCloudTasksStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>CloudTasksStubSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>CloudTasksStubSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>CloudTasksStub. runTaskCallable()com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>GrpcCloudTasksStub. runTaskCallable()com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>HttpJsonCloudTasksStub. runTaskCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,Task>CloudTasksStubSettings.Builder. runTaskSettings()Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,Task>CloudTasksStubSettings. runTaskSettings()Returns the object with the settings used for calls to runTask.
-