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
    
  - (::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>) — Taxonomies that the project contains.
#taxonomies=
def taxonomies=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>
    Parameter
    
  - value (::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>) — Taxonomies that the project contains.
    Returns
    
- (::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>) — Taxonomies that the project contains.