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-21 UTC."],[[["This page provides reference documentation for the `ReplaceTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `ReplaceTaxonomyRequest` class is a request message used for updating a taxonomy and its associated policy tags, as outlined by the `ReplaceTaxonomy` operation in the API."],["The class is derived from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for data handling and comparison."],["It contains properties such as `Name`, `SerializedTaxonomy`, and `TaxonomyName`, which are essential for identifying and defining the taxonomy to be replaced."],["The available documentation includes version history, listing versions from 2.14.0 (latest) down to 1.2.0."]]],[]]