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 page details the `ReplaceTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to manage taxonomy updates within the Google Cloud Data Catalog."],["The `ReplaceTaxonomyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The class contains the `Name` property, representing the resource name of the taxonomy to be updated, and the `SerializedTaxonomy` property, which holds the taxonomy data and its child policy tags."],["The `TaxonomyName` property provides a typed view of the resource name of the taxonomy that is being used."],["This page contains information for 21 different versions of the `ReplaceTaxonomyRequest`, spanning from version 1.2.0 to 2.14.0."]]],[]]