package google.devtools.clouderrorreporting.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ErrorGroupService

error_group_service.proto:30

Service for retrieving and updating individual error groups.

service ErrorStatsService

error_stats_service.proto:33

An API for retrieving and managing error statistics as well as data for individual events.

service ReportErrorsService

report_errors_service.proto:31

An API for reporting error events.

message ErrorContext

common.proto:96

A description of the context in which an error occurred. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.

Used in: ErrorEvent, ReportedErrorEvent

message ErrorEvent

common.proto:52

An error event which is returned by the Error Reporting system.

Used in: ErrorGroupStats, ListEventsResponse

message ErrorGroup

common.proto:31

Description of a group of similar error events.

Used as response type in: ErrorGroupService.GetGroup, ErrorGroupService.UpdateGroup

Used as field type in: ErrorGroupStats, UpdateGroupRequest

enum ErrorGroupOrder

error_stats_service.proto:329

A sorting order of error groups.

Used in: ListGroupStatsRequest

message ErrorGroupStats

error_stats_service.proto:128

Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.

Used in: ListGroupStatsResponse

message HttpRequestContext

common.proto:124

HTTP request data that is related to a reported error. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.

Used in: ErrorContext

message QueryTimeRange

error_stats_service.proto:244

Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.

Used in: ListEventsRequest, ListGroupStatsRequest

enum QueryTimeRange.Period

error_stats_service.proto:246

The supported time ranges.

Used in: QueryTimeRange

message ReportedErrorEvent

report_errors_service.proto:68

An error event which is reported to the Error Reporting system.

Used in: ReportErrorEventRequest

message ServiceContext

common.proto:70

Describes a running service that sends errors. Its version changes over time and multiple versions can run in parallel.

Used in: ErrorEvent, ErrorGroupStats, ReportedErrorEvent

message ServiceContextFilter

error_stats_service.proto:279

Specifies criteria for filtering a subset of service contexts. The fields in the filter correspond to the fields in `ServiceContext`. Only exact, case-sensitive matches are supported. If a field is unset or empty, it matches arbitrary values.

Used in: ListEventsRequest, ListGroupStatsRequest

message SourceLocation

common.proto:152

Indicates a location in the source code of the service for which errors are reported. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs. All fields are optional.

Used in: ErrorContext

message TimedCount

error_stats_service.proto:188

The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.

Used in: ErrorGroupStats

enum TimedCountAlignment

error_stats_service.proto:307

Specifies how the time periods of error group counts are aligned.

Used in: ListGroupStatsRequest

message TrackingIssue

common.proto:45

Information related to tracking the progress on resolving the error.

Used in: ErrorGroup