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, used for requesting metric descriptors."],["The latest version of the `GetMetricDescriptorRequest` documentation is 3.15.0, with several prior versions ranging from 3.14.0 to 2.3.0 also being documented."],["The `GetMetricDescriptorRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["Key properties of the class include `MetricDescriptorName`, `Name` (which is a required metric descriptor in the format `projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]`), and `ResourceName`, providing various ways to define the resource being requested."],["The `GetMetricDescriptorRequest` has two constructors, one parameterless, and the other that requires a `GetMetricDescriptorRequest` for cloning."]]],[]]