public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `UpdateGroupRequest` class within the `Google.Cloud.Monitoring.V3` namespace, specifically detailing its structure and usage."],["The `UpdateGroupRequest` class, designed for updating group definitions, is part of the Google Cloud Monitoring V3 API and is implemented in the `Google.Cloud.Monitoring.V3.dll` assembly."],["The documentation offers a history of versions for this resource, with `3.15.0` being the latest version available, and version history going as far back as `2.3.0`."],["The `UpdateGroupRequest` class allows for the update of a group's properties, replacing all fields of an existing group with the exception of its name."],["There are two properties available within the class `Group` which is the new group definition, and `ValidateOnly` which allows for request validation without actually updating the group."]]],[]]