Class AgentName.ProjectLocationBuilder (4.43.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
TypeDescription
AgentName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public AgentName.ProjectLocationBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
AgentName.ProjectLocationBuilder

setProject(String project)

public AgentName.ProjectLocationBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
AgentName.ProjectLocationBuilder