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

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

Response message for ListMirroringDeployments.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mirroring_deployments array<MirroringDeployment>

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

↳ unreachable string[]

Locations that could not be reached.

getMirroringDeployments

The deployments from the specified parent.

Returns
Type Description
Google\Protobuf\RepeatedField<MirroringDeployment>

setMirroringDeployments

The deployments from the specified parent.

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

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this