Uses of Class
com.google.cloud.retail.v2.CatalogServiceSettings
-
Packages that use CatalogServiceSettings Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of CatalogServiceSettings in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return CatalogServiceSettings Modifier and Type Method Description CatalogServiceSettings
CatalogServiceSettings.Builder. build()
static CatalogServiceSettings
CatalogServiceSettings. create(CatalogServiceStubSettings stub)
CatalogServiceSettings
CatalogServiceClient. getSettings()
Methods in com.google.cloud.retail.v2 with parameters of type CatalogServiceSettings Modifier and Type Method Description static CatalogServiceClient
CatalogServiceClient. create(CatalogServiceSettings settings)
Constructs an instance of CatalogServiceClient, using the given settings.Constructors in com.google.cloud.retail.v2 with parameters of type CatalogServiceSettings Constructor Description Builder(CatalogServiceSettings settings)
CatalogServiceClient(CatalogServiceSettings settings)
Constructs an instance of CatalogServiceClient, using the given settings.
-