Class: Google::Cloud::NetworkSecurity::V1::UpdateMirroringEndpointGroupAssociationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1/mirroring.rb

Overview

Request message for UpdateMirroringEndpointGroupAssociation.

Instance Attribute Summary collapse

Instance Attribute Details

#mirroring_endpoint_group_association::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation

Returns Required. The association to update.

Returns:



500
501
502
503
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 500

class UpdateMirroringEndpointGroupAssociationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns 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.



500
501
502
503
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 500

class UpdateMirroringEndpointGroupAssociationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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:



500
501
502
503
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 500

class UpdateMirroringEndpointGroupAssociationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end