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-21 UTC."],[[["The `ReplaceTaxonomyRequest` class is used to send a request to update a taxonomy in Google Cloud Data Catalog, along with its associated policy tags."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message-based data, equality checks, deep cloning, and buffered message operations, respectively."],["The `ReplaceTaxonomyRequest` class requires the `Name` property, which is the resource name of the taxonomy being updated, and the `SerializedTaxonomy` property, which contains the updated taxonomy data."],["The latest version is 2.14.0, with multiple versions available ranging down to 1.2.0 to find the documentation based on version."],["The `TaxonomyName` property provides a typed view of the `Name` property for easier handling of taxonomy resource names."]]],[]]