Class Google::Cloud::DataCatalog::V1::ListTaxonomiesRequest (v0.9.1)

Request message for ListTaxonomies.

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 items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
Returns
  • (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The pagination token of the next results page. If not set, the first page is returned.

    The token is returned in the response to a previous list request.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The pagination token of the next results page. If not set, the first page is returned.

    The token is returned in the response to a previous list request.

Returns
  • (::String) — The pagination token of the next results page. If not set, the first page is returned.

    The token is returned in the response to a previous list request.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the project to list the taxonomies of.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the project to list the taxonomies of.
Returns
  • (::String) — Required. Resource name of the project to list the taxonomies of.