Module types (0.32.1)

API documentation for errorreporting_v1beta1.types module.

Classes

CustomHttpPattern

API documentation for errorreporting_v1beta1.types.CustomHttpPattern class.

DeleteEventsRequest

Deletes all events in the project.

DeleteEventsResponse

Response message for deleting error events.

DescriptorProto

API documentation for errorreporting_v1beta1.types.DescriptorProto class.

Duration

API documentation for errorreporting_v1beta1.types.Duration class.

EnumDescriptorProto

API documentation for errorreporting_v1beta1.types.EnumDescriptorProto class.

EnumOptions

API documentation for errorreporting_v1beta1.types.EnumOptions class.

EnumValueDescriptorProto

API documentation for errorreporting_v1beta1.types.EnumValueDescriptorProto class.

EnumValueOptions

API documentation for errorreporting_v1beta1.types.EnumValueOptions class.

ErrorContext

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.

The user who caused or was affected by the crash. This can be a user ID, an email address, or an arbitrary token that uniquely identifies the user. When sending an error report, leave this field empty if the user was not logged in. In this case the Error Reporting system will use other data, such as remote IP address, to distinguish affected users. See affected_users_count in ErrorGroupStats.

ErrorEvent

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

The ServiceContext for which this error was reported.

Data about the context in which the error occurred.

ErrorGroup

Description of a group of similar error events.

Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.

ErrorGroupStats

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

Approximate total number of events in the given group that match the filter criteria.

Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be: - Inside the requested time interval - Non-overlapping, and - Ordered by ascending time.

Approximate last occurrence that was ever seen for this group and which matches the given filter criteria, ignoring the time_range that was specified in the request.

The total number of services with a non-zero error count for the given filter criteria.

ExtensionRangeOptions

API documentation for errorreporting_v1beta1.types.ExtensionRangeOptions class.

FieldDescriptorProto

API documentation for errorreporting_v1beta1.types.FieldDescriptorProto class.

FieldOptions

API documentation for errorreporting_v1beta1.types.FieldOptions class.

FileDescriptorProto

API documentation for errorreporting_v1beta1.types.FileDescriptorProto class.

FileDescriptorSet

API documentation for errorreporting_v1beta1.types.FileDescriptorSet class.

FileOptions

API documentation for errorreporting_v1beta1.types.FileOptions class.

GeneratedCodeInfo

API documentation for errorreporting_v1beta1.types.GeneratedCodeInfo class.

GetGroupRequest

A request to return an individual group.

Http

API documentation for errorreporting_v1beta1.types.Http class.

HttpRequestContext

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.

The URL of the request.

The referrer information that is provided with the request.

The IP address from which the request originated. This can be IPv4, IPv6, or a token which is derived from the IP address, depending on the data that has been provided in the error report.

HttpRule

API documentation for errorreporting_v1beta1.types.HttpRule class.

LabelDescriptor

API documentation for errorreporting_v1beta1.types.LabelDescriptor class.

ListEventsRequest

Specifies a set of error events to return.

[Required] The group for which events shall be returned.

[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.

[Optional] A next_page_token provided by a previous response.

ListEventsResponse

Contains a set of requested error events.

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

ListGroupStatsRequest

Specifies a set of ErrorGroupStats to return.

[Optional] List all ErrorGroupStats with these IDs.

[Optional] List data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range. Only ErrorGroupStats with a non-zero count in the given time range are returned, unless the request contains an explicit group_id list. If a group_id list is given, also ErrorGroupStats with zero occurrences are returned.

[Optional] The alignment of the timed counts to be returned. Default is ALIGNMENT_EQUAL_AT_END.

[Optional] The sort order in which the results are returned. Default is COUNT_DESC.

[Optional] A next_page_token provided by a previous response. To view additional results, pass this token along with the identical query parameters as the first request.

ListGroupStatsResponse

Contains a set of requested error group stats.

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

MessageOptions

API documentation for errorreporting_v1beta1.types.MessageOptions class.

MethodDescriptorProto

API documentation for errorreporting_v1beta1.types.MethodDescriptorProto class.

MethodOptions

API documentation for errorreporting_v1beta1.types.MethodOptions class.

MonitoredResource

API documentation for errorreporting_v1beta1.types.MonitoredResource class.

MonitoredResourceDescriptor

API documentation for errorreporting_v1beta1.types.MonitoredResourceDescriptor class.

MonitoredResourceMetadata

API documentation for errorreporting_v1beta1.types.MonitoredResourceMetadata class.

OneofDescriptorProto

API documentation for errorreporting_v1beta1.types.OneofDescriptorProto class.

OneofOptions

API documentation for errorreporting_v1beta1.types.OneofOptions class.

QueryTimeRange

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

ReportErrorEventRequest

A request for reporting an individual error event.

[Required] The error event to be reported.

ReportErrorEventResponse

Response for reporting an individual error event. Data may be added to this message in the future.

ReportedErrorEvent

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

[Required] The service context in which this error has occurred.

[Optional] A description of the context in which the error occurred.

ServiceContext

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

Represents the source code version that the developer provided, which could represent a version label or a Git SHA-1 hash, for example.

ServiceContextFilter

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.

[Optional] The exact value to match against `ServiceContext.version </error-reporting/reference/rest/v 1beta1/ServiceContext#FIELDS.version>`__.

ServiceDescriptorProto

API documentation for errorreporting_v1beta1.types.ServiceDescriptorProto class.

ServiceOptions

API documentation for errorreporting_v1beta1.types.ServiceOptions class.

SourceCodeInfo

API documentation for errorreporting_v1beta1.types.SourceCodeInfo class.

SourceLocation

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.

1-based. 0 indicates that the line number is unknown.

TimedCount

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

Start of the time period to which count refers (included).

Timestamp

API documentation for errorreporting_v1beta1.types.Timestamp class.

TrackingIssue

Information related to tracking the progress on resolving the error.

UninterpretedOption

API documentation for errorreporting_v1beta1.types.UninterpretedOption class.

UpdateGroupRequest

A request to replace the existing data for the given group.