Class InterceptEndpointGroupName.Builder (0.94.0)

public static class InterceptEndpointGroupName.Builder

Builder for projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}.

Inheritance

java.lang.Object > InterceptEndpointGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public InterceptEndpointGroupName build()
Returns
Type Description
InterceptEndpointGroupName

getInterceptEndpointGroup()

public String getInterceptEndpointGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setInterceptEndpointGroup(String interceptEndpointGroup)

public InterceptEndpointGroupName.Builder setInterceptEndpointGroup(String interceptEndpointGroup)
Parameter
Name Description
interceptEndpointGroup String
Returns
Type Description
InterceptEndpointGroupName.Builder

setLocation(String location)

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

setProject(String project)

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