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."],[[["The latest version of the `ReplaceTaxonomyRequest` class is 2.14.0, and the page provides documentation for multiple versions, ranging from 1.2.0 to 2.14.0."],["`ReplaceTaxonomyRequest` is a class in the Google.Cloud.DataCatalog.V1 namespace that is used to update an existing taxonomy, along with its child policy tags, within the Data Catalog v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cReplaceTaxonomyRequest\u003e`, `IDeepCloneable\u003cReplaceTaxonomyRequest\u003e`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `ReplaceTaxonomyRequest` class has two constructors, `ReplaceTaxonomyRequest()` and `ReplaceTaxonomyRequest(ReplaceTaxonomyRequest other)`, and three main properties: `Name`, `SerializedTaxonomy`, and `TaxonomyName`."],["The properties `Name` and `SerializedTaxonomy` are required, with `Name` being the resource name of the taxonomy and `SerializedTaxonomy` representing the updated taxonomy and its child policy tags, and `TaxonomyName` is a typed view of the `Name`."]]],[]]