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 provides documentation for the `GetTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, covering versions from 1.2.0 to the latest 2.14.0."],["`GetTaxonomyRequest` is a request message used to retrieve a taxonomy in Google Cloud Data Catalog, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties such as `Name` (a required string representing the resource name of the taxonomy) and `TaxonomyName`, which is a typed view over the `Name` property."],["It has two constructors, one default and another that takes a `GetTaxonomyRequest` object as an argument, for creating new instances."],["The document shows every version with the according link, up until version 1.2.0."]]],[]]