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.
825 826 827 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 825 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy>
Imported taxonomies.
Corresponds to the JSON property taxonomies
823 824 825 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 823 def taxonomies @taxonomies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
830 831 832 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 830 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end |