Uses of Class
com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListClustersPagedResponse
-
Packages that use AlloyDBAdminClient.ListClustersPagedResponse Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of AlloyDBAdminClient.ListClustersPagedResponse in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return AlloyDBAdminClient.ListClustersPagedResponse Modifier and Type Method Description AlloyDBAdminClient.ListClustersPagedResponseAlloyDBAdminClient. listClusters(ListClustersRequest request)Lists Clusters in a given project and location.AlloyDBAdminClient.ListClustersPagedResponseAlloyDBAdminClient. listClusters(LocationName parent)Lists Clusters in a given project and location.AlloyDBAdminClient.ListClustersPagedResponseAlloyDBAdminClient. listClusters(String parent)Lists Clusters in a given project and location.Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type AlloyDBAdminClient.ListClustersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminClient.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,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminClient. listClustersPagedCallable()Lists Clusters in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminSettings.Builder. listClustersSettings()Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminSettings. listClustersSettings()Returns the object with the settings used for calls to listClusters. -
Uses of AlloyDBAdminClient.ListClustersPagedResponse in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type AlloyDBAdminClient.ListClustersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminStub. listClustersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>GrpcAlloyDBAdminStub. listClustersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,AlloyDBAdminClient.ListClustersPagedResponse>HttpJsonAlloyDBAdminStub. listClustersPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminStubSettings.Builder. listClustersSettings()Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse>AlloyDBAdminStubSettings. listClustersSettings()Returns the object with the settings used for calls to listClusters.
-