Uses of Class
com.google.cloud.batch.v1.BatchServiceClient.ListJobsPagedResponse
-
Packages that use BatchServiceClient.ListJobsPagedResponse Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of BatchServiceClient.ListJobsPagedResponse in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceClient.ListJobsPagedResponse Modifier and Type Method Description BatchServiceClient.ListJobsPagedResponse
BatchServiceClient. listJobs(ListJobsRequest request)
List all Jobs for a project within a region.BatchServiceClient.ListJobsPagedResponse
BatchServiceClient. listJobs(String parent)
List all Jobs for a project within a region.Methods in com.google.cloud.batch.v1 that return types with arguments of type BatchServiceClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPagedResponse>
BatchServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>
BatchServiceClient. listJobsPagedCallable()
List all Jobs for a project within a region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>
BatchServiceSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>
BatchServiceSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of BatchServiceClient.ListJobsPagedResponse in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type BatchServiceClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>
BatchServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>
GrpcBatchServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>
HttpJsonBatchServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>
BatchServiceStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>
BatchServiceStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-