Class EventName.Builder (0.44.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
Type Description
EventName

getChannel()

public String getChannel()
Returns
Type Description
String

getEvent()

public String getEvent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setChannel(String channel)

public EventName.Builder setChannel(String channel)
Parameter
Name Description
channel String
Returns
Type Description
EventName.Builder

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