public sealed class GetTaxonomyRequest : IMessage<GetTaxonomyRequest>, IEquatable<GetTaxonomyRequest>, IDeepCloneable<GetTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class GetTaxonomyRequest.
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 reference documentation for the `GetTaxonomyRequest` class within the Data Catalog v1 API for .NET, specifically for version 2.8.0."],["The `GetTaxonomyRequest` class is used to construct request messages for retrieving taxonomy data, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and offers two constructors: a default constructor and one that accepts another `GetTaxonomyRequest` instance for creating copies."],["It includes two properties: `Name`, which is a string representing the resource name of the taxonomy to retrieve, and `TaxonomyName`, a typed view of the `Name` property."],["A list of links to the same documentation is provided for prior versions of the class starting from 2.0.0 all the way up to 2.14.0, with several versions between the two."]]],[]]