Class: Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of lineage events to return.
-
#page_token ⇒ ::String
The page token received from a previous
ListLineageEvents
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of lineage events to return.
The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.
522 523 524 525 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 522 class ListLineageEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token received from a previous ListLineageEvents
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
522 523 524 525 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 522 class ListLineageEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the run that owns the collection of lineage events to get.
522 523 524 525 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 522 class ListLineageEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |