Class EventName.Builder (0.18.0)

public static class EventName.Builder

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

Inheritance

java.lang.Object > EventName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EventName build()
Returns
TypeDescription
EventName

getChannel()

public String getChannel()
Returns
TypeDescription
String

getEvent()

public String getEvent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setChannel(String channel)

public EventName.Builder setChannel(String channel)
Parameter
NameDescription
channelString
Returns
TypeDescription
EventName.Builder

setEvent(String event)

public EventName.Builder setEvent(String event)
Parameter
NameDescription
eventString
Returns
TypeDescription
EventName.Builder

setLocation(String location)

public EventName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
EventName.Builder

setProject(String project)

public EventName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
EventName.Builder