Class AgentGatewayName.Builder (0.50.0)

public static class AgentGatewayName.Builder

Builder for projects/{project}/locations/{location}/agentGateways/{agent_gateway}.

Inheritance

java.lang.Object > AgentGatewayName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AgentGatewayName build()
Returns
Type Description
AgentGatewayName

getAgentGateway()

public String getAgentGateway()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAgentGateway(String agentGateway)

public AgentGatewayName.Builder setAgentGateway(String agentGateway)
Parameter
Name Description
agentGateway String
Returns
Type Description
AgentGatewayName.Builder

setLocation(String location)

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

setProject(String project)

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