Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryClient
-
Packages that use PredictionApiKeyRegistryClient Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PredictionApiKeyRegistryClient in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionApiKeyRegistryClient Modifier and Type Method Description static PredictionApiKeyRegistryClient
PredictionApiKeyRegistryClient. create()
Constructs an instance of PredictionApiKeyRegistryClient with default settings.static PredictionApiKeyRegistryClient
PredictionApiKeyRegistryClient. create(PredictionApiKeyRegistrySettings settings)
Constructs an instance of PredictionApiKeyRegistryClient, using the given settings.static PredictionApiKeyRegistryClient
PredictionApiKeyRegistryClient. create(PredictionApiKeyRegistryStub stub)
Constructs an instance of PredictionApiKeyRegistryClient, using the given stub for making calls.
-