Class: Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsResponse

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

Response message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].

Instance Attribute Summary collapse

Instance Attribute Details

#lineage_events::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent>

Returns Lineage events from the specified project and location.

Returns:



536
537
538
539
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 536

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

#next_page_token::String

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



536
537
538
539
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 536

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