Class LiveSessionName.Builder (0.41.0)

public static class LiveSessionName.Builder

Builder for projects/{project}/locations/{location}/liveSessions/{live_session}.

Inheritance

java.lang.Object > LiveSessionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public LiveSessionName build()
Returns
TypeDescription
LiveSessionName

getLiveSession()

public String getLiveSession()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLiveSession(String liveSession)

public LiveSessionName.Builder setLiveSession(String liveSession)
Parameter
NameDescription
liveSessionString
Returns
TypeDescription
LiveSessionName.Builder

setLocation(String location)

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

setProject(String project)

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