Package types (1.2.3)

API documentation for errorreporting_v1beta1.types package.

Classes

DeleteEventsRequest

Deletes all events in the project. .. 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

DeleteEventsResponse

Response message for deleting error events.

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.

ErrorEvent

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

ErrorGroup

Description of a group of similar error events. .. attribute:: name

The group resource name. Example: projects/my- project-123/groups/CNSgkpnppqKCUw

:type: str

ErrorGroupOrder

A sorting order of error groups.

ErrorGroupStats

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

GetGroupRequest

A request to return an individual group. .. attribute:: group_name

Required. The group resource name. Written as projects/{projectID}/groups/{group_name}. Call `groupStats.list https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list`__ to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

:type: str

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.

ListEventsRequest

Specifies a set of error events to return. .. 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

ListEventsResponse

Contains a set of requested error events. .. attribute:: error_events

The error events which match the given request.

:type: Sequence[google.cloud.errorreporting_v1beta1.types.ErrorEvent]

ListGroupStatsRequest

Specifies a set of ErrorGroupStats to return. .. attribute:: project_name

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the Google Cloud Console <https://support.google.com/cloud/answer/6158840>__.

Examples: projects/my-project-123, projects/5551234.

:type: str

ListGroupStatsResponse

Contains a set of requested error group stats. .. attribute:: error_group_stats

The error group stats which match the given request.

:type: Sequence[google.cloud.errorreporting_v1beta1.types.ErrorGroupStats]

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. .. 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

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.

ResolutionStatus

Resolution status of an error group.

ServiceContext

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

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.

SourceLocation

Indicates a location in the source code of the service for which errors are reported. functionName must be provided by the application when reporting an error, unless the error report contains a message with a supported exception stack trace. All fields are optional for the later case.

TimedCount

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

TimedCountAlignment

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

TrackingIssue

Information related to tracking the progress on resolving the error.

UpdateGroupRequest

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

Required. The group which replaces the resource on the server.

:type: google.cloud.errorreporting_v1beta1.types.ErrorGroup