Interface ListMirroringDeploymentGroupsResponseOrBuilder (0.94.0)

public interface ListMirroringDeploymentGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMirroringDeploymentGroups(int index)

public abstract MirroringDeploymentGroup getMirroringDeploymentGroups(int index)

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
MirroringDeploymentGroup

getMirroringDeploymentGroupsCount()

public abstract int getMirroringDeploymentGroupsCount()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_groups = 1;

Returns
Type Description
int

getMirroringDeploymentGroupsList()

public abstract List<MirroringDeploymentGroup> getMirroringDeploymentGroupsList()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_groups = 1;

Returns
Type Description
List<MirroringDeploymentGroup>

getMirroringDeploymentGroupsOrBuilder(int index)

public abstract MirroringDeploymentGroupOrBuilder getMirroringDeploymentGroupsOrBuilder(int index)

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
MirroringDeploymentGroupOrBuilder

getMirroringDeploymentGroupsOrBuilderList()

public abstract List<? extends MirroringDeploymentGroupOrBuilder> getMirroringDeploymentGroupsOrBuilderList()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_groups = 1;

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

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.