Class: Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks

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

Links associated with a specific process.

Instance Attribute Summary collapse

Instance Attribute Details

Returns An array containing link details objects of the links provided in the original request.

A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.

Returns:

  • (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>)

    An array containing link details objects of the links provided in the original request.

    A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.



687
688
689
690
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 687

class ProcessLinks
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#process::String

Returns The process name in the format of projects/{project}/locations/{location}/processes/{process}.

Returns:

  • (::String)

    The process name in the format of projects/{project}/locations/{location}/processes/{process}.



687
688
689
690
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 687

class ProcessLinks
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end