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 webpage details the `GetTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request a taxonomy in the Google Cloud Data Catalog."],["The class is a message type that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the request is `2.14.0`, and the page also provides links to documentation for older versions, ranging back to version `1.2.0`."],["The `GetTaxonomyRequest` class has two constructors, one default and one that takes another `GetTaxonomyRequest` as a parameter, and it also includes properties such as `Name` and `TaxonomyName`."],["The `GetTaxonomyRequest` class's primary purpose is to retrieve a taxonomy, identified by its resource name, within the Google Cloud Data Catalog, as seen by the use of the `Name` and `TaxonomyName` properties."]]],[]]