Class TunnelDestGroupName.Builder (0.1.0)

public static class TunnelDestGroupName.Builder

Builder for projects/{project}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

Inheritance

java.lang.Object > TunnelDestGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TunnelDestGroupName build()
Returns
Type Description
TunnelDestGroupName

getDestGroup()

public String getDestGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDestGroup(String destGroup)

public TunnelDestGroupName.Builder setDestGroup(String destGroup)
Parameter
Name Description
destGroup String
Returns
Type Description
TunnelDestGroupName.Builder

setLocation(String location)

public TunnelDestGroupName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
TunnelDestGroupName.Builder

setProject(String project)

public TunnelDestGroupName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
TunnelDestGroupName.Builder