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-21 UTC."],[[["This webpage provides documentation for the `GetTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `GetTaxonomyRequest` class is used to construct request messages for retrieving a specific taxonomy via the `GetTaxonomy` method within the `PolicyTagManager` of Google's Data Catalog API."],["The page offers versioned documentation, with the latest version being 2.14.0, and provides links to documentation for previous versions, dating back to 1.2.0, for the same class."],["The `GetTaxonomyRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetTaxonomyRequest` class include `Name` (a string representing the resource name) and `TaxonomyName` (a typed view of the `Name` property)."]]],[]]