Class: Google::Cloud::DataCatalog::V1::ListTaxonomiesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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