class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ExportTaxonomiesResponse
Response message for ExportTaxonomies.
Attributes
taxonomies[RW]
List of taxonomies and policy tags as nested protocol buffers. Corresponds to the JSON property `taxonomies` @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 736 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datacatalog_v1/classes.rb, line 741 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end