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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientGatewayNamebuild()StringgetClientGateway()StringgetLocation()StringgetProject()ClientGatewayName.BuildersetClientGateway(String clientGateway)ClientGatewayName.BuildersetLocation(String location)ClientGatewayName.BuildersetProject(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()
-
-