Uses of Class
com.google.cloud.batch.v1.BatchServiceClient.ListTasksPagedResponse
-
Packages that use BatchServiceClient.ListTasksPagedResponse Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of BatchServiceClient.ListTasksPagedResponse in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceClient.ListTasksPagedResponse Modifier and Type Method Description BatchServiceClient.ListTasksPagedResponseBatchServiceClient. listTasks(ListTasksRequest request)List Tasks associated with a job.BatchServiceClient.ListTasksPagedResponseBatchServiceClient. listTasks(TaskGroupName parent)List Tasks associated with a job.BatchServiceClient.ListTasksPagedResponseBatchServiceClient. listTasks(String parent)List Tasks associated with a job.Methods in com.google.cloud.batch.v1 that return types with arguments of type BatchServiceClient.ListTasksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPagedResponse>BatchServiceClient.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,BatchServiceClient.ListTasksPagedResponse>BatchServiceClient. listTasksPagedCallable()List Tasks associated with a job.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>BatchServiceSettings.Builder. listTasksSettings()Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>BatchServiceSettings. listTasksSettings()Returns the object with the settings used for calls to listTasks. -
Uses of BatchServiceClient.ListTasksPagedResponse in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type BatchServiceClient.ListTasksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>BatchServiceStub. listTasksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>GrpcBatchServiceStub. listTasksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>HttpJsonBatchServiceStub. listTasksPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>BatchServiceStubSettings.Builder. listTasksSettings()Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>BatchServiceStubSettings. listTasksSettings()Returns the object with the settings used for calls to listTasks.
-