Required. The group resource name. Written as either projects/{projectID}/groups/{groupId} or projects/{projectID}/locations/{location}/groups/{groupId}. Call groupStats.list to return a list of groups belonging to this project.
In the group resource name, the groupId is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.
For a list of supported locations, see Supported Regions. global is the default when unspecified.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ErrorGroup.
[[["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-02-20 UTC."],[[["This endpoint retrieves a specific error group using a GET request to the provided URL, which follows gRPC Transcoding syntax."],["The `groupName` path parameter is required and identifies the specific error group resource within a project, using a format like `projects/{projectID}/groups/{groupId}`."],["The request body must be empty, as no data is expected to be sent within the request itself."],["A successful request will return an instance of the `ErrorGroup`, providing details about the requested error group."],["Authorization for this endpoint requires one of two OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/stackdriver-integration`."]]],[]]