Class: Google::Cloud::DataCatalog::Lineage::V1::UpdateProcessRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true and the process is not found, the request inserts it.

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:



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