Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1InlineSource
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1InlineSource
- 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
Inline source used for taxonomies import.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1InlineSource
constructor
A new instance of GoogleCloudDatacatalogV1beta1InlineSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1InlineSource
Returns a new instance of GoogleCloudDatacatalogV1beta1InlineSource.
2842 2843 2844 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#taxonomies ⇒ Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SerializedTaxonomy>
Required. Taxonomies to be imported.
Corresponds to the JSON property taxonomies
2840 2841 2842 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2840 def taxonomies @taxonomies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2847 2848 2849 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 2847 def update!(**args) @taxonomies = args[:taxonomies] if args.key?(:taxonomies) end |