Namespace Google.Apis.FirebaseCrashlytics.v1alpha.Data
Classes
BatchGetEventsResponse
Response message for the BatchGetEvents method.
BatchUpdateIssuesRequest
Request message for the BatchUpdateIssues method.
BatchUpdateIssuesResponse
Response message for the BatchUpdateIssues method.
Breadcrumb
Analytics events recorded during the session.
Browser
Web browser metadata.
DeleteUserCrashReportsResponse
Response message for the DeleteUserCrashReports method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.
Device
Mobile device metadata.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Error
A non-fatal error and its stacktrace, only from Apple apps.
Event
The message describing a single Crashlytics event. Related to BigQuery export schema, which can be found at Export Crashlytics data to BigQuery
Exception
A Java or Javascript exception and its stacktrace. Only from Android or web apps.
FirebaseSessionEvent
Sessions recorded by the Firebase App Quality Sessions SDK.
Frame
A frame in a stacktrace.
IntervalMetrics
A set of computed metric values for a time interval
Issue
An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
IssueSignals
Distinctive characteristics assigned by the Crashlytics analyzer.
IssueVariant
A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
ListEventsResponse
Response message for the ListEvents method.
ListNotesResponse
Response message for the ListNotes method.
ListReportsResponse
Response method for the ListReports method. The response will always include all of the available reports.
Log
Developer-provided log lines recorded during the session.
Memory
Mobile device memory usage.
Note
Developer notes for an issue.
OperatingSystem
Mobile device operating system metadata.
PlayTrack
Describes a release track in the Play Developer Console.
Report
Response message for the GetReport method. A report consists of the results of a query over an application's events. The events may be filtered by various criteria defined in the filters proto. The result will consist of a number of paginated groups, of a type relevant to the report such as issues or device models.
ReportGroup
A group of results in an EventReport. In any report, the group_parent field is strictly the same type for all of the groups in any collection.
Storage
Mobile device disk/flash usage. Not reported for all devices.
Thread
An application thread.
UpdateIssueRequest
Request message for the UpdateIssue method.
User
Developer-provided end user identifiers.
Version
Application software version.
WebMetricsGroup
Represents a grouping for metrics specific to web applications.