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

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

Request message for SearchLinks.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned.

    Maximum value is 100; values greater than 100 are reduced to 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned.

    Maximum value is 100; values greater than 100 are reduced to 100.

Returns
  • (::Integer) — Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned.

    Maximum value is 100; values greater than 100 are reduced to 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The page token received from a previous SearchLinksRequest 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) — Optional. The page token received from a previous SearchLinksRequest 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) — Optional. The page token received from a previous SearchLinksRequest 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 you want search in.

#parent=

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

#source

def source() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns

#source=

def source=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns

#target

def target() -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Returns

#target=

def target=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::EntityReference
Parameter
Returns