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 reference documentation for the `CreateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0, and is also a hub for viewing all other previous version pages."],["The `CreateTaxonomyRequest` class is used to create a new taxonomy and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` as it inherits from `Object`."],["The class has two constructors, `CreateTaxonomyRequest()`, and `CreateTaxonomyRequest(CreateTaxonomyRequest other)`, for creating new objects or copying an existing one."],["The `CreateTaxonomyRequest` has properties to define the project's parent resource name, accessed via string or a `LocationName` type, and the `Taxonomy` object."],["The page lists all previous versions of this documentation, starting with version 2.14.0 (the latest), and descending all the way to 1.2.0."]]],[]]