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

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

Response message for ListMirroringEndpointGroups.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mirroring_endpoint_groups array<MirroringEndpointGroup>

The endpoint 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.

getMirroringEndpointGroups

The endpoint groups from the specified parent.

Returns
Type Description
Google\Protobuf\RepeatedField<MirroringEndpointGroup>

setMirroringEndpointGroups

The endpoint groups from the specified parent.

Parameter
Name Description
var array<MirroringEndpointGroup>
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