public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateGroupRequest.
[[["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."],[[["The latest version of the Google Cloud Monitoring v3 API class `UpdateGroupRequest` is 3.15.0, with a variety of previous versions available, including 3.4.0."],["`UpdateGroupRequest` is a class used for updating group definitions within Google Cloud Monitoring, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateGroupRequest` class has two constructors, one default and one that accepts another `UpdateGroupRequest` object, allowing for object cloning."],["The `UpdateGroupRequest` class contains two properties: `Group`, which is a required property representing the new group definition and `ValidateOnly`, a boolean property allowing for request validation without updating an existing group."],["The class also inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]