Uses of Class
com.google.cloud.dataproc.v1.BatchControllerClient.ListBatchesPagedResponse
-
Packages that use BatchControllerClient.ListBatchesPagedResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of BatchControllerClient.ListBatchesPagedResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return BatchControllerClient.ListBatchesPagedResponse Modifier and Type Method Description BatchControllerClient.ListBatchesPagedResponseBatchControllerClient. listBatches(ListBatchesRequest request)Lists batch workloads.BatchControllerClient.ListBatchesPagedResponseBatchControllerClient. listBatches(LocationName parent)Lists batch workloads.BatchControllerClient.ListBatchesPagedResponseBatchControllerClient. listBatches(String parent)Lists batch workloads.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type BatchControllerClient.ListBatchesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPagedResponse>BatchControllerClient.ListBatchesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>BatchControllerClient. listBatchesPagedCallable()Lists batch workloads.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>BatchControllerSettings.Builder. listBatchesSettings()Returns the builder for the settings used for calls to listBatches.com.google.api.gax.rpc.PagedCallSettings<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>BatchControllerSettings. listBatchesSettings()Returns the object with the settings used for calls to listBatches. -
Uses of BatchControllerClient.ListBatchesPagedResponse in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type BatchControllerClient.ListBatchesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>BatchControllerStub. listBatchesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>GrpcBatchControllerStub. listBatchesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse>HttpJsonBatchControllerStub. listBatchesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>BatchControllerStubSettings.Builder. listBatchesSettings()Returns the builder for the settings used for calls to listBatches.com.google.api.gax.rpc.PagedCallSettings<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse>BatchControllerStubSettings. listBatchesSettings()Returns the object with the settings used for calls to listBatches.
-