Interface ListInterceptEndpointGroupsResponseOrBuilder (0.94.0)

public interface ListInterceptEndpointGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterceptEndpointGroups(int index)

public abstract InterceptEndpointGroup getInterceptEndpointGroups(int index)

The endpoint groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroup intercept_endpoint_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroup

getInterceptEndpointGroupsCount()

public abstract int getInterceptEndpointGroupsCount()

The endpoint groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroup intercept_endpoint_groups = 1;

Returns
Type Description
int

getInterceptEndpointGroupsList()

public abstract List<InterceptEndpointGroup> getInterceptEndpointGroupsList()

The endpoint groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroup intercept_endpoint_groups = 1;

Returns
Type Description
List<InterceptEndpointGroup>

getInterceptEndpointGroupsOrBuilder(int index)

public abstract InterceptEndpointGroupOrBuilder getInterceptEndpointGroupsOrBuilder(int index)

The endpoint groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroup intercept_endpoint_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupOrBuilder

getInterceptEndpointGroupsOrBuilderList()

public abstract List<? extends InterceptEndpointGroupOrBuilder> getInterceptEndpointGroupsOrBuilderList()

The endpoint groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroup intercept_endpoint_groups = 1;

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptEndpointGroupOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.