[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eErrorGroupService.ErrorGroupServiceBase\u003c/code\u003e class is the base for server-side implementations of the ErrorGroupService within the Google Cloud Error Reporting v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits members from the \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetGroup\u003c/code\u003e method is used to retrieve a specific error group, taking a \u003ccode\u003eGetGroupRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateGroup\u003c/code\u003e method replaces data for a given error group, requiring an \u003ccode\u003eUpdateGroupRequest\u003c/code\u003e and \u003ccode\u003eServerCallContext\u003c/code\u003e, and will fail if the group does not exist.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this class is \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, and previous versions such as \u003ccode\u003e3.0.0-beta04\u003c/code\u003e and \u003ccode\u003e2.0.0-beta05\u003c/code\u003e are also available.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Error Reporting v1beta1 API - Class ErrorGroupService.ErrorGroupServiceBase (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ErrorReporting.V1Beta1/latest/Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupService.ErrorGroupServiceBase)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ErrorReporting.V1Beta1/3.0.0-beta04/Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupService.ErrorGroupServiceBase)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.ErrorReporting.V1Beta1/2.0.0-beta05/Google.Cloud.ErrorReporting.V1Beta1.ErrorGroupService.ErrorGroupServiceBase) \n\n [BindServiceMethod(typeof(ErrorGroupService), \"BindService\")]\n public abstract class ErrorGroupService.ErrorGroupServiceBase\n\nReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroupService.ErrorGroupServiceBase.\n\nBase class for server-side implementations of ErrorGroupService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ErrorGroupService.ErrorGroupServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ErrorReporting.V1Beta1](/dotnet/docs/reference/Google.Cloud.ErrorReporting.V1Beta1/latest/Google.Cloud.ErrorReporting.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.ErrorReporting.V1Beta1.dll\n\nMethods\n-------\n\n### GetGroup(GetGroupRequest, ServerCallContext)\n\n public virtual Task\u003cErrorGroup\u003e GetGroup(GetGroupRequest request, ServerCallContext context)\n\nGet the specified group.\n\n### UpdateGroup(UpdateGroupRequest, ServerCallContext)\n\n public virtual Task\u003cErrorGroup\u003e UpdateGroup(UpdateGroupRequest request, ServerCallContext context)\n\nReplace the data for the specified group.\nFails if the group does not exist."]]