Class SessionName.ProjectLocationSessionBuilder (4.47.0)

public static class SessionName.ProjectLocationSessionBuilder

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

Inheritance

java.lang.Object > SessionName.ProjectLocationSessionBuilder

Constructors

ProjectLocationSessionBuilder()

protected ProjectLocationSessionBuilder()

Methods

build()

public SessionName build()
Returns
TypeDescription
SessionName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSession()

public String getSession()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setSession(String session)

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