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

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

Request message for UpdateMirroringEndpointGroupAssociation.

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

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 association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

↳ mirroring_endpoint_group_association MirroringEndpointGroupAssociation

Required. The association 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 association (e.g. description; not mirroring_endpoint_group_association.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 association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

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

getMirroringEndpointGroupAssociation

Required. The association to update.

Returns
Type Description
MirroringEndpointGroupAssociation|null

hasMirroringEndpointGroupAssociation

clearMirroringEndpointGroupAssociation

setMirroringEndpointGroupAssociation

Required. The association to update.

Parameter
Name Description
var MirroringEndpointGroupAssociation
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
mirroringEndpointGroupAssociation MirroringEndpointGroupAssociation

Required. The association to update.

updateMask Google\Protobuf\FieldMask

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

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest