public sealed class GetUptimeCheckConfigRequest : IMessage<GetUptimeCheckConfigRequest>, IEquatable<GetUptimeCheckConfigRequest>, IDeepCloneable<GetUptimeCheckConfigRequest>, IBufferMessage, IMessage
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 details the `GetUptimeCheckConfigRequest` class, which is used for retrieving Uptime check configurations within the Google Cloud Monitoring V3 API."],["The latest version of the API is 3.15.0, with numerous previous versions available, from 3.14.0 down to 2.3.0, all linked for reference to the same GetUptimeCheckConfigRequest."],["The `GetUptimeCheckConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `Name`, `ResourceName`, and `UptimeCheckConfigName` that are used to set and define the desired Uptime check configurations."],["The required format for the `Name` property is `projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`, specifying the exact Uptime check configuration to retrieve."]]],[]]