Class VodSessionName.Builder (0.42.0)

public static class VodSessionName.Builder

Builder for projects/{project}/locations/{location}/vodSessions/{vod_session}.

Inheritance

java.lang.Object > VodSessionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public VodSessionName build()
Returns
Type Description
VodSessionName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getVodSession()

public String getVodSession()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setVodSession(String vodSession)

public VodSessionName.Builder setVodSession(String vodSession)
Parameter
Name Description
vodSession String
Returns
Type Description
VodSessionName.Builder