public sealed class UptimeCheckConfig.Types.ResourceGroup : IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckConfig.Types.ResourceGroup.
The resource submessage for group checks. It can be used instead of a
monitored resource, when multiple resources are being monitored.
[[["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 `UptimeCheckConfig.Types.ResourceGroup` class within the Google Cloud Monitoring v3 API, focusing on version 3.13.0 and offering links to other versions, from 2.3.0 to 3.15.0."],["The `ResourceGroup` class is a submessage used for group checks, enabling the monitoring of multiple resources in place of a single monitored resource."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like deep cloning and protocol buffer message handling."],["The `ResourceGroup` class includes two main properties: `GroupId`, representing the ID of the monitored resource group, and `ResourceType`, specifying the type of resources within the group."],["The webpage details two constructors for the `ResourceGroup` class: a default constructor and one that accepts another `ResourceGroup` instance, as well as inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]