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-04-09 UTC."],[[["This webpage details the `CreateTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to structure requests for creating a taxonomy in Google Cloud Data Catalog."],["The latest version of the `CreateTaxonomyRequest` is 2.14.0, with the page listing all available versions from 1.2.0 to the current release."],["The `CreateTaxonomyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class has two constructors and two key properties, Parent, for the name of the project it belongs to, and Taxonomy, for the taxonomy to create."],["The `ParentAsLocationName` property provides a type safe way to access the `Parent` property as a `LocationName`."]]],[]]