Class ClientGatewayName.Builder (0.4.0)

public static class ClientGatewayName.Builder

Builder for projects/{project}/locations/{location}/clientGateways/{client_gateway}.

Inheritance

java.lang.Object > ClientGatewayName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ClientGatewayName build()
Returns
TypeDescription
ClientGatewayName

getClientGateway()

public String getClientGateway()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setClientGateway(String clientGateway)

public ClientGatewayName.Builder setClientGateway(String clientGateway)
Parameter
NameDescription
clientGatewayString
Returns

setLocation(String location)

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

setProject(String project)

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