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 page provides reference documentation for the `CreateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.6.0."],["The `CreateTaxonomyRequest` class is used to define the request message for creating a taxonomy, which will be sent to the `PolicyTagManager` API."],["The documentation includes a list of previous versions, including the latest version, all the way down to version 1.2.0, linking to the respective `CreateTaxonomyRequest` documentation for each."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform various functions in the system."],["The class contains properties like `Parent`, which is a required string representing the project resource name, and `Taxonomy`, which represents the taxonomy object itself, essential for configuring the taxonomy creation."]]],[]]