Uses of Class
com.google.cloud.retail.v2.CatalogServiceClient.ListCatalogsPagedResponse
-
Packages that use CatalogServiceClient.ListCatalogsPagedResponse Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of CatalogServiceClient.ListCatalogsPagedResponse in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return CatalogServiceClient.ListCatalogsPagedResponse Modifier and Type Method Description CatalogServiceClient.ListCatalogsPagedResponse
CatalogServiceClient. listCatalogs(ListCatalogsRequest request)
Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.CatalogServiceClient.ListCatalogsPagedResponse
CatalogServiceClient. listCatalogs(LocationName parent)
Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.CatalogServiceClient.ListCatalogsPagedResponse
CatalogServiceClient. listCatalogs(String parent)
Lists all the [Catalog][google.cloud.retail.v2.Catalog]s associated with the project.Methods in com.google.cloud.retail.v2 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.v2.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.v2.stub
Methods in com.google.cloud.retail.v2.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.
-