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 webpage provides reference documentation for the `UpdateGroupRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The latest version of the API documented is 3.15.0, while the current page is focused on version 3.14.0, with links provided to previous versions dating back to 2.3.0."],["The `UpdateGroupRequest` class is used to define requests to update a group, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, in addition to `IBufferMessage`."],["Key properties of the `UpdateGroupRequest` include `Group`, which represents the new group definition, and `ValidateOnly`, which allows for request validation without performing the actual update."],["The page details the constructors for `UpdateGroupRequest` and notes the class inherits from `object` and lists other inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]