Class: Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [UpdateProcess][google.cloud.datacatalog.lineage.v1.UpdateProcess].
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true and the process is not found, the request inserts it.
-
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
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 process is not found, the request inserts it.
306 307 308 309 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 306 class UpdateProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
Returns Required. The lineage process to update.
The process's name
field is used to identify the process to update.
306 307 308 309 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 306 class UpdateProcessRequest 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.
306 307 308 309 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 306 class UpdateProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |