Class VodSessionName.Builder (0.18.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
TypeDescription
VodSessionName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getVodSession()

public String getVodSession()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setVodSession(String vodSession)

public VodSessionName.Builder setVodSession(String vodSession)
Parameter
NameDescription
vodSessionString
Returns
TypeDescription
VodSessionName.Builder