Uses of Class
com.google.cloud.dataproc.v1.ClusterControllerClient.ListClustersPagedResponse
-
Packages that use ClusterControllerClient.ListClustersPagedResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of ClusterControllerClient.ListClustersPagedResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterControllerClient.ListClustersPagedResponse Modifier and Type Method Description ClusterControllerClient.ListClustersPagedResponseClusterControllerClient. listClusters(ListClustersRequest request)Lists all regions/{region}/clusters in a project alphabetically.ClusterControllerClient.ListClustersPagedResponseClusterControllerClient. listClusters(String projectId, String region)Lists all regions/{region}/clusters in a project alphabetically.ClusterControllerClient.ListClustersPagedResponseClusterControllerClient. listClusters(String projectId, String region, String filter)Lists all regions/{region}/clusters in a project alphabetically.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ClusterControllerClient.ListClustersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ClusterControllerClient.ListClustersPagedResponse>ClusterControllerClient.ListClustersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerClient. listClustersPagedCallable()Lists all regions/{region}/clusters in a project alphabetically.com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerSettings.Builder. listClustersSettings()Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerSettings. listClustersSettings()Returns the object with the settings used for calls to listClusters. -
Uses of ClusterControllerClient.ListClustersPagedResponse in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type ClusterControllerClient.ListClustersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerStub. listClustersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse>GrpcClusterControllerStub. listClustersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse>HttpJsonClusterControllerStub. listClustersPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerStubSettings.Builder. listClustersSettings()Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse>ClusterControllerStubSettings. listClustersSettings()Returns the object with the settings used for calls to listClusters.
-