public static class GatewayName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GatewayName |
build() |
String |
getGateway() |
String |
getLocation() |
String |
getProject() |
GatewayName.Builder |
setGateway(String gateway) |
GatewayName.Builder |
setLocation(String location) |
GatewayName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getGateway()
public GatewayName.Builder setProject(String project)
public GatewayName.Builder setLocation(String location)
public GatewayName.Builder setGateway(String gateway)
public GatewayName build()
Copyright © 2022 Google LLC. All rights reserved.