Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::ListLineageEventsRequest (v0.2.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — Required. The name of the run that owns the collection of lineage events to get.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the run that owns the collection of lineage events to get.
Returns
  • (::String) — Required. The name of the run that owns the collection of lineage events to get.