Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportTaxonomiesResponse
- 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 ImportTaxonomies.
Instance Attribute Summary collapse
-
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy>
Imported taxonomies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ImportTaxonomiesResponse
constructor
A new instance of GoogleCloudDatacatalogV1ImportTaxonomiesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ImportTaxonomiesResponse
Returns a new instance of GoogleCloudDatacatalogV1ImportTaxonomiesResponse.
1645 1646 1647 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy>
Imported taxonomies.
Corresponds to the JSON property taxonomies
1643 1644 1645 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1643 def taxonomies @taxonomies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1650 1651 1652 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1650 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end |