Class: Google::Cloud::DataCatalog::Lineage::V1::DeleteLineageEventRequest

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

Overview

Request message for [DeleteLineageEvent][google.cloud.datacatalog.lineage.v1.DeleteLineageEvent].

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true and the lineage event is not found, the request succeeds but the server doesn't perform any actions.

Returns:

  • (::Boolean)

    If set to true and the lineage event is not found, the request succeeds but the server doesn't perform any actions.



550
551
552
553
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 550

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

#name::String

Returns Required. The name of the lineage event to delete.

Returns:

  • (::String)

    Required. The name of the lineage event to delete.



550
551
552
553
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 550

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