google-apis-firebasecrashlytics_v1alpha 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/firebasecrashlytics_v1alpha/classes.rb +1564 -0
- data/lib/google/apis/firebasecrashlytics_v1alpha/gem_version.rb +28 -0
- data/lib/google/apis/firebasecrashlytics_v1alpha/representations.rb +629 -0
- data/lib/google/apis/firebasecrashlytics_v1alpha/service.rb +606 -0
- data/lib/google/apis/firebasecrashlytics_v1alpha.rb +40 -0
- data/lib/google-apis-firebasecrashlytics_v1alpha.rb +15 -0
- metadata +79 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Apis
|
|
17
|
+
module FirebasecrashlyticsV1alpha
|
|
18
|
+
# Version of the google-apis-firebasecrashlytics_v1alpha gem
|
|
19
|
+
GEM_VERSION = "0.1.0"
|
|
20
|
+
|
|
21
|
+
# Version of the code generator used to generate this client
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
|
+
|
|
24
|
+
# Revision of the discovery document this client was generated from
|
|
25
|
+
REVISION = "20260710"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,629 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module FirebasecrashlyticsV1alpha
|
|
24
|
+
|
|
25
|
+
class BatchGetEventsResponse
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class BatchUpdateIssuesRequest
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class BatchUpdateIssuesResponse
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class Breadcrumb
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class Browser
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class DeleteUserCrashReportsResponse
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class Device
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class Empty
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class Error
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class Event
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class Exception
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class FirebaseSessionEvent
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class Frame
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class IntervalMetrics
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class Issue
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class IssueSignals
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class IssueVariant
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class ListEventsResponse
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class ListNotesResponse
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class ListReportsResponse
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class Log
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class Memory
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class Note
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class OperatingSystem
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class PlayTrack
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class Report
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class ReportGroup
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class Storage
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class Thread
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class UpdateIssueRequest
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class User
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class Version
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class WebMetricsGroup
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class BatchGetEventsResponse
|
|
224
|
+
# @private
|
|
225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
226
|
+
collection :events, as: 'events', class: Google::Apis::FirebasecrashlyticsV1alpha::Event, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Event::Representation
|
|
227
|
+
|
|
228
|
+
end
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
class BatchUpdateIssuesRequest
|
|
232
|
+
# @private
|
|
233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
234
|
+
collection :requests, as: 'requests', class: Google::Apis::FirebasecrashlyticsV1alpha::UpdateIssueRequest, decorator: Google::Apis::FirebasecrashlyticsV1alpha::UpdateIssueRequest::Representation
|
|
235
|
+
|
|
236
|
+
property :update_mask, as: 'updateMask'
|
|
237
|
+
end
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
class BatchUpdateIssuesResponse
|
|
241
|
+
# @private
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
243
|
+
collection :issues, as: 'issues', class: Google::Apis::FirebasecrashlyticsV1alpha::Issue, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Issue::Representation
|
|
244
|
+
|
|
245
|
+
end
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
class Breadcrumb
|
|
249
|
+
# @private
|
|
250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
251
|
+
property :event_time, as: 'eventTime'
|
|
252
|
+
hash :params, as: 'params'
|
|
253
|
+
property :title, as: 'title'
|
|
254
|
+
end
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
class Browser
|
|
258
|
+
# @private
|
|
259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
260
|
+
property :browser, as: 'browser'
|
|
261
|
+
property :display_name, as: 'displayName'
|
|
262
|
+
property :display_version, as: 'displayVersion'
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class DeleteUserCrashReportsResponse
|
|
267
|
+
# @private
|
|
268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
269
|
+
property :target_complete_time, as: 'targetCompleteTime'
|
|
270
|
+
end
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
class Device
|
|
274
|
+
# @private
|
|
275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
276
|
+
property :architecture, as: 'architecture'
|
|
277
|
+
property :company_name, as: 'companyName'
|
|
278
|
+
property :display_name, as: 'displayName'
|
|
279
|
+
property :form_factor, as: 'formFactor'
|
|
280
|
+
property :manufacturer, as: 'manufacturer'
|
|
281
|
+
property :marketing_name, as: 'marketingName'
|
|
282
|
+
property :model, as: 'model'
|
|
283
|
+
end
|
|
284
|
+
end
|
|
285
|
+
|
|
286
|
+
class Empty
|
|
287
|
+
# @private
|
|
288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
289
|
+
end
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
class Error
|
|
293
|
+
# @private
|
|
294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
295
|
+
property :blamed, as: 'blamed'
|
|
296
|
+
property :code, :numeric_string => true, as: 'code'
|
|
297
|
+
collection :frames, as: 'frames', class: Google::Apis::FirebasecrashlyticsV1alpha::Frame, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Frame::Representation
|
|
298
|
+
|
|
299
|
+
property :queue, as: 'queue'
|
|
300
|
+
property :subtitle, as: 'subtitle'
|
|
301
|
+
property :title, as: 'title'
|
|
302
|
+
end
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
class Event
|
|
306
|
+
# @private
|
|
307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
308
|
+
property :app_orientation, as: 'appOrientation'
|
|
309
|
+
property :blame_frame, as: 'blameFrame', class: Google::Apis::FirebasecrashlyticsV1alpha::Frame, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Frame::Representation
|
|
310
|
+
|
|
311
|
+
collection :breadcrumbs, as: 'breadcrumbs', class: Google::Apis::FirebasecrashlyticsV1alpha::Breadcrumb, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Breadcrumb::Representation
|
|
312
|
+
|
|
313
|
+
property :browser, as: 'browser', class: Google::Apis::FirebasecrashlyticsV1alpha::Browser, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Browser::Representation
|
|
314
|
+
|
|
315
|
+
property :build_stamp, as: 'buildStamp'
|
|
316
|
+
property :bundle_or_package, as: 'bundleOrPackage'
|
|
317
|
+
property :crashlytics_sdk_version, as: 'crashlyticsSdkVersion'
|
|
318
|
+
hash :custom_keys, as: 'customKeys'
|
|
319
|
+
property :device, as: 'device', class: Google::Apis::FirebasecrashlyticsV1alpha::Device, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Device::Representation
|
|
320
|
+
|
|
321
|
+
property :device_orientation, as: 'deviceOrientation'
|
|
322
|
+
collection :errors, as: 'errors', class: Google::Apis::FirebasecrashlyticsV1alpha::Error, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Error::Representation
|
|
323
|
+
|
|
324
|
+
property :event_id, as: 'eventId'
|
|
325
|
+
property :event_time, as: 'eventTime'
|
|
326
|
+
collection :exceptions, as: 'exceptions', class: Google::Apis::FirebasecrashlyticsV1alpha::Exception, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Exception::Representation
|
|
327
|
+
|
|
328
|
+
property :installation_uuid, as: 'installationUuid'
|
|
329
|
+
property :issue, as: 'issue', class: Google::Apis::FirebasecrashlyticsV1alpha::Issue, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Issue::Representation
|
|
330
|
+
|
|
331
|
+
property :issue_subtitle, as: 'issueSubtitle'
|
|
332
|
+
property :issue_title, as: 'issueTitle'
|
|
333
|
+
property :issue_variant, as: 'issueVariant', class: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant, decorator: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant::Representation
|
|
334
|
+
|
|
335
|
+
collection :logs, as: 'logs', class: Google::Apis::FirebasecrashlyticsV1alpha::Log, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Log::Representation
|
|
336
|
+
|
|
337
|
+
property :memory, as: 'memory', class: Google::Apis::FirebasecrashlyticsV1alpha::Memory, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Memory::Representation
|
|
338
|
+
|
|
339
|
+
property :name, as: 'name'
|
|
340
|
+
property :operating_system, as: 'operatingSystem', class: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem, decorator: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem::Representation
|
|
341
|
+
|
|
342
|
+
property :platform, as: 'platform'
|
|
343
|
+
property :process_state, as: 'processState'
|
|
344
|
+
property :received_time, as: 'receivedTime'
|
|
345
|
+
property :route_path, as: 'routePath'
|
|
346
|
+
property :session_id, as: 'sessionId'
|
|
347
|
+
property :storage, as: 'storage', class: Google::Apis::FirebasecrashlyticsV1alpha::Storage, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Storage::Representation
|
|
348
|
+
|
|
349
|
+
collection :threads, as: 'threads', class: Google::Apis::FirebasecrashlyticsV1alpha::Thread, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Thread::Representation
|
|
350
|
+
|
|
351
|
+
property :user, as: 'user', class: Google::Apis::FirebasecrashlyticsV1alpha::User, decorator: Google::Apis::FirebasecrashlyticsV1alpha::User::Representation
|
|
352
|
+
|
|
353
|
+
property :version, as: 'version', class: Google::Apis::FirebasecrashlyticsV1alpha::Version, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Version::Representation
|
|
354
|
+
|
|
355
|
+
end
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
class Exception
|
|
359
|
+
# @private
|
|
360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
361
|
+
property :blamed, as: 'blamed'
|
|
362
|
+
property :exception_message, as: 'exceptionMessage'
|
|
363
|
+
collection :frames, as: 'frames', class: Google::Apis::FirebasecrashlyticsV1alpha::Frame, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Frame::Representation
|
|
364
|
+
|
|
365
|
+
property :nested, as: 'nested'
|
|
366
|
+
property :subtitle, as: 'subtitle'
|
|
367
|
+
property :title, as: 'title'
|
|
368
|
+
property :type, as: 'type'
|
|
369
|
+
end
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
class FirebaseSessionEvent
|
|
373
|
+
# @private
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
375
|
+
property :device, as: 'device', class: Google::Apis::FirebasecrashlyticsV1alpha::Device, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Device::Representation
|
|
376
|
+
|
|
377
|
+
property :event_time, as: 'eventTime'
|
|
378
|
+
property :event_type, as: 'eventType'
|
|
379
|
+
property :firebase_installation_id, as: 'firebaseInstallationId'
|
|
380
|
+
property :first_session_id, as: 'firstSessionId'
|
|
381
|
+
property :operating_system, as: 'operatingSystem', class: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem, decorator: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem::Representation
|
|
382
|
+
|
|
383
|
+
property :session_id, as: 'sessionId'
|
|
384
|
+
property :session_index, as: 'sessionIndex'
|
|
385
|
+
property :version, as: 'version', class: Google::Apis::FirebasecrashlyticsV1alpha::Version, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Version::Representation
|
|
386
|
+
|
|
387
|
+
end
|
|
388
|
+
end
|
|
389
|
+
|
|
390
|
+
class Frame
|
|
391
|
+
# @private
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
393
|
+
property :address, :numeric_string => true, as: 'address'
|
|
394
|
+
property :blamed, as: 'blamed'
|
|
395
|
+
property :column, :numeric_string => true, as: 'column'
|
|
396
|
+
property :file, as: 'file'
|
|
397
|
+
property :library, as: 'library'
|
|
398
|
+
property :line, :numeric_string => true, as: 'line'
|
|
399
|
+
property :offset, :numeric_string => true, as: 'offset'
|
|
400
|
+
property :owner, as: 'owner'
|
|
401
|
+
property :symbol, as: 'symbol'
|
|
402
|
+
end
|
|
403
|
+
end
|
|
404
|
+
|
|
405
|
+
class IntervalMetrics
|
|
406
|
+
# @private
|
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
408
|
+
property :end_time, as: 'endTime'
|
|
409
|
+
property :events_count, :numeric_string => true, as: 'eventsCount'
|
|
410
|
+
property :impacted_users_count, :numeric_string => true, as: 'impactedUsersCount'
|
|
411
|
+
property :sessions_count, :numeric_string => true, as: 'sessionsCount'
|
|
412
|
+
property :start_time, as: 'startTime'
|
|
413
|
+
end
|
|
414
|
+
end
|
|
415
|
+
|
|
416
|
+
class Issue
|
|
417
|
+
# @private
|
|
418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
419
|
+
property :error_type, as: 'errorType'
|
|
420
|
+
property :first_seen_time, as: 'firstSeenTime'
|
|
421
|
+
property :first_seen_version, as: 'firstSeenVersion'
|
|
422
|
+
property :id, as: 'id'
|
|
423
|
+
property :last_seen_time, as: 'lastSeenTime'
|
|
424
|
+
property :last_seen_version, as: 'lastSeenVersion'
|
|
425
|
+
property :name, as: 'name'
|
|
426
|
+
property :notes_count, :numeric_string => true, as: 'notesCount'
|
|
427
|
+
property :sample_event, as: 'sampleEvent'
|
|
428
|
+
collection :signals, as: 'signals', class: Google::Apis::FirebasecrashlyticsV1alpha::IssueSignals, decorator: Google::Apis::FirebasecrashlyticsV1alpha::IssueSignals::Representation
|
|
429
|
+
|
|
430
|
+
property :state, as: 'state'
|
|
431
|
+
property :state_update_time, as: 'stateUpdateTime'
|
|
432
|
+
property :subtitle, as: 'subtitle'
|
|
433
|
+
property :title, as: 'title'
|
|
434
|
+
property :uri, as: 'uri'
|
|
435
|
+
collection :variants, as: 'variants', class: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant, decorator: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant::Representation
|
|
436
|
+
|
|
437
|
+
end
|
|
438
|
+
end
|
|
439
|
+
|
|
440
|
+
class IssueSignals
|
|
441
|
+
# @private
|
|
442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
443
|
+
property :description, as: 'description'
|
|
444
|
+
property :signal, as: 'signal'
|
|
445
|
+
end
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
class IssueVariant
|
|
449
|
+
# @private
|
|
450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
451
|
+
property :id, as: 'id'
|
|
452
|
+
property :sample_event, as: 'sampleEvent'
|
|
453
|
+
property :uri, as: 'uri'
|
|
454
|
+
end
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class ListEventsResponse
|
|
458
|
+
# @private
|
|
459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
460
|
+
collection :events, as: 'events', class: Google::Apis::FirebasecrashlyticsV1alpha::Event, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Event::Representation
|
|
461
|
+
|
|
462
|
+
property :next_page_token, as: 'nextPageToken'
|
|
463
|
+
end
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
class ListNotesResponse
|
|
467
|
+
# @private
|
|
468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
469
|
+
property :next_page_token, as: 'nextPageToken'
|
|
470
|
+
collection :notes, as: 'notes', class: Google::Apis::FirebasecrashlyticsV1alpha::Note, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Note::Representation
|
|
471
|
+
|
|
472
|
+
end
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class ListReportsResponse
|
|
476
|
+
# @private
|
|
477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
478
|
+
collection :reports, as: 'reports', class: Google::Apis::FirebasecrashlyticsV1alpha::Report, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Report::Representation
|
|
479
|
+
|
|
480
|
+
end
|
|
481
|
+
end
|
|
482
|
+
|
|
483
|
+
class Log
|
|
484
|
+
# @private
|
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
486
|
+
property :log_time, as: 'logTime'
|
|
487
|
+
property :message, as: 'message'
|
|
488
|
+
end
|
|
489
|
+
end
|
|
490
|
+
|
|
491
|
+
class Memory
|
|
492
|
+
# @private
|
|
493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
494
|
+
property :free, :numeric_string => true, as: 'free'
|
|
495
|
+
property :used, :numeric_string => true, as: 'used'
|
|
496
|
+
end
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class Note
|
|
500
|
+
# @private
|
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
502
|
+
property :author, as: 'author'
|
|
503
|
+
property :body, as: 'body'
|
|
504
|
+
property :create_time, as: 'createTime'
|
|
505
|
+
property :name, as: 'name'
|
|
506
|
+
end
|
|
507
|
+
end
|
|
508
|
+
|
|
509
|
+
class OperatingSystem
|
|
510
|
+
# @private
|
|
511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
512
|
+
property :device_type, as: 'deviceType'
|
|
513
|
+
property :display_name, as: 'displayName'
|
|
514
|
+
property :display_version, as: 'displayVersion'
|
|
515
|
+
property :modification_state, as: 'modificationState'
|
|
516
|
+
property :os, as: 'os'
|
|
517
|
+
property :type, as: 'type'
|
|
518
|
+
end
|
|
519
|
+
end
|
|
520
|
+
|
|
521
|
+
class PlayTrack
|
|
522
|
+
# @private
|
|
523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
524
|
+
property :title, as: 'title'
|
|
525
|
+
property :type, as: 'type'
|
|
526
|
+
end
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class Report
|
|
530
|
+
# @private
|
|
531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
532
|
+
property :display_name, as: 'displayName'
|
|
533
|
+
collection :groups, as: 'groups', class: Google::Apis::FirebasecrashlyticsV1alpha::ReportGroup, decorator: Google::Apis::FirebasecrashlyticsV1alpha::ReportGroup::Representation
|
|
534
|
+
|
|
535
|
+
property :name, as: 'name'
|
|
536
|
+
property :next_page_token, as: 'nextPageToken'
|
|
537
|
+
property :total_size, as: 'totalSize'
|
|
538
|
+
property :usage, as: 'usage'
|
|
539
|
+
end
|
|
540
|
+
end
|
|
541
|
+
|
|
542
|
+
class ReportGroup
|
|
543
|
+
# @private
|
|
544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
545
|
+
property :browser, as: 'browser', class: Google::Apis::FirebasecrashlyticsV1alpha::Browser, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Browser::Representation
|
|
546
|
+
|
|
547
|
+
property :device, as: 'device', class: Google::Apis::FirebasecrashlyticsV1alpha::Device, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Device::Representation
|
|
548
|
+
|
|
549
|
+
property :issue, as: 'issue', class: Google::Apis::FirebasecrashlyticsV1alpha::Issue, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Issue::Representation
|
|
550
|
+
|
|
551
|
+
collection :metrics, as: 'metrics', class: Google::Apis::FirebasecrashlyticsV1alpha::IntervalMetrics, decorator: Google::Apis::FirebasecrashlyticsV1alpha::IntervalMetrics::Representation
|
|
552
|
+
|
|
553
|
+
property :operating_system, as: 'operatingSystem', class: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem, decorator: Google::Apis::FirebasecrashlyticsV1alpha::OperatingSystem::Representation
|
|
554
|
+
|
|
555
|
+
collection :subgroups, as: 'subgroups', class: Google::Apis::FirebasecrashlyticsV1alpha::ReportGroup, decorator: Google::Apis::FirebasecrashlyticsV1alpha::ReportGroup::Representation
|
|
556
|
+
|
|
557
|
+
property :variant, as: 'variant', class: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant, decorator: Google::Apis::FirebasecrashlyticsV1alpha::IssueVariant::Representation
|
|
558
|
+
|
|
559
|
+
property :version, as: 'version', class: Google::Apis::FirebasecrashlyticsV1alpha::Version, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Version::Representation
|
|
560
|
+
|
|
561
|
+
property :web_metrics_group, as: 'webMetricsGroup', class: Google::Apis::FirebasecrashlyticsV1alpha::WebMetricsGroup, decorator: Google::Apis::FirebasecrashlyticsV1alpha::WebMetricsGroup::Representation
|
|
562
|
+
|
|
563
|
+
end
|
|
564
|
+
end
|
|
565
|
+
|
|
566
|
+
class Storage
|
|
567
|
+
# @private
|
|
568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
569
|
+
property :free, :numeric_string => true, as: 'free'
|
|
570
|
+
property :used, :numeric_string => true, as: 'used'
|
|
571
|
+
end
|
|
572
|
+
end
|
|
573
|
+
|
|
574
|
+
class Thread
|
|
575
|
+
# @private
|
|
576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
577
|
+
property :blamed, as: 'blamed'
|
|
578
|
+
property :crash_address, :numeric_string => true, as: 'crashAddress'
|
|
579
|
+
property :crashed, as: 'crashed'
|
|
580
|
+
collection :frames, as: 'frames', class: Google::Apis::FirebasecrashlyticsV1alpha::Frame, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Frame::Representation
|
|
581
|
+
|
|
582
|
+
property :name, as: 'name'
|
|
583
|
+
property :queue, as: 'queue'
|
|
584
|
+
property :signal, as: 'signal'
|
|
585
|
+
property :signal_code, as: 'signalCode'
|
|
586
|
+
property :subtitle, as: 'subtitle'
|
|
587
|
+
property :sys_thread_id, :numeric_string => true, as: 'sysThreadId'
|
|
588
|
+
property :thread_id, :numeric_string => true, as: 'threadId'
|
|
589
|
+
property :thread_state, as: 'threadState'
|
|
590
|
+
property :title, as: 'title'
|
|
591
|
+
end
|
|
592
|
+
end
|
|
593
|
+
|
|
594
|
+
class UpdateIssueRequest
|
|
595
|
+
# @private
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
597
|
+
property :issue, as: 'issue', class: Google::Apis::FirebasecrashlyticsV1alpha::Issue, decorator: Google::Apis::FirebasecrashlyticsV1alpha::Issue::Representation
|
|
598
|
+
|
|
599
|
+
property :update_mask, as: 'updateMask'
|
|
600
|
+
end
|
|
601
|
+
end
|
|
602
|
+
|
|
603
|
+
class User
|
|
604
|
+
# @private
|
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
606
|
+
property :id, as: 'id'
|
|
607
|
+
end
|
|
608
|
+
end
|
|
609
|
+
|
|
610
|
+
class Version
|
|
611
|
+
# @private
|
|
612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
613
|
+
property :build_version, as: 'buildVersion'
|
|
614
|
+
property :display_name, as: 'displayName'
|
|
615
|
+
property :display_version, as: 'displayVersion'
|
|
616
|
+
collection :tracks, as: 'tracks', class: Google::Apis::FirebasecrashlyticsV1alpha::PlayTrack, decorator: Google::Apis::FirebasecrashlyticsV1alpha::PlayTrack::Representation
|
|
617
|
+
|
|
618
|
+
end
|
|
619
|
+
end
|
|
620
|
+
|
|
621
|
+
class WebMetricsGroup
|
|
622
|
+
# @private
|
|
623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
624
|
+
property :id, as: 'id'
|
|
625
|
+
end
|
|
626
|
+
end
|
|
627
|
+
end
|
|
628
|
+
end
|
|
629
|
+
end
|