Class: Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo
- 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
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end of the last event establishing this link-process tuple.
-
#link ⇒ ::String
The name of the link in the format of
projects/{project}/locations/{location}/links/{link}
. -
#start_time ⇒ ::Google::Protobuf::Timestamp
The start of the first event establishing this link-process tuple.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end of the last event establishing this link-process tuple.
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 |
#link ⇒ ::String
Returns 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.
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 |