Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsRequest.
Request message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
-
(::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — 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.
-
(::Integer) — 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.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
- (::String) — Required. The name of the run that owns the collection of lineage events to get.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The name of the run that owns the collection of lineage events to get.
- (::String) — Required. The name of the run that owns the collection of lineage events to get.