Class PredictionApiKeyRegistrationName.Builder
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationName.Builder
-
- Enclosing class:
- PredictionApiKeyRegistrationName
public static class PredictionApiKeyRegistrationName.Builder extends Object
Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/predictionApiKeyRegistrations/{prediction_api_key_registration}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredictionApiKeyRegistrationName
build()
String
getCatalog()
String
getEventStore()
String
getLocation()
String
getPredictionApiKeyRegistration()
String
getProject()
PredictionApiKeyRegistrationName.Builder
setCatalog(String catalog)
PredictionApiKeyRegistrationName.Builder
setEventStore(String eventStore)
PredictionApiKeyRegistrationName.Builder
setLocation(String location)
PredictionApiKeyRegistrationName.Builder
setPredictionApiKeyRegistration(String predictionApiKeyRegistration)
PredictionApiKeyRegistrationName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
getEventStore
public String getEventStore()
-
getPredictionApiKeyRegistration
public String getPredictionApiKeyRegistration()
-
setProject
public PredictionApiKeyRegistrationName.Builder setProject(String project)
-
setLocation
public PredictionApiKeyRegistrationName.Builder setLocation(String location)
-
setCatalog
public PredictionApiKeyRegistrationName.Builder setCatalog(String catalog)
-
setEventStore
public PredictionApiKeyRegistrationName.Builder setEventStore(String eventStore)
-
setPredictionApiKeyRegistration
public PredictionApiKeyRegistrationName.Builder setPredictionApiKeyRegistration(String predictionApiKeyRegistration)
-
build
public PredictionApiKeyRegistrationName build()
-
-