public virtual Task<ReportErrorEventResponse> ReportErrorEvent(ReportErrorEventRequest request, ServerCallContext context)
Report an individual error event and record the event to a log.
This endpoint accepts either an OAuth token,
or an API key
for authentication. To use an API key, append it to the URL as the value of
a key parameter. For example:
POST
https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456
Note:Error Reporting is a global service built
on Cloud Logging and doesn't analyze logs stored
in regional log buckets or logs routed to other Google Cloud projects.
[[["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."],[[["This document describes the `ReportErrorsServiceBase` class, which serves as the base for server-side implementations of the `ReportErrorsService` within the `Google.Cloud.ErrorReporting.V1Beta1` namespace."],["The `ReportErrorEvent` method, a core functionality, allows for reporting individual error events, which are then recorded in a log, with either an OAuth token or an API key used for authentication."],["The `ReportErrorEvent` method takes a `ReportErrorEventRequest` and a `ServerCallContext` as input parameters and returns a `Task\u003cReportErrorEventResponse\u003e`."],["Error Reporting is a global service built on Cloud Logging but does not analyze logs in regional log buckets or logs routed to other Google Cloud projects."],["The latest version of the API is 3.0.0-beta05, but the documentation provided is for version 2.0.0-beta05."]]],[]]