Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrySettings
-
Packages that use PredictionApiKeyRegistrySettings Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PredictionApiKeyRegistrySettings in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionApiKeyRegistrySettings Modifier and Type Method Description PredictionApiKeyRegistrySettings
PredictionApiKeyRegistrySettings.Builder. build()
static PredictionApiKeyRegistrySettings
PredictionApiKeyRegistrySettings. create(PredictionApiKeyRegistryStubSettings stub)
PredictionApiKeyRegistrySettings
PredictionApiKeyRegistryClient. getSettings()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type PredictionApiKeyRegistrySettings Modifier and Type Method Description static PredictionApiKeyRegistryClient
PredictionApiKeyRegistryClient. create(PredictionApiKeyRegistrySettings settings)
Constructs an instance of PredictionApiKeyRegistryClient, using the given settings.Constructors in com.google.cloud.recommendationengine.v1beta1 with parameters of type PredictionApiKeyRegistrySettings Constructor Description Builder(PredictionApiKeyRegistrySettings settings)
PredictionApiKeyRegistryClient(PredictionApiKeyRegistrySettings settings)
Constructs an instance of PredictionApiKeyRegistryClient, using the given settings.
-