public sealed class GetMetricDescriptorRequest : IMessage<GetMetricDescriptorRequest>, IEquatable<GetMetricDescriptorRequest>, IDeepCloneable<GetMetricDescriptorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetMetricDescriptorRequest.
[[["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 page provides documentation for the `GetMetricDescriptorRequest` class within the Google Cloud Monitoring v3 API for .NET, with the most recent version being 3.15.0."],["The `GetMetricDescriptorRequest` class is used to retrieve a specific metric descriptor, with the required format for the metric descriptor being: `projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]`."],["The `GetMetricDescriptorRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MetricDescriptorName`, `Name`, and `ResourceName`, which are used to specify and access the metric descriptor being requested."],["This documentation outlines the constructors available for the `GetMetricDescriptorRequest` class, including a default constructor and a constructor that accepts another `GetMetricDescriptorRequest` object as an argument."]]],[]]