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 up to the latest version 2.14.0."],["`GetTaxonomyRequest` is a request message used for retrieving a specific taxonomy via the `GetTaxonomy` method in Google Cloud's Data Catalog API."],["The class `GetTaxonomyRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetTaxonomyRequest\u003e`, `IDeepCloneable\u003cGetTaxonomyRequest\u003e`, and `IBufferMessage`, providing methods for message handling, comparison, deep cloning, and buffer manipulation."],["The `GetTaxonomyRequest` class includes two properties: `Name`, a string representing the resource name of the taxonomy to get, and `TaxonomyName`, a `TaxonomyName`-typed view over the `Name` property, facilitating easier resource name handling."],["The latest version of the document is 2.14.0 and the page provides documentation for various different previous versions of the document."]]],[]]