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-04-17 UTC."],[[["This documentation page covers the `UptimeCheckConfig.Types.ResourceGroup` class within the Google Cloud Monitoring v3 API, specifically detailing its structure and usage for monitoring multiple resources."],["The `ResourceGroup` class is a submessage used for group checks, providing an alternative to individual monitored resources when dealing with multiple items, as outlined in the description."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling, comparison, cloning, and buffering within the API."],["Key properties of the `ResourceGroup` class include `GroupId`, representing the group being monitored, and `ResourceType`, specifying the type of resources within the group, both of which are central to its function."],["This page details the different versions of the `ResourceGroup` class, from 2.3.0 up to 3.15.0, with 3.15.0 being the latest version, for the Google Cloud Monitoring v3 API."]]],[]]