Class ClientGatewayName.Builder (0.19.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
TypeDescription
ClientGatewayName.Builder

setLocation(String location)

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

setProject(String project)

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