public sealed class GetMetricDescriptorRequest : IMessage<GetMetricDescriptorRequest>, IEquatable<GetMetricDescriptorRequest>, IDeepCloneable<GetMetricDescriptorRequest>, IBufferMessage, IMessage
[[["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 details the `GetMetricDescriptorRequest` class within the `Google.Cloud.Monitoring.V3` namespace, specifically version 2.6.0."],["The `GetMetricDescriptorRequest` class is used to define requests for retrieving metric descriptors, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The page lists various versions of the `GetMetricDescriptorRequest` class, ranging from version 3.15.0 (latest) down to 2.3.0, allowing access to the different classes through hyperlinks."],["The class has two properties, `MetricDescriptorName` which is a typed view of the name, and the `Name` property, which is a string representing the metric descriptor on which the request is to be executed."],["The class has two constructors, a default constructor, and one that takes in a `GetMetricDescriptorRequest` for parameter, allowing for the copying of information."]]],[]]