Class ToolName.Builder (0.54.0)

public static class ToolName.Builder

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

Inheritance

java.lang.Object > ToolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ToolName build()
Returns
Type Description
ToolName

getAgent()

public String getAgent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTool()

public String getTool()
Returns
Type Description
String

setAgent(String agent)

public ToolName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
ToolName.Builder

setLocation(String location)

public ToolName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ToolName.Builder

setProject(String project)

public ToolName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ToolName.Builder

setTool(String tool)

public ToolName.Builder setTool(String tool)
Parameter
Name Description
tool String
Returns
Type Description
ToolName.Builder