Class: Google::Cloud::DataCatalog::V1::ListTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ListTaxonomiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb
Overview
Response message for ListTaxonomies.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pagination token of the next results page.
-
#taxonomies ⇒ ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>
Taxonomies that the project contains.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pagination token of the next results page. Empty if there are no more results in the list.
234 235 236 237 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 234 class ListTaxonomiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#taxonomies ⇒ ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy>
Returns Taxonomies that the project contains.
234 235 236 237 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 234 class ListTaxonomiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |