Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::ListProcessesRequest (v0.2.1)

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

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

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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project and its location that owns this collection of processes.
Returns
  • (::String) — Required. The name of the project and its location that owns this collection of processes.