Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::ListTaxonomiesRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::ListTaxonomiesRequest.

Request message for ListTaxonomies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
Returns
  • (::String) — Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000. 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. If not set, defaults to 50.
Returns
  • (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.

#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.