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 document provides reference documentation for the `UpdateGroupRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET."],["`UpdateGroupRequest` is used to define a request for updating an existing group, replacing all fields except the group's name with new provided ones."],["The class is available across multiple versions, ranging from 2.3.0 up to the latest 3.15.0, all relating to updating a group."],["`UpdateGroupRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two properties: `Group`, which defines the new group, and `ValidateOnly`, which allows for validating the request without updating the actual group."]]],[]]