Class ReportErrorEventRequest (1.2.3)

ReportErrorEventRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request for reporting an individual error event. .. attribute:: project_name

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectId}, where {projectId} is the Google Cloud Platform project ID <https://support.google.com/cloud/answer/6158840>__.

Example: // projects/my-project-123.

:type: str

Attribute

NameDescription
event google.cloud.errorreporting_v1beta1.types.ReportedErrorEvent
Required. The error event to be reported.