Class GatewayRouteViewName.Builder (0.23.0)

public static class GatewayRouteViewName.Builder

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

Inheritance

java.lang.Object > GatewayRouteViewName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public GatewayRouteViewName build()
Returns
Type Description
GatewayRouteViewName

getGateway()

public String getGateway()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRouteView()

public String getRouteView()
Returns
Type Description
String

setGateway(String gateway)

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

setLocation(String location)

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

setProject(String project)

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

setRouteView(String routeView)

public GatewayRouteViewName.Builder setRouteView(String routeView)
Parameter
Name Description
routeView String
Returns
Type Description
GatewayRouteViewName.Builder