Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
- 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
Request message for ReplaceTaxonomy.
Instance Attribute Summary collapse
-
#serialized_taxonomy ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy
A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
constructor
A new instance of GoogleCloudDatacatalogV1ReplaceTaxonomyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
Returns a new instance of GoogleCloudDatacatalogV1ReplaceTaxonomyRequest.
1703 1704 1705 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1703 def initialize(**args) update!(**args) end |
Instance Attribute Details
#serialized_taxonomy ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy
A nested protocol buffer that represents a taxonomy and the hierarchy of its
policy tags. Used for taxonomy replacement, import, and export.
Corresponds to the JSON property serializedTaxonomy
1701 1702 1703 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1701 def serialized_taxonomy @serialized_taxonomy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1708 1709 1710 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1708 def update!(**args) @serialized_taxonomy = args[:serialized_taxonomy] if args.key?(:serialized_taxonomy) end |