Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::UpdateRunRequest.
Request message for [UpdateRun][google.cloud.datacatalog.lineage.v1.UpdateRun].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
- (::Boolean) — If set to true and the run is not found, the request creates it.
#allow_missing=
def allow_missing=(value) -> ::Boolean
- value (::Boolean) — If set to true and the run is not found, the request creates it.
- (::Boolean) — If set to true and the run is not found, the request creates it.
#run
def run() -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
-
(::Google::Cloud::DataCatalog::Lineage::V1::Run) — Required. The lineage run to update.
The run's
name
field is used to identify the run to update.Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
#run=
def run=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
-
value (::Google::Cloud::DataCatalog::Lineage::V1::Run) — Required. The lineage run to update.
The run's
name
field is used to identify the run to update.Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
-
(::Google::Cloud::DataCatalog::Lineage::V1::Run) — Required. The lineage run to update.
The run's
name
field is used to identify the run to update.Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to update. Currently not used. The whole message is updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to update. Currently not used. The whole message is updated.
- (::Google::Protobuf::FieldMask) — The list of fields to update. Currently not used. The whole message is updated.