Class ClientGatewayName.Builder
- java.lang.Object
-
- com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewayName.Builder
-
- Enclosing class:
- ClientGatewayName
public static class ClientGatewayName.Builder extends Object
Builder for projects/{project}/locations/{location}/clientGateways/{client_gateway}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientGatewayName
build()
String
getClientGateway()
String
getLocation()
String
getProject()
ClientGatewayName.Builder
setClientGateway(String clientGateway)
ClientGatewayName.Builder
setLocation(String location)
ClientGatewayName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getClientGateway
public String getClientGateway()
-
setProject
public ClientGatewayName.Builder setProject(String project)
-
setLocation
public ClientGatewayName.Builder setLocation(String location)
-
setClientGateway
public ClientGatewayName.Builder setClientGateway(String clientGateway)
-
build
public ClientGatewayName build()
-
-