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."],[[["This page details the `GetTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request a taxonomy in the Google Cloud Data Catalog."],["The latest version of `GetTaxonomyRequest` is 2.14.0, and the page provides links to older versions ranging from 2.13.0 down to 1.2.0."],["`GetTaxonomyRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GetTaxonomyRequest()` and one that accepts another `GetTaxonomyRequest` instance as a parameter to duplicate it."],["It also contains the properties `Name` which is a string representing the resource name of the requested taxonomy, and `TaxonomyName` which is a `TaxonomyName` type that views the `Name` property as a typed resource name."]]],[]]