Uses of Class
com.google.cloud.retail.v2beta.CatalogServiceClient.ListCatalogsPagedResponse
-
Packages that use CatalogServiceClient.ListCatalogsPagedResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of CatalogServiceClient.ListCatalogsPagedResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return CatalogServiceClient.ListCatalogsPagedResponse Modifier and Type Method Description CatalogServiceClient.ListCatalogsPagedResponseCatalogServiceClient. listCatalogs(ListCatalogsRequest request)Lists all the [Catalog][google.cloud.retail.v2beta.Catalog]s associated with the project.CatalogServiceClient.ListCatalogsPagedResponseCatalogServiceClient. listCatalogs(LocationName parent)Lists all the [Catalog][google.cloud.retail.v2beta.Catalog]s associated with the project.CatalogServiceClient.ListCatalogsPagedResponseCatalogServiceClient. listCatalogs(String parent)Lists all the [Catalog][google.cloud.retail.v2beta.Catalog]s associated with the project.Methods in com.google.cloud.retail.v2beta that return types with arguments of type CatalogServiceClient.ListCatalogsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceClient.ListCatalogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceClient. listCatalogsPagedCallable()Lists all the [Catalog][google.cloud.retail.v2beta.Catalog]s associated with the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceSettings.Builder. listCatalogsSettings()Returns the builder for the settings used for calls to listCatalogs.com.google.api.gax.rpc.PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceSettings. listCatalogsSettings()Returns the object with the settings used for calls to listCatalogs. -
Uses of CatalogServiceClient.ListCatalogsPagedResponse in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type CatalogServiceClient.ListCatalogsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceStub. listCatalogsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>GrpcCatalogServiceStub. listCatalogsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>HttpJsonCatalogServiceStub. listCatalogsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceStubSettings.Builder. listCatalogsSettings()Returns the builder for the settings used for calls to listCatalogs.com.google.api.gax.rpc.PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>CatalogServiceStubSettings. listCatalogsSettings()Returns the object with the settings used for calls to listCatalogs.
-