public sealed class GetDataTaxonomyRequest : IMessage<GetDataTaxonomyRequest>, IEquatable<GetDataTaxonomyRequest>, IDeepCloneable<GetDataTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetDataTaxonomyRequest.
[[["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."],[[["The latest version available for the `GetDataTaxonomyRequest` class is 3.6.0, while the current page focuses on version 3.0.0 of the Google Cloud Dataplex V1 API."],["`GetDataTaxonomyRequest` is a class within the `Google.Cloud.Dataplex.V1` namespace, used to request DataTaxonomy information, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits members from the `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`, and it can be constructed either without parameters or by providing another `GetDataTaxonomyRequest` object."],["The `GetDataTaxonomyRequest` class has properties named `DataTaxonomyName` and `Name`, where the `Name` property represents the resource name of the requested `DataTaxonomy` and `DataTaxonomyName` is the typed view over this name property."],["There are multiple version references provided for `GetDataTaxonomyRequest`, ranging from version 1.0.0 up to 3.6.0, with older versions going back as far as version 2.0.0, which are fully accessible for users."]]],[]]