Class GatewayName.Builder (2.42.0)

public static class GatewayName.Builder

Builder for projects/{project}/locations/{location}/gateways/{gateway}.

Inheritance

java.lang.Object > GatewayName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public GatewayName build()
Returns
Type Description
GatewayName

getGateway()

public String getGateway()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setGateway(String gateway)

public GatewayName.Builder setGateway(String gateway)
Parameter
Name Description
gateway String
Returns
Type Description
GatewayName.Builder

setLocation(String location)

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

setProject(String project)

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