public sealed class ReplaceTaxonomyRequest : IMessage<ReplaceTaxonomyRequest>, IEquatable<ReplaceTaxonomyRequest>, IDeepCloneable<ReplaceTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[ReplaceTaxonomy][google.cloud.datacatalog.v1.PolicyTagManagerSerialization.ReplaceTaxonomy].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage details the `ReplaceTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to manage taxonomy updates."],["The `ReplaceTaxonomyRequest` class is implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ReplaceTaxonomyRequest` include `Name`, `SerializedTaxonomy`, and `TaxonomyName`, which are used to specify the taxonomy to update and provide its new structure."],["The class provides two constructors: one default constructor and another that accepts an existing `ReplaceTaxonomyRequest` object for cloning."],["Multiple versions of the `ReplaceTaxonomyRequest` are accessible, spanning from version 1.2.0 to the latest version, 2.14.0, within the context of the `Google.Cloud.DataCatalog.V1` namespace."]]],[]]