Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ErrorEvent |
ErrorEvent.clone() |
ErrorEvent |
ErrorGroupStats.getRepresentative()
An arbitrary event that is chosen as representative for the whole group.
|
ErrorEvent |
ErrorEvent.set(java.lang.String fieldName,
java.lang.Object value) |
ErrorEvent |
ErrorEvent.setContext(ErrorContext context)
Data about the context in which the error occurred.
|
ErrorEvent |
ErrorEvent.setEventTime(java.lang.String eventTime)
Time when the event occurred as provided in the error report.
|
ErrorEvent |
ErrorEvent.setMessage(java.lang.String message)
The stack trace that was reported or logged by the service.
|
ErrorEvent |
ErrorEvent.setServiceContext(ServiceContext serviceContext)
The `ServiceContext` for which this error was reported.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorEvent> |
ListEventsResponse.getErrorEvents()
The error events which match the given request.
|
Modifier and Type | Method and Description |
---|---|
ErrorGroupStats |
ErrorGroupStats.setRepresentative(ErrorEvent representative)
An arbitrary event that is chosen as representative for the whole group.
|
Modifier and Type | Method and Description |
---|---|
ListEventsResponse |
ListEventsResponse.setErrorEvents(java.util.List<ErrorEvent> errorEvents)
The error events which match the given request.
|