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."],[[["This webpage provides reference documentation for the `UpdateGroupRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The `UpdateGroupRequest` class is used to define a request to update a group in Google Cloud Monitoring, as explained in the overview, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions for this documentation are listed, ranging from version 2.3.0 to 3.15.0, with version 3.15.0 being the most recent release."],["The page details the properties of the `UpdateGroupRequest` class, including `Group` which represents the new group definition, and `ValidateOnly`, a boolean flag to validate the request without updating the group."],["The class `UpdateGroupRequest` has 2 constructors: the default one and another that takes another `UpdateGroupRequest` as an argument to copy its content."]]],[]]