public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class UpdateGroupRequest.
A request to replace the existing data for the given group.
[[["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 `UpdateGroupRequest` class in the Google Cloud Error Reporting v1beta1 API is used to replace existing data for a specified error group."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling and data management."],["The class inherits from `object` and has methods such as `GetHashCode()`, `GetType()`, and `ToString()`, and it also exposes the `Group` property of `ErrorGroup` type."],["There are two constructors for the `UpdateGroupRequest` class, one being a parameterless constructor, and the other accepting another `UpdateGroupRequest` as a parameter for cloning."],["Version 3.0.0-beta05 is the latest release for this documentation, with version 3.0.0-beta04 and 2.0.0-beta05 being also available."]]],[]]