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 document provides reference documentation for the `UptimeCheckConfig.Types.ResourceGroup` class within the Google Cloud Monitoring v3 API, focusing on version 3.8.0 but also listing versions as new as 3.15.0 and as old as 2.3.0."],["The `UptimeCheckConfig.Types.ResourceGroup` class is used for monitoring multiple resources as a group, serving as an alternative to monitoring a single, specific resource."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `GroupId` (a string representing the monitored resource group's ID) and `ResourceType` (specifying the type of resources in the group, as defined by `GroupResourceType`)."],["Available constructors for `ResourceGroup` include a default constructor, and a copy constructor that accepts another `ResourceGroup` instance as a parameter."]]],[]]