Class: Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo

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

Link details.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The end of the last event establishing this link-process tuple.

Returns:



703
704
705
706
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 703

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

Returns The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

Returns:

  • (::String)

    The name of the link in the format of projects/{project}/locations/{location}/links/{link}.



703
704
705
706
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 703

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

#start_time::Google::Protobuf::Timestamp

Returns The start of the first event establishing this link-process tuple.

Returns:



703
704
705
706
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 703

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