Class SessionName.Builder (0.48.0)

public static class SessionName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/sessions/{session}.

Inheritance

java.lang.Object > SessionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SessionName build()
Returns
TypeDescription
SessionName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSession()

public String getSession()
Returns
TypeDescription
String

setAgent(String agent)

public SessionName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
SessionName.Builder

setLocation(String location)

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

setProject(String project)

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

setSession(String session)

public SessionName.Builder setSession(String session)
Parameter
NameDescription
sessionString
Returns
TypeDescription
SessionName.Builder