Package com.google.cloud.apigateway.v1
Class GatewayName.Builder
- java.lang.Object
-
- com.google.cloud.apigateway.v1.GatewayName.Builder
-
- Enclosing class:
- GatewayName
public static class GatewayName.Builder extends Object
Builder for projects/{project}/locations/{location}/gateways/{gateway}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayName
build()
String
getGateway()
String
getLocation()
String
getProject()
GatewayName.Builder
setGateway(String gateway)
GatewayName.Builder
setLocation(String location)
GatewayName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getGateway
public String getGateway()
-
setProject
public GatewayName.Builder setProject(String project)
-
setLocation
public GatewayName.Builder setLocation(String location)
-
setGateway
public GatewayName.Builder setGateway(String gateway)
-
build
public GatewayName build()
-
-