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 documentation for the `GetTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0."],["`GetTaxonomyRequest` is used to request a specific taxonomy, as part of the `PolicyTagManager` service in the Data Catalog API."],["The `GetTaxonomyRequest` class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTaxonomyRequest` class has two constructors, one default constructor and another that takes another `GetTaxonomyRequest` object as a parameter."],["The `GetTaxonomyRequest` class contains two properties: `Name`, a required string representing the resource name of the taxonomy, and `TaxonomyName`, a typed view of the `Name` property."]]],[]]