public sealed class ReplaceTaxonomyRequest : IMessage<ReplaceTaxonomyRequest>, IEquatable<ReplaceTaxonomyRequest>, IDeepCloneable<ReplaceTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ReplaceTaxonomyRequest.
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 provides reference documentation for the `ReplaceTaxonomyRequest` class within the Data Catalog v1 API for .NET, with the most recent version being 2.14.0."],["The `ReplaceTaxonomyRequest` class is used to update a taxonomy and its child policy tags, as part of the `PolicyTagManagerSerialization.ReplaceTaxonomy` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `ReplaceTaxonomyRequest` include `Name` (the resource name of the taxonomy), `SerializedTaxonomy` (the taxonomy data to update), and `TaxonomyName` (a typed view over the `Name` property)."],["The documentation includes versions of the class ranging from 1.2.0 to the latest 2.14.0, allowing developers to consult the specific reference documentation for each version."]]],[]]