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 available for the Google Cloud Monitoring v3 API's `UpdateGroupRequest` is 3.15.0."],["The `UpdateGroupRequest` class is used to update group definitions within the Google Cloud Monitoring v3 API, replacing all existing fields except for the group's name."],["The `UpdateGroupRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and message handling."],["The `Group` property of the `UpdateGroupRequest` represents the new definition of the group, and the `ValidateOnly` property allows for validation of the request without performing an actual update."],["Historical versions of the `UpdateGroupRequest` are available for reference, spanning from version 2.3.0 up to the current version of 3.15.0, offering a comprehensive list of prior releases."]]],[]]