Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::DeleteLineageEventRequest.
Request message for [DeleteLineageEvent][google.cloud.datacatalog.lineage.v1.DeleteLineageEvent].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
Returns
- (::Boolean) — If set to true and the lineage event is not found, the request succeeds but the server doesn't perform any actions.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the lineage event to delete.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the lineage event to delete.
Returns
- (::String) — Required. The name of the lineage event to delete.