Class AppGatewayName.Builder (0.31.0)

public static class AppGatewayName.Builder

Builder for projects/{project}/locations/{location}/appGateways/{app_gateway}.

Inheritance

java.lang.Object > AppGatewayName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AppGatewayName build()
Returns
TypeDescription
AppGatewayName

getAppGateway()

public String getAppGateway()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAppGateway(String appGateway)

public AppGatewayName.Builder setAppGateway(String appGateway)
Parameter
NameDescription
appGatewayString
Returns
TypeDescription
AppGatewayName.Builder

setLocation(String location)

public AppGatewayName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
AppGatewayName.Builder

setProject(String project)

public AppGatewayName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
AppGatewayName.Builder