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