Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::DeleteRunRequest (v0.7.0)

Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::DeleteRunRequest.

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

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 run 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 run is not found, the request succeeds but the server doesn't perform any actions.
Returns
  • (::Boolean) — If set to true and the run 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 run to delete.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the run to delete.
Returns
  • (::String) — Required. The name of the run to delete.