Class DvrSessionName.Builder (0.66.0)

public static class DvrSessionName.Builder

Builder for projects/{project}/locations/{location}/channels/{channel}/dvrSessions/{dvr_session}.

Inheritance

java.lang.Object > DvrSessionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DvrSessionName build()
Returns
Type Description
DvrSessionName

getChannel()

public String getChannel()
Returns
Type Description
String

getDvrSession()

public String getDvrSession()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setChannel(String channel)

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

setDvrSession(String dvrSession)

public DvrSessionName.Builder setDvrSession(String dvrSession)
Parameter
Name Description
dvrSession String
Returns
Type Description
DvrSessionName.Builder

setLocation(String location)

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

setProject(String project)

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