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."],[[["This webpage details the `CreateTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to create a taxonomy within the Google Cloud Data Catalog."],["The `CreateTaxonomyRequest` class is part of the Google.Cloud.DataCatalog.V1.dll assembly and includes constructors for creating new instances, either empty or from an existing instance of `CreateTaxonomyRequest`."],["It features properties like `Parent`, which specifies the project resource name for the taxonomy, and `Taxonomy`, which is the actual taxonomy to create."],["The latest version of the documentation available for this class is 2.14.0, and the webpage also includes documentation links for versions back to 1.2.0."],["The class implements several interfaces such as `IMessage`, `IEquatable\u003cCreateTaxonomyRequest\u003e`, `IDeepCloneable\u003cCreateTaxonomyRequest\u003e`, and `IBufferMessage`."]]],[]]