Uses of Class
com.google.cloud.discoveryengine.v1beta.stub.RecommendationServiceStubSettings
-
Packages that use RecommendationServiceStubSettings Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1beta.stub -
-
Uses of RecommendationServiceStubSettings in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type RecommendationServiceStubSettings Modifier and Type Method Description static RecommendationServiceSettings
RecommendationServiceSettings. create(RecommendationServiceStubSettings stub)
-
Uses of RecommendationServiceStubSettings in com.google.cloud.discoveryengine.v1beta.stub
Methods in com.google.cloud.discoveryengine.v1beta.stub that return RecommendationServiceStubSettings Modifier and Type Method Description RecommendationServiceStubSettings
RecommendationServiceStubSettings.Builder. build()
Methods in com.google.cloud.discoveryengine.v1beta.stub with parameters of type RecommendationServiceStubSettings Modifier and Type Method Description static GrpcRecommendationServiceStub
GrpcRecommendationServiceStub. create(RecommendationServiceStubSettings settings)
static HttpJsonRecommendationServiceStub
HttpJsonRecommendationServiceStub. create(RecommendationServiceStubSettings settings)
Constructors in com.google.cloud.discoveryengine.v1beta.stub with parameters of type RecommendationServiceStubSettings Constructor Description Builder(RecommendationServiceStubSettings settings)
GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcRecommendationServiceStub, using the given settings.GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRecommendationServiceStub, using the given settings.HttpJsonRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRecommendationServiceStub, using the given settings.HttpJsonRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRecommendationServiceStub, using the given settings.
-