Google Cloud Network Security V1 Client - Class ListMirroringDeploymentGroupsResponse (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListMirroringDeploymentGroupsResponse.

Response message for ListMirroringDeploymentGroups.

Generated from protobuf message google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsResponse

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mirroring_deployment_groups array<MirroringDeploymentGroup>

The deployment groups from the specified parent.

↳ next_page_token string

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.

getMirroringDeploymentGroups

The deployment groups from the specified parent.

Returns
Type Description
Google\Protobuf\RepeatedField<MirroringDeploymentGroup>

setMirroringDeploymentGroups

The deployment groups from the specified parent.

Parameter
Name Description
var array<MirroringDeploymentGroup>
Returns
Type Description
$this

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.

Returns
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this