Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest.
Request message for UpdateProcess.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
Returns
- (::Boolean) — Optional. If set to true and the process is not found, the request inserts it.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true and the process is not found, the request inserts it.
Returns
- (::Boolean) — Optional. If set to true and the process is not found, the request inserts it.
#process
def process() -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Returns
-
(::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
namefield is used to identify the process to update.
#process=
def process=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Parameter
-
value (::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
namefield is used to identify the process to update.
Returns
-
(::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The lineage process to update.
The process's
namefield is used to identify the process to update.
#request_id
def request_id() -> ::String
Returns
-
(::String) — Optional. A unique identifier for this request. Restricted to 36 ASCII
characters. A random UUID is recommended. This request is idempotent only
if a
request_idis provided.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — Optional. A unique identifier for this request. Restricted to 36 ASCII
characters. A random UUID is recommended. This request is idempotent only
if a
request_idis provided.
Returns
-
(::String) — Optional. A unique identifier for this request. Restricted to 36 ASCII
characters. A random UUID is recommended. This request is idempotent only
if a
request_idis provided.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently not used. The whole message is updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently not used. The whole message is updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. Currently not used. The whole message is updated.