Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::UpdateRunRequest (v0.1.0)

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

#run

def run() -> ::Google::Cloud::DataCatalog::Lineage::V1::Run
Returns
  • (::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
Parameter
  • 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}.

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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns