Class ReportErrorEventRequest (1.6.0)

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

A request for reporting an individual error event.

Attributes

NameDescription
project_name str
Required. The resource name of the Google Cloud Platform project. Written as ``projects/{projectId}``, where ``{projectId}`` is the `Google Cloud Platform project ID
event google.cloud.errorreporting_v1beta1.types.ReportedErrorEvent
Required. The error event to be reported.

Inheritance

builtins.object > proto.message.Message > ReportErrorEventRequest