Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse.
Response message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lineage_events
def lineage_events() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>) — Lineage events from the specified project and location.
#lineage_events=
def lineage_events=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>) — Lineage events from the specified project and location.
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>) — Lineage events from the specified project and location.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — The token to specify as
page_token
in the next call to get the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — The token to specify as
page_token
in the next call to get the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — The token to specify as
page_token
in the next call to get the next page. If this field is omitted, there are no subsequent pages.