Class UpdateMirroringEndpointGroupAssociationRequest (0.13.0)

UpdateMirroringEndpointGroupAssociationRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdateMirroringEndpointGroupAssociation.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.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 google.cloud.network_security_v1alpha1.types.MirroringEndpointGroupAssociation
Required. The association to update.
request_id str
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.