public sealed class CreateTaxonomyRequest : IMessage<CreateTaxonomyRequest>, IEquatable<CreateTaxonomyRequest>, IDeepCloneable<CreateTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[CreateTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.CreateTaxonomy].
[[["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."],[[["The `CreateTaxonomyRequest` class is a request message used for creating a new taxonomy within the Google Cloud Data Catalog."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile operations and comparisons."],["The latest version available is 2.14.0, with numerous prior versions available dating back to 1.2.0, showing its history of updates."],["It includes properties such as `Parent` (a string representing the resource name) and `Taxonomy` (the taxonomy object to create), as well as `ParentAsLocationName` that provide the location of the taxonomy and its respective information."],["The class has two constructors: a default constructor `CreateTaxonomyRequest()` and a copy constructor `CreateTaxonomyRequest(CreateTaxonomyRequest other)` that allows making copies of existing requests."]]],[]]