Class EventName.Builder (0.9.0)

public static class EventName.Builder

Builder for projects/{project}/locations/{location}/events/{event}.

Inheritance

java.lang.Object > EventName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EventName build()
Returns
Type Description
EventName

getEvent()

public String getEvent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEvent(String event)

public EventName.Builder setEvent(String event)
Parameter
Name Description
event String
Returns
Type Description
EventName.Builder

setLocation(String location)

public EventName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
EventName.Builder

setProject(String project)

public EventName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
EventName.Builder