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

Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListRunsRequest.

Request message for [ListRuns][google.cloud.datacatalog.lineage.v1.ListRuns].

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 runs to return. The service may return fewer than this value. If unspecified, at most 50 runs 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 runs to return. The service may return fewer than this value. If unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 are cut to 100.
Returns
  • (::Integer) — The maximum number of runs to return. The service may return fewer than this value. If unspecified, at most 50 runs 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 ListRuns 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 ListRuns 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 ListRuns 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 process that owns this collection of runs.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of process that owns this collection of runs.
Returns
  • (::String) — Required. The name of process that owns this collection of runs.