Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo.
Link details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The end of the last event establishing this link-process tuple.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The end of the last event establishing this link-process tuple.
Returns
- (::Google::Protobuf::Timestamp) — The end of the last event establishing this link-process tuple.
#link
def link() -> ::String
Returns
-
(::String) — The name of the link in the format of
projects/{project}/locations/{location}/links/{link}
.
#link=
def link=(value) -> ::String
Parameter
-
value (::String) — 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}
.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The start of the first event establishing this link-process tuple.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start of the first event establishing this link-process tuple.
Returns
- (::Google::Protobuf::Timestamp) — The start of the first event establishing this link-process tuple.