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-03-21 UTC."],[[["The latest version of the `UpdateGroupRequest` class in the Google Cloud Monitoring v3 API is 3.15.0."],["The `UpdateGroupRequest` class is used to update an existing group in Google Cloud Monitoring, replacing all fields except the `name` with new values."],["This class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateGroupRequest` class has properties like `Group`, representing the new group definition, and `ValidateOnly`, which allows for validation without actual updating."],["There are multiple previous versions of this class, going down as low as 2.3.0, and all provide the `UpdateGroupRequest` class."]]],[]]