Uses of Class
com.google.cloud.privatecatalog.v1beta1.PrivateCatalogClient.SearchCatalogsPage
-
Packages that use PrivateCatalogClient.SearchCatalogsPage Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of PrivateCatalogClient.SearchCatalogsPage in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return PrivateCatalogClient.SearchCatalogsPage Modifier and Type Method Description protected PrivateCatalogClient.SearchCatalogsPage
PrivateCatalogClient.SearchCatalogsPage. createPage(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, SearchCatalogsResponse response)
Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type PrivateCatalogClient.SearchCatalogsPage Modifier and Type Method Description com.google.api.core.ApiFuture<PrivateCatalogClient.SearchCatalogsPage>
PrivateCatalogClient.SearchCatalogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<SearchCatalogsResponse> futureResponse)
Method parameters in com.google.cloud.privatecatalog.v1beta1 with type arguments of type PrivateCatalogClient.SearchCatalogsPage Modifier and Type Method Description protected PrivateCatalogClient.SearchCatalogsFixedSizeCollection
PrivateCatalogClient.SearchCatalogsFixedSizeCollection. createCollection(List<PrivateCatalogClient.SearchCatalogsPage> pages, int collectionSize)
-