public sealed class GetTaxonomyRequest : IMessage<GetTaxonomyRequest>, IEquatable<GetTaxonomyRequest>, IDeepCloneable<GetTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[GetTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.GetTaxonomy].
[[["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."],[[["The content pertains to the `GetTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to retrieve a taxonomy."],["This class is part of version 2.1.0 of the Google Cloud Data Catalog .NET library, with version 2.14.0 being the latest available, and it is derived from the base `Object` class, while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTaxonomyRequest` class has two constructors, one default and one taking another `GetTaxonomyRequest` object as a parameter for copying, and has properties such as `Name` (a string) and `TaxonomyName` to specify the resource being requested."],["The page provides a detailed list of versions of `GetTaxonomyRequest` from 1.2.0 up to the latest 2.14.0 for users to browse, giving them access to each previous version's documentation."],["The GetTaxonomyRequest class is implemented in the Google.Cloud.DataCatalog.V1.dll assembly, which users will need to include to access this class and its functionality."]]],[]]