Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationName
-
Packages that use PredictionApiKeyRegistrationName Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PredictionApiKeyRegistrationName in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionApiKeyRegistrationName Modifier and Type Method Description PredictionApiKeyRegistrationName
PredictionApiKeyRegistrationName.Builder. build()
static PredictionApiKeyRegistrationName
PredictionApiKeyRegistrationName. of(String project, String location, String catalog, String eventStore, String predictionApiKeyRegistration)
static PredictionApiKeyRegistrationName
PredictionApiKeyRegistrationName. parse(String formattedString)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type PredictionApiKeyRegistrationName Modifier and Type Method Description static List<PredictionApiKeyRegistrationName>
PredictionApiKeyRegistrationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type PredictionApiKeyRegistrationName Modifier and Type Method Description void
PredictionApiKeyRegistryClient. deletePredictionApiKeyRegistration(PredictionApiKeyRegistrationName name)
Unregister an apiKey from using for predict method.Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type PredictionApiKeyRegistrationName Modifier and Type Method Description static List<String>
PredictionApiKeyRegistrationName. toStringList(List<PredictionApiKeyRegistrationName> values)
-