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 page provides documentation for the `GetTaxonomyRequest` class's constructors, allowing for the creation of new instances either empty or based on an existing `GetTaxonomyRequest`."],["It documents two properties of the class: `Name`, a string representing the resource name of the taxonomy to retrieve, and `TaxonomyName`, a typed view over the `Name` property."],["The page also provides a list of previous versions of the `GetTaxonomyRequest`, from 1.2.0 up until the most recent 2.14.0."]]],[]]