Interface ListInterceptEndpointGroupAssociationsResponseOrBuilder (0.94.0)

public interface ListInterceptEndpointGroupAssociationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterceptEndpointGroupAssociations(int index)

public abstract InterceptEndpointGroupAssociation getInterceptEndpointGroupAssociations(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociation

getInterceptEndpointGroupAssociationsCount()

public abstract int getInterceptEndpointGroupAssociationsCount()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
int

getInterceptEndpointGroupAssociationsList()

public abstract List<InterceptEndpointGroupAssociation> getInterceptEndpointGroupAssociationsList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
List<InterceptEndpointGroupAssociation>

getInterceptEndpointGroupAssociationsOrBuilder(int index)

public abstract InterceptEndpointGroupAssociationOrBuilder getInterceptEndpointGroupAssociationsOrBuilder(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociationOrBuilder

getInterceptEndpointGroupAssociationsOrBuilderList()

public abstract List<? extends InterceptEndpointGroupAssociationOrBuilder> getInterceptEndpointGroupAssociationsOrBuilderList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

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

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.