Class GatewayName.Builder (2.41.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
TypeDescription
GatewayName

getGateway()

public String getGateway()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setGateway(String gateway)

public GatewayName.Builder setGateway(String gateway)
Parameter
NameDescription
gatewayString
Returns
TypeDescription
GatewayName.Builder

setLocation(String location)

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

setProject(String project)

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