Class SessionName.Builder (0.54.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
Type Description
SessionName

getAgent()

public String getAgent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSession()

public String getSession()
Returns
Type Description
String

setAgent(String agent)

public SessionName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
SessionName.Builder

setLocation(String location)

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

setProject(String project)

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

setSession(String session)

public SessionName.Builder setSession(String session)
Parameter
Name Description
session String
Returns
Type Description
SessionName.Builder