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."],["The `GetTaxonomyRequest` class is used to structure requests for the `GetTaxonomy` method in the `PolicyTagManager`, as a part of the Google Cloud Data Catalog service."],["`GetTaxonomyRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are vital for its functionality within the Google Cloud environment."],["The `GetTaxonomyRequest` class has two constructors, one default and another that takes another `GetTaxonomyRequest` object as a parameter, allowing you to initiate or copy an existing request."],["The properties `Name` and `TaxonomyName` are used within the class, the former is a string for the resource name of the taxonomy, while the latter is a taxonomy name-typed view over the resource name."]]],[]]