Uses of Class
com.google.cloud.retail.v2beta.stub.ModelServiceStubSettings
-
Packages that use ModelServiceStubSettings Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of ModelServiceStubSettings in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta with parameters of type ModelServiceStubSettings Modifier and Type Method Description static ModelServiceSettings
ModelServiceSettings. create(ModelServiceStubSettings stub)
-
Uses of ModelServiceStubSettings in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return ModelServiceStubSettings Modifier and Type Method Description ModelServiceStubSettings
ModelServiceStubSettings.Builder. build()
Methods in com.google.cloud.retail.v2beta.stub with parameters of type ModelServiceStubSettings Modifier and Type Method Description static GrpcModelServiceStub
GrpcModelServiceStub. create(ModelServiceStubSettings settings)
static HttpJsonModelServiceStub
HttpJsonModelServiceStub. create(ModelServiceStubSettings settings)
Constructors in com.google.cloud.retail.v2beta.stub with parameters of type ModelServiceStubSettings Constructor Description Builder(ModelServiceStubSettings settings)
GrpcModelServiceStub(ModelServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcModelServiceStub, using the given settings.GrpcModelServiceStub(ModelServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcModelServiceStub, using the given settings.HttpJsonModelServiceStub(ModelServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonModelServiceStub, using the given settings.HttpJsonModelServiceStub(ModelServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonModelServiceStub, using the given settings.
-