Uses of Class
com.google.cloud.run.v2.TasksClient.ListTasksPagedResponse
-
Packages that use TasksClient.ListTasksPagedResponse Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of TasksClient.ListTasksPagedResponse in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TasksClient.ListTasksPagedResponse Modifier and Type Method Description TasksClient.ListTasksPagedResponse
TasksClient. listTasks(ExecutionName parent)
Lists Tasks from an Execution of a Job.TasksClient.ListTasksPagedResponse
TasksClient. listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.TasksClient.ListTasksPagedResponse
TasksClient. listTasks(String parent)
Lists Tasks from an Execution of a Job.Methods in com.google.cloud.run.v2 that return types with arguments of type TasksClient.ListTasksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TasksClient.ListTasksPagedResponse>
TasksClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse>
TasksClient. listTasksPagedCallable()
Lists Tasks from an Execution of a Job.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksSettings. listTasksSettings()
Returns the object with the settings used for calls to listTasks. -
Uses of TasksClient.ListTasksPagedResponse in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type TasksClient.ListTasksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse>
GrpcTasksStub. listTasksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse>
HttpJsonTasksStub. listTasksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse>
TasksStub. listTasksPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksStubSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksStubSettings. listTasksSettings()
Returns the object with the settings used for calls to listTasks.
-