Interface ListMirroringEndpointGroupAssociationsResponseOrBuilder (0.94.0)

public interface ListMirroringEndpointGroupAssociationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMirroringEndpointGroupAssociations(int index)

public abstract MirroringEndpointGroupAssociation getMirroringEndpointGroupAssociations(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
MirroringEndpointGroupAssociation

getMirroringEndpointGroupAssociationsCount()

public abstract int getMirroringEndpointGroupAssociationsCount()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_associations = 1;

Returns
Type Description
int

getMirroringEndpointGroupAssociationsList()

public abstract List<MirroringEndpointGroupAssociation> getMirroringEndpointGroupAssociationsList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_associations = 1;

Returns
Type Description
List<MirroringEndpointGroupAssociation>

getMirroringEndpointGroupAssociationsOrBuilder(int index)

public abstract MirroringEndpointGroupAssociationOrBuilder getMirroringEndpointGroupAssociationsOrBuilder(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
MirroringEndpointGroupAssociationOrBuilder

getMirroringEndpointGroupAssociationsOrBuilderList()

public abstract List<? extends MirroringEndpointGroupAssociationOrBuilder> getMirroringEndpointGroupAssociationsOrBuilderList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_associations = 1;

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

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.