Class: Google::Cloud::DataCatalog::V1::ExportTaxonomiesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb

Overview

Response message for ExportTaxonomies.

Instance Attribute Summary collapse

Instance Attribute Details

#taxonomies::Array<::Google::Cloud::DataCatalog::V1::SerializedTaxonomy>

Returns List of taxonomies and policy tags as nested protocol buffers.

Returns:



152
153
154
155
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 152

class ExportTaxonomiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end