Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest.
Request message for [UpdateProcess][google.cloud.datacatalog.lineage.v1.UpdateProcess].
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 process is not found, the request inserts it.
#allow_missing=
def allow_missing=(value) -> ::Boolean
- value (::Boolean) — If set to true and the process is not found, the request inserts it.
- (::Boolean) — If set to true and the process is not found, the request inserts it.
#process
def process() -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
-
(::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
name
field is used to identify the process to update.
#process=
def process=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
-
value (::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
name
field is used to identify the process to update.
-
(::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
name
field is used to identify the process to update.
#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.