Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesRequest (v0.7.0)

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

Request message for BatchSearchLinkProcesses.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def links() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.

    The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the INVALID_ARGUMENT error.

    Format: projects/{project}/locations/{location}/links/{link}.

def links=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.

    The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the INVALID_ARGUMENT error.

    Format: projects/{project}/locations/{location}/links/{link}.

Returns
  • (::Array<::String>) — Required. An array of links to check for their associated LineageProcesses.

    The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the INVALID_ARGUMENT error.

    Format: projects/{project}/locations/{location}/links/{link}.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
Returns
  • (::Integer) — The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The page token received from a previous BatchSearchLinkProcesses call. Use it to get the next page.

    When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The page token received from a previous BatchSearchLinkProcesses call. Use it to get the next page.

    When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.

Returns
  • (::String) — The page token received from a previous BatchSearchLinkProcesses call. Use it to get the next page.

    When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project and location where you want to search.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project and location where you want to search.
Returns
  • (::String) — Required. The project and location where you want to search.