public sealed class GetUptimeCheckConfigRequest : IMessage<GetUptimeCheckConfigRequest>, IEquatable<GetUptimeCheckConfigRequest>, IDeepCloneable<GetUptimeCheckConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetUptimeCheckConfigRequest.
The protocol for the GetUptimeCheckConfig request.
[[["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 provides documentation for the `GetUptimeCheckConfigRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET developers."],["The `GetUptimeCheckConfigRequest` class is used to structure requests for retrieving Uptime check configurations, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available in the documentation is 3.15.0, and multiple prior versions are also documented, down to version 2.3.0, allowing developers to access historical reference material."],["The documentation includes information on the class's constructors, properties (`Name`, `ResourceName`, `UptimeCheckConfigName`), and inherited members from the `object` class."],["Developers can find detailed information about the `Name` property, which is required for identifying the specific Uptime check configuration to be retrieved, using the format `projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`."]]],[]]