Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::UpdateMirroringEndpointGroupAssociationRequest.
Request message for UpdateMirroringEndpointGroupAssociation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mirroring_endpoint_group_association
def mirroring_endpoint_group_association() -> ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
Returns
- (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to update.
#mirroring_endpoint_group_association=
def mirroring_endpoint_group_association=(value) -> ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to update.
Returns
- (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to update.
#request_id
def request_id() -> ::String
Returns
-
(::String) — Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a
request_idis provided. See https://google.aip.dev/155 for more details.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a
request_idis provided. See https://google.aip.dev/155 for more details.
Returns
-
(::String) — Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a
request_idis provided. See https://google.aip.dev/155 for more details.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Fields are specified relative to the association
(e.g.
description; notmirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Fields are specified relative to the association
(e.g.
description; notmirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.
Returns
-
(::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Fields are specified relative to the association
(e.g.
description; notmirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.