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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventStoreNamebuild()StringgetCatalog()StringgetEventStore()StringgetLocation()StringgetProject()EventStoreName.BuildersetCatalog(String catalog)EventStoreName.BuildersetEventStore(String eventStore)EventStoreName.BuildersetLocation(String location)EventStoreName.BuildersetProject(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()
-
-