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