Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::UpdateMirroringEndpointGroupAssociationRequest (v0.1.0)

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

#mirroring_endpoint_group_association=

def mirroring_endpoint_group_association=(value) -> ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
Parameter
Returns

#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_id is 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_id is 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_id is 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; not mirroring_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; not mirroring_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; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.