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