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