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