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, essential for retrieving taxonomy information."],["The `GetTaxonomyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing functionalities like deep cloning."],["It offers two constructors: a default constructor and another that accepts a `GetTaxonomyRequest` object for copying purposes."],["The class features two properties: `Name` (a string representing the resource name of the taxonomy) and `TaxonomyName` (a typed view of the resource name)."],["The webpage contains links to all the version numbers of the package, with version 2.14.0 as the latest version."]]],[]]