Uses of Class
com.google.cloud.discoveryengine.v1beta.RecommendationServiceClient
-
Packages that use RecommendationServiceClient Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of RecommendationServiceClient in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return RecommendationServiceClient Modifier and Type Method Description static RecommendationServiceClient
RecommendationServiceClient. create()
Constructs an instance of RecommendationServiceClient with default settings.static RecommendationServiceClient
RecommendationServiceClient. create(RecommendationServiceSettings settings)
Constructs an instance of RecommendationServiceClient, using the given settings.static RecommendationServiceClient
RecommendationServiceClient. create(RecommendationServiceStub stub)
Constructs an instance of RecommendationServiceClient, using the given stub for making calls.
-