Class: Google::Cloud::DataCatalog::Lineage::V1::UpdateRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::UpdateRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [UpdateRun][google.cloud.datacatalog.lineage.v1.UpdateRun].
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true and the run is not found, the request creates it.
-
#run ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Run
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true and the run is not found, the request creates it.
408 409 410 411 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 408 class UpdateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#run ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Run
Returns 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}
.
408 409 410 411 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 408 class UpdateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update. Currently not used. The whole message is updated.
408 409 410 411 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 408 class UpdateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |