Uses of Class
com.google.cloud.alloydb.v1alpha.AlloyDBAdminClient.ListClustersPagedResponse
-
Packages that use AlloyDBAdminClient.ListClustersPagedResponse Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of AlloyDBAdminClient.ListClustersPagedResponse in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return AlloyDBAdminClient.ListClustersPagedResponse Modifier and Type Method Description AlloyDBAdminClient.ListClustersPagedResponse
AlloyDBAdminClient. listClusters(ListClustersRequest request)
Lists Clusters in a given project and location.AlloyDBAdminClient.ListClustersPagedResponse
AlloyDBAdminClient. listClusters(LocationName parent)
Lists Clusters in a given project and location.AlloyDBAdminClient.ListClustersPagedResponse
AlloyDBAdminClient. listClusters(String parent)
Lists Clusters in a given project and location.Methods in com.google.cloud.alloydb.v1alpha 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.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.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.
-