Class SessionName.ProjectLocationSessionBuilder (4.48.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
Type Description
SessionName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSession()

public String getSession()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setSession(String session)

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