Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse (v0.7.0)

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

#lineage_events=

def lineage_events=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>
Parameter
Returns

#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.