Class AgentName.ProjectLocationBuilder (4.48.0)

public static class AgentName.ProjectLocationBuilder

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

Inheritance

java.lang.Object > AgentName.ProjectLocationBuilder

Constructors

ProjectLocationBuilder()

protected ProjectLocationBuilder()

Methods

build()

public AgentName build()
Returns
Type Description
AgentName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public AgentName.ProjectLocationBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
AgentName.ProjectLocationBuilder

setProject(String project)

public AgentName.ProjectLocationBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
AgentName.ProjectLocationBuilder