Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ExportTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ExportTaxonomiesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.rb
Overview
Response message for ExportTaxonomies.
Instance Attribute Summary collapse
-
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy>
List of taxonomies and policy tags as nested protocol buffers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ExportTaxonomiesResponse
constructor
A new instance of GoogleCloudDatacatalogV1ExportTaxonomiesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ExportTaxonomiesResponse
Returns a new instance of GoogleCloudDatacatalogV1ExportTaxonomiesResponse.
1339 1340 1341 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1339 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy>
List of taxonomies and policy tags as nested protocol buffers.
Corresponds to the JSON property taxonomies
1337 1338 1339 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1337 def taxonomies @taxonomies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1344 1345 1346 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1344 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end |