Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ListTaxonomiesResponse (v0.11.0)

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

Response message for ListTaxonomies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more results in the list.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token of the next results page. Empty if there are no more results in the list.
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more results in the list.

#taxonomies

def taxonomies() -> ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>
Returns

#taxonomies=

def taxonomies=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>
Parameter
Returns