Uses of Class
com.google.cloud.privatecatalog.v1beta1.PrivateCatalogClient.SearchCatalogsPagedResponse
-
Packages that use PrivateCatalogClient.SearchCatalogsPagedResponse Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog APIcom.google.cloud.privatecatalog.v1beta1.stub -
-
Uses of PrivateCatalogClient.SearchCatalogsPagedResponse in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return PrivateCatalogClient.SearchCatalogsPagedResponse Modifier and Type Method Description PrivateCatalogClient.SearchCatalogsPagedResponse
PrivateCatalogClient. searchCatalogs(SearchCatalogsRequest request)
Search [Catalog][google.cloud.privatecatalog.v1beta1.Catalog] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type PrivateCatalogClient.SearchCatalogsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<PrivateCatalogClient.SearchCatalogsPagedResponse>
PrivateCatalogClient.SearchCatalogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchCatalogsRequest,SearchCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<SearchCatalogsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchCatalogsRequest,PrivateCatalogClient.SearchCatalogsPagedResponse>
PrivateCatalogClient. searchCatalogsPagedCallable()
Search [Catalog][google.cloud.privatecatalog.v1beta1.Catalog] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchCatalogsRequest,SearchCatalogsResponse,PrivateCatalogClient.SearchCatalogsPagedResponse>
PrivateCatalogSettings.Builder. searchCatalogsSettings()
Returns the builder for the settings used for calls to searchCatalogs.com.google.api.gax.rpc.PagedCallSettings<SearchCatalogsRequest,SearchCatalogsResponse,PrivateCatalogClient.SearchCatalogsPagedResponse>
PrivateCatalogSettings. searchCatalogsSettings()
Returns the object with the settings used for calls to searchCatalogs. -
Uses of PrivateCatalogClient.SearchCatalogsPagedResponse in com.google.cloud.privatecatalog.v1beta1.stub
-