public sealed class CreateTaxonomyRequest : IMessage<CreateTaxonomyRequest>, IEquatable<CreateTaxonomyRequest>, IDeepCloneable<CreateTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateTaxonomyRequest.
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 provides reference documentation for the `CreateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.12.0, and is also available in other versions from 1.2.0 to 2.14.0."],["The `CreateTaxonomyRequest` class is used to create a taxonomy within the Data Catalog API and is part of the `Google.Cloud.DataCatalog.V1` namespace."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateTaxonomyRequest` include `Parent` (a string representing the project's resource name), `ParentAsLocationName` (a `LocationName`-typed view of the `Parent`), and `Taxonomy` (the taxonomy object to be created)."],["The most recent version available is 2.14.0."]]],[]]