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 .NET development."],["The `GetTaxonomyRequest` class is used to construct request messages for retrieving a specific taxonomy, as defined in the `google.cloud.datacatalog.v1.PolicyTagManager.GetTaxonomy` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `GetTaxonomyRequest` class includes properties like `Name` (a string representing the taxonomy's resource name) and `TaxonomyName` (a typed view of the `Name` property) and also includes constructors to initialize the request."],["The page also displays a range of available versions for the `GetTaxonomyRequest`, spanning from version 2.14.0 down to version 1.2.0, showcasing the evolution of the API."]]],[]]