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-25 UTC."],[[["This page provides documentation for the `CreateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.9.0."],["The `CreateTaxonomyRequest` class is used to create a new taxonomy within a specified project, as detailed in the `CreateTaxonomy` method."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["Key properties of the `CreateTaxonomyRequest` include `Parent` (the project resource name) and `Taxonomy` (the taxonomy to be created), and these can be accessed through `string` and `Taxonomy` types, respectively."],["There are many versions of this documentation available, ranging from version 1.2.0 up to 2.14.0 (latest)."]]],[]]