Class: Google::Cloud::DataCatalog::V1::ExportTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ExportTaxonomiesResponse
- 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
-
#taxonomies ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SerializedTaxonomy>
List of taxonomies and policy tags as nested protocol buffers.
Instance Attribute Details
#taxonomies ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SerializedTaxonomy>
Returns List of taxonomies and policy tags as nested protocol buffers.
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 |