Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb
Overview
Response message for ExportTaxonomies.
Instance Attribute Summary collapse
-
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SerializedTaxonomy>
List of taxonomies and policy tags in a tree structure.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse
constructor
A new instance of GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse
Returns a new instance of GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse.
2650 2651 2652 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2650 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SerializedTaxonomy>
List of taxonomies and policy tags in a tree structure.
Corresponds to the JSON property taxonomies
2648 2649 2650 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2648 def taxonomies @taxonomies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2655 2656 2657 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2655 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end |