Uses of Class
com.google.cloud.batch.v1alpha.BatchServiceClient.ListTasksPagedResponse
-
Packages that use BatchServiceClient.ListTasksPagedResponse Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of BatchServiceClient.ListTasksPagedResponse in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return BatchServiceClient.ListTasksPagedResponse Modifier and Type Method Description BatchServiceClient.ListTasksPagedResponse
BatchServiceClient. listTasks(ListTasksRequest request)
List Tasks associated with a job.BatchServiceClient.ListTasksPagedResponse
BatchServiceClient. listTasks(TaskGroupName parent)
List Tasks associated with a job.BatchServiceClient.ListTasksPagedResponse
BatchServiceClient. listTasks(String parent)
List Tasks associated with a job.Methods in com.google.cloud.batch.v1alpha 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.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.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.
-