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 Google Cloud Data Catalog v1 API, spanning multiple versions from 1.2.0 to the latest 2.14.0."],["The `ReplaceTaxonomyRequest` class is used to construct a request message for updating a taxonomy, along with its child policy tags, in the Data Catalog."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are common for messages used within the Google Protobuf framework."],["The class has properties such as `Name`, `SerializedTaxonomy`, and `TaxonomyName` to handle resource names and taxonomy data within the request."],["The request will be made using the `ReplaceTaxonomy` method."]]],[]]