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-21 UTC."],[[["This webpage provides documentation for the `GetTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, part of the .NET library, with the latest version being 2.14.0."],["The `GetTaxonomyRequest` class is used to create request messages for retrieving taxonomy data via the `GetTaxonomy` method of the `PolicyTagManager`."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each for a specific role in functionality."],["It includes two constructors, a default constructor and another that takes an existing `GetTaxonomyRequest` object to allow for cloning."],["The class exposes two key properties: `Name` (a string representing the resource name) and `TaxonomyName` (a typed view over the `Name` property), which are used to specify the taxonomy being requested."]]],[]]