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

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

Request message for UpdateMirroringEndpointGroup.

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

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. description; not mirroring_endpoint_group.description). See https://google.aip.dev/161 for more details.

↳ mirroring_endpoint_group MirroringEndpointGroup

Required. The endpoint group to update.

↳ request_id string

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

getUpdateMask

Optional. The list of fields to update.

Fields are specified relative to the endpoint group (e.g. description; not mirroring_endpoint_group.description). See https://google.aip.dev/161 for more details.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

Fields are specified relative to the endpoint group (e.g. description; not mirroring_endpoint_group.description). See https://google.aip.dev/161 for more details.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getMirroringEndpointGroup

Required. The endpoint group to update.

Returns
Type Description
MirroringEndpointGroup|null

hasMirroringEndpointGroup

clearMirroringEndpointGroup

setMirroringEndpointGroup

Required. The endpoint group to update.

Parameter
Name Description
var MirroringEndpointGroup
Returns
Type Description
$this

getRequestId

Optional. A unique identifier for this request. Must be a UUID4.

This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Returns
Type Description
string

setRequestId

Optional. A unique identifier for this request. Must be a UUID4.

This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
mirroringEndpointGroup MirroringEndpointGroup

Required. The endpoint group to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. description; not mirroring_endpoint_group.description). See https://google.aip.dev/161 for more details.

Returns
Type Description
UpdateMirroringEndpointGroupRequest