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