Class AgentName.Builder (0.48.0)

public static class AgentName.Builder

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

Inheritance

java.lang.Object > AgentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AgentName build()
Returns
TypeDescription
AgentName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAgent(String agent)

public AgentName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
AgentName.Builder

setLocation(String location)

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

setProject(String project)

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