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 `ReplaceTaxonomyRequest` class is used for updating a taxonomy and its associated policy tags within the Google Cloud Data Catalog v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The class has two constructors, a default constructor, and a copy constructor that takes another `ReplaceTaxonomyRequest` instance."],["Key properties of `ReplaceTaxonomyRequest` include `Name`, which represents the resource name of the taxonomy to be updated, and `SerializedTaxonomy`, which contains the taxonomy data and child policy tags for the update."],["There are 22 listed versions of this class, ranging from version 1.2.0 to 2.14.0, with 2.14.0 being the latest version available."]]],[]]