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-01 UTC."],[[["The `UptimeCheckConfig.Types.ResourceGroup` class is a submessage within the Google Cloud Monitoring v3 API, designed to be used for monitoring multiple resources within a group."],["This class can be implemented using the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["It offers constructors for creating new instances, either as default or based on existing `ResourceGroup` objects."],["The class contains the `GroupId` property, a string representing the monitored resource group's identifier, and `ResourceType`, an enum that defines the type of resource members belonging to the group."],["The document provides a version history of this class, with the latest being 3.15.0 and the document we are viewing the page on being version 3.9.0."]]],[]]