google-apis-toolresults_v1beta3 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- 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-toolresults_v1beta3.rb +15 -0
- data/lib/google/apis/toolresults_v1beta3.rb +36 -0
- data/lib/google/apis/toolresults_v1beta3/classes.rb +3795 -0
- data/lib/google/apis/toolresults_v1beta3/gem_version.rb +28 -0
- data/lib/google/apis/toolresults_v1beta3/representations.rb +1745 -0
- data/lib/google/apis/toolresults_v1beta3/service.rb +1355 -0
- metadata +76 -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 ToolresultsV1beta3
|
18
|
+
# Version of the google-apis-toolresults_v1beta3 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201029"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1745 @@
|
|
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 ToolresultsV1beta3
|
24
|
+
|
25
|
+
class Anr
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AndroidAppInfo
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AndroidInstrumentationTest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AndroidRoboTest
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AndroidTest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AndroidTestLoop
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class Any
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AppStartTime
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AvailableDeepLinks
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class BasicPerfSampleSeries
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class BatchCreatePerfSamplesRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class BatchCreatePerfSamplesResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class BlankScreen
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CpuInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CrashDialogError
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class DeviceOutOfMemory
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class Duration
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class EncounteredLoginScreen
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class EncounteredNonAndroidUiWidgetScreen
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class Environment
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class EnvironmentDimensionValueEntry
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Execution
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class FailedToInstall
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class FailureDetail
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class FatalException
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class FileReference
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GraphicsStats
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GraphicsStatsBucket
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class History
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Image
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class InAppPurchasesFound
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class InconclusiveDetail
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class IndividualOutcome
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class InsufficientCoverage
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class IosAppCrashed
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class IosAppInfo
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class IosRoboTest
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class IosTest
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class IosTestLoop
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class IosXcTest
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class LauncherActivityNotFound
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ListEnvironmentsResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ListExecutionsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ListHistoriesResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ListPerfSampleSeriesResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListPerfSamplesResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListScreenshotClustersResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListStepAccessibilityClustersResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListStepThumbnailsResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ListStepsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class ListTestCasesResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class MatrixDimensionDefinition
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class MemoryInfo
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class MergedResult
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class MultiStep
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class NativeCrash
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class NonSdkApi
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class NonSdkApiInsight
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class NonSdkApiUsageViolation
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class NonSdkApiUsageViolationReport
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class Outcome
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class OverlappingUiElements
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class PendingGoogleUpdateInsight
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class PerfEnvironment
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class PerfMetricsSummary
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class PerfSample
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class PerfSampleSeries
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class PerformedGoogleLogin
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class PerformedMonkeyActions
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class PrimaryStep
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class ProjectSettings
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class PublishXunitXmlFilesRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class RegionProto
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class ResultsStorage
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class RoboScriptExecution
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class SafeHtmlProto
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class Screen
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class ScreenshotCluster
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class ShardSummary
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class SkippedDetail
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class Specification
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class StackTrace
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class StartActivityNotFound
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class Status
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class Step
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class StepDimensionValueEntry
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class StepLabelsEntry
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class StepSummary
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class SuccessDetail
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class SuggestionClusterProto
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class SuggestionProto
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class TestCase
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class TestCaseReference
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class TestExecutionStep
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class TestIssue
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class TestSuiteOverview
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class TestTiming
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class Thumbnail
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class Timestamp
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class ToolExecution
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class ToolExecutionStep
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class ToolExitCode
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class ToolOutputReference
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class UiElementTooDeep
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class UnspecifiedWarning
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class UnusedRoboDirective
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class UpgradeInsight
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class UsedRoboDirective
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class UsedRoboIgnoreDirective
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class Anr
|
680
|
+
# @private
|
681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
682
|
+
property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
683
|
+
|
684
|
+
end
|
685
|
+
end
|
686
|
+
|
687
|
+
class AndroidAppInfo
|
688
|
+
# @private
|
689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
690
|
+
property :name, as: 'name'
|
691
|
+
property :package_name, as: 'packageName'
|
692
|
+
property :version_code, as: 'versionCode'
|
693
|
+
property :version_name, as: 'versionName'
|
694
|
+
end
|
695
|
+
end
|
696
|
+
|
697
|
+
class AndroidInstrumentationTest
|
698
|
+
# @private
|
699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
700
|
+
property :test_package_id, as: 'testPackageId'
|
701
|
+
property :test_runner_class, as: 'testRunnerClass'
|
702
|
+
collection :test_targets, as: 'testTargets'
|
703
|
+
property :use_orchestrator, as: 'useOrchestrator'
|
704
|
+
end
|
705
|
+
end
|
706
|
+
|
707
|
+
class AndroidRoboTest
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
property :app_initial_activity, as: 'appInitialActivity'
|
711
|
+
property :bootstrap_package_id, as: 'bootstrapPackageId'
|
712
|
+
property :bootstrap_runner_class, as: 'bootstrapRunnerClass'
|
713
|
+
property :max_depth, as: 'maxDepth'
|
714
|
+
property :max_steps, as: 'maxSteps'
|
715
|
+
end
|
716
|
+
end
|
717
|
+
|
718
|
+
class AndroidTest
|
719
|
+
# @private
|
720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
+
property :android_app_info, as: 'androidAppInfo', class: Google::Apis::ToolresultsV1beta3::AndroidAppInfo, decorator: Google::Apis::ToolresultsV1beta3::AndroidAppInfo::Representation
|
722
|
+
|
723
|
+
property :android_instrumentation_test, as: 'androidInstrumentationTest', class: Google::Apis::ToolresultsV1beta3::AndroidInstrumentationTest, decorator: Google::Apis::ToolresultsV1beta3::AndroidInstrumentationTest::Representation
|
724
|
+
|
725
|
+
property :android_robo_test, as: 'androidRoboTest', class: Google::Apis::ToolresultsV1beta3::AndroidRoboTest, decorator: Google::Apis::ToolresultsV1beta3::AndroidRoboTest::Representation
|
726
|
+
|
727
|
+
property :android_test_loop, as: 'androidTestLoop', class: Google::Apis::ToolresultsV1beta3::AndroidTestLoop, decorator: Google::Apis::ToolresultsV1beta3::AndroidTestLoop::Representation
|
728
|
+
|
729
|
+
property :test_timeout, as: 'testTimeout', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
730
|
+
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
class AndroidTestLoop
|
735
|
+
# @private
|
736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class Any
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :type_url, as: 'typeUrl'
|
744
|
+
property :value, :base64 => true, as: 'value'
|
745
|
+
end
|
746
|
+
end
|
747
|
+
|
748
|
+
class AppStartTime
|
749
|
+
# @private
|
750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
+
property :fully_drawn_time, as: 'fullyDrawnTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
752
|
+
|
753
|
+
property :initial_display_time, as: 'initialDisplayTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
754
|
+
|
755
|
+
end
|
756
|
+
end
|
757
|
+
|
758
|
+
class AvailableDeepLinks
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
end
|
762
|
+
end
|
763
|
+
|
764
|
+
class BasicPerfSampleSeries
|
765
|
+
# @private
|
766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
767
|
+
property :perf_metric_type, as: 'perfMetricType'
|
768
|
+
property :perf_unit, as: 'perfUnit'
|
769
|
+
property :sample_series_label, as: 'sampleSeriesLabel'
|
770
|
+
end
|
771
|
+
end
|
772
|
+
|
773
|
+
class BatchCreatePerfSamplesRequest
|
774
|
+
# @private
|
775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
776
|
+
collection :perf_samples, as: 'perfSamples', class: Google::Apis::ToolresultsV1beta3::PerfSample, decorator: Google::Apis::ToolresultsV1beta3::PerfSample::Representation
|
777
|
+
|
778
|
+
end
|
779
|
+
end
|
780
|
+
|
781
|
+
class BatchCreatePerfSamplesResponse
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
collection :perf_samples, as: 'perfSamples', class: Google::Apis::ToolresultsV1beta3::PerfSample, decorator: Google::Apis::ToolresultsV1beta3::PerfSample::Representation
|
785
|
+
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
789
|
+
class BlankScreen
|
790
|
+
# @private
|
791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
792
|
+
property :screen_id, as: 'screenId'
|
793
|
+
end
|
794
|
+
end
|
795
|
+
|
796
|
+
class CpuInfo
|
797
|
+
# @private
|
798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
799
|
+
property :cpu_processor, as: 'cpuProcessor'
|
800
|
+
property :cpu_speed_in_ghz, as: 'cpuSpeedInGhz'
|
801
|
+
property :number_of_cores, as: 'numberOfCores'
|
802
|
+
end
|
803
|
+
end
|
804
|
+
|
805
|
+
class CrashDialogError
|
806
|
+
# @private
|
807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
808
|
+
property :crash_package, as: 'crashPackage'
|
809
|
+
end
|
810
|
+
end
|
811
|
+
|
812
|
+
class DeviceOutOfMemory
|
813
|
+
# @private
|
814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class Duration
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
property :nanos, as: 'nanos'
|
822
|
+
property :seconds, :numeric_string => true, as: 'seconds'
|
823
|
+
end
|
824
|
+
end
|
825
|
+
|
826
|
+
class EncounteredLoginScreen
|
827
|
+
# @private
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
+
property :distinct_screens, as: 'distinctScreens'
|
830
|
+
collection :screen_ids, as: 'screenIds'
|
831
|
+
end
|
832
|
+
end
|
833
|
+
|
834
|
+
class EncounteredNonAndroidUiWidgetScreen
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
property :distinct_screens, as: 'distinctScreens'
|
838
|
+
collection :screen_ids, as: 'screenIds'
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
class Environment
|
843
|
+
# @private
|
844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
845
|
+
property :completion_time, as: 'completionTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
846
|
+
|
847
|
+
property :creation_time, as: 'creationTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
848
|
+
|
849
|
+
collection :dimension_value, as: 'dimensionValue', class: Google::Apis::ToolresultsV1beta3::EnvironmentDimensionValueEntry, decorator: Google::Apis::ToolresultsV1beta3::EnvironmentDimensionValueEntry::Representation
|
850
|
+
|
851
|
+
property :display_name, as: 'displayName'
|
852
|
+
property :environment_id, as: 'environmentId'
|
853
|
+
property :environment_result, as: 'environmentResult', class: Google::Apis::ToolresultsV1beta3::MergedResult, decorator: Google::Apis::ToolresultsV1beta3::MergedResult::Representation
|
854
|
+
|
855
|
+
property :execution_id, as: 'executionId'
|
856
|
+
property :history_id, as: 'historyId'
|
857
|
+
property :project_id, as: 'projectId'
|
858
|
+
property :results_storage, as: 'resultsStorage', class: Google::Apis::ToolresultsV1beta3::ResultsStorage, decorator: Google::Apis::ToolresultsV1beta3::ResultsStorage::Representation
|
859
|
+
|
860
|
+
collection :shard_summaries, as: 'shardSummaries', class: Google::Apis::ToolresultsV1beta3::ShardSummary, decorator: Google::Apis::ToolresultsV1beta3::ShardSummary::Representation
|
861
|
+
|
862
|
+
end
|
863
|
+
end
|
864
|
+
|
865
|
+
class EnvironmentDimensionValueEntry
|
866
|
+
# @private
|
867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
868
|
+
property :key, as: 'key'
|
869
|
+
property :value, as: 'value'
|
870
|
+
end
|
871
|
+
end
|
872
|
+
|
873
|
+
class Execution
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
property :completion_time, as: 'completionTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
877
|
+
|
878
|
+
property :creation_time, as: 'creationTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
879
|
+
|
880
|
+
collection :dimension_definitions, as: 'dimensionDefinitions', class: Google::Apis::ToolresultsV1beta3::MatrixDimensionDefinition, decorator: Google::Apis::ToolresultsV1beta3::MatrixDimensionDefinition::Representation
|
881
|
+
|
882
|
+
property :execution_id, as: 'executionId'
|
883
|
+
property :outcome, as: 'outcome', class: Google::Apis::ToolresultsV1beta3::Outcome, decorator: Google::Apis::ToolresultsV1beta3::Outcome::Representation
|
884
|
+
|
885
|
+
property :specification, as: 'specification', class: Google::Apis::ToolresultsV1beta3::Specification, decorator: Google::Apis::ToolresultsV1beta3::Specification::Representation
|
886
|
+
|
887
|
+
property :state, as: 'state'
|
888
|
+
property :test_execution_matrix_id, as: 'testExecutionMatrixId'
|
889
|
+
end
|
890
|
+
end
|
891
|
+
|
892
|
+
class FailedToInstall
|
893
|
+
# @private
|
894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
895
|
+
end
|
896
|
+
end
|
897
|
+
|
898
|
+
class FailureDetail
|
899
|
+
# @private
|
900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
+
property :crashed, as: 'crashed'
|
902
|
+
property :device_out_of_memory, as: 'deviceOutOfMemory'
|
903
|
+
property :failed_roboscript, as: 'failedRoboscript'
|
904
|
+
property :not_installed, as: 'notInstalled'
|
905
|
+
property :other_native_crash, as: 'otherNativeCrash'
|
906
|
+
property :timed_out, as: 'timedOut'
|
907
|
+
property :unable_to_crawl, as: 'unableToCrawl'
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
911
|
+
class FatalException
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
915
|
+
|
916
|
+
end
|
917
|
+
end
|
918
|
+
|
919
|
+
class FileReference
|
920
|
+
# @private
|
921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
922
|
+
property :file_uri, as: 'fileUri'
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
926
|
+
class GraphicsStats
|
927
|
+
# @private
|
928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
collection :buckets, as: 'buckets', class: Google::Apis::ToolresultsV1beta3::GraphicsStatsBucket, decorator: Google::Apis::ToolresultsV1beta3::GraphicsStatsBucket::Representation
|
930
|
+
|
931
|
+
property :high_input_latency_count, :numeric_string => true, as: 'highInputLatencyCount'
|
932
|
+
property :janky_frames, :numeric_string => true, as: 'jankyFrames'
|
933
|
+
property :missed_vsync_count, :numeric_string => true, as: 'missedVsyncCount'
|
934
|
+
property :p50_millis, :numeric_string => true, as: 'p50Millis'
|
935
|
+
property :p90_millis, :numeric_string => true, as: 'p90Millis'
|
936
|
+
property :p95_millis, :numeric_string => true, as: 'p95Millis'
|
937
|
+
property :p99_millis, :numeric_string => true, as: 'p99Millis'
|
938
|
+
property :slow_bitmap_upload_count, :numeric_string => true, as: 'slowBitmapUploadCount'
|
939
|
+
property :slow_draw_count, :numeric_string => true, as: 'slowDrawCount'
|
940
|
+
property :slow_ui_thread_count, :numeric_string => true, as: 'slowUiThreadCount'
|
941
|
+
property :total_frames, :numeric_string => true, as: 'totalFrames'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class GraphicsStatsBucket
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :frame_count, :numeric_string => true, as: 'frameCount'
|
949
|
+
property :render_millis, :numeric_string => true, as: 'renderMillis'
|
950
|
+
end
|
951
|
+
end
|
952
|
+
|
953
|
+
class History
|
954
|
+
# @private
|
955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
956
|
+
property :display_name, as: 'displayName'
|
957
|
+
property :history_id, as: 'historyId'
|
958
|
+
property :name, as: 'name'
|
959
|
+
property :test_platform, as: 'testPlatform'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
963
|
+
class Image
|
964
|
+
# @private
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
966
|
+
property :error, as: 'error', class: Google::Apis::ToolresultsV1beta3::Status, decorator: Google::Apis::ToolresultsV1beta3::Status::Representation
|
967
|
+
|
968
|
+
property :source_image, as: 'sourceImage', class: Google::Apis::ToolresultsV1beta3::ToolOutputReference, decorator: Google::Apis::ToolresultsV1beta3::ToolOutputReference::Representation
|
969
|
+
|
970
|
+
property :step_id, as: 'stepId'
|
971
|
+
property :thumbnail, as: 'thumbnail', class: Google::Apis::ToolresultsV1beta3::Thumbnail, decorator: Google::Apis::ToolresultsV1beta3::Thumbnail::Representation
|
972
|
+
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
976
|
+
class InAppPurchasesFound
|
977
|
+
# @private
|
978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
979
|
+
property :in_app_purchases_flows_explored, as: 'inAppPurchasesFlowsExplored'
|
980
|
+
property :in_app_purchases_flows_started, as: 'inAppPurchasesFlowsStarted'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
984
|
+
class InconclusiveDetail
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
property :aborted_by_user, as: 'abortedByUser'
|
988
|
+
property :has_error_logs, as: 'hasErrorLogs'
|
989
|
+
property :infrastructure_failure, as: 'infrastructureFailure'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class IndividualOutcome
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :multistep_number, as: 'multistepNumber'
|
997
|
+
property :outcome_summary, as: 'outcomeSummary'
|
998
|
+
property :run_duration, as: 'runDuration', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
999
|
+
|
1000
|
+
property :step_id, as: 'stepId'
|
1001
|
+
end
|
1002
|
+
end
|
1003
|
+
|
1004
|
+
class InsufficientCoverage
|
1005
|
+
# @private
|
1006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1007
|
+
end
|
1008
|
+
end
|
1009
|
+
|
1010
|
+
class IosAppCrashed
|
1011
|
+
# @private
|
1012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1013
|
+
property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
1014
|
+
|
1015
|
+
end
|
1016
|
+
end
|
1017
|
+
|
1018
|
+
class IosAppInfo
|
1019
|
+
# @private
|
1020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1021
|
+
property :name, as: 'name'
|
1022
|
+
end
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
class IosRoboTest
|
1026
|
+
# @private
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class IosTest
|
1032
|
+
# @private
|
1033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
|
+
property :ios_app_info, as: 'iosAppInfo', class: Google::Apis::ToolresultsV1beta3::IosAppInfo, decorator: Google::Apis::ToolresultsV1beta3::IosAppInfo::Representation
|
1035
|
+
|
1036
|
+
property :ios_robo_test, as: 'iosRoboTest', class: Google::Apis::ToolresultsV1beta3::IosRoboTest, decorator: Google::Apis::ToolresultsV1beta3::IosRoboTest::Representation
|
1037
|
+
|
1038
|
+
property :ios_test_loop, as: 'iosTestLoop', class: Google::Apis::ToolresultsV1beta3::IosTestLoop, decorator: Google::Apis::ToolresultsV1beta3::IosTestLoop::Representation
|
1039
|
+
|
1040
|
+
property :ios_xc_test, as: 'iosXcTest', class: Google::Apis::ToolresultsV1beta3::IosXcTest, decorator: Google::Apis::ToolresultsV1beta3::IosXcTest::Representation
|
1041
|
+
|
1042
|
+
property :test_timeout, as: 'testTimeout', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1043
|
+
|
1044
|
+
end
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
class IosTestLoop
|
1048
|
+
# @private
|
1049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1050
|
+
property :bundle_id, as: 'bundleId'
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
class IosXcTest
|
1055
|
+
# @private
|
1056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1057
|
+
property :bundle_id, as: 'bundleId'
|
1058
|
+
property :xcode_version, as: 'xcodeVersion'
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class LauncherActivityNotFound
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
class ListEnvironmentsResponse
|
1069
|
+
# @private
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1071
|
+
collection :environments, as: 'environments', class: Google::Apis::ToolresultsV1beta3::Environment, decorator: Google::Apis::ToolresultsV1beta3::Environment::Representation
|
1072
|
+
|
1073
|
+
property :execution_id, as: 'executionId'
|
1074
|
+
property :history_id, as: 'historyId'
|
1075
|
+
property :next_page_token, as: 'nextPageToken'
|
1076
|
+
property :project_id, as: 'projectId'
|
1077
|
+
end
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class ListExecutionsResponse
|
1081
|
+
# @private
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1083
|
+
collection :executions, as: 'executions', class: Google::Apis::ToolresultsV1beta3::Execution, decorator: Google::Apis::ToolresultsV1beta3::Execution::Representation
|
1084
|
+
|
1085
|
+
property :next_page_token, as: 'nextPageToken'
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
class ListHistoriesResponse
|
1090
|
+
# @private
|
1091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1092
|
+
collection :histories, as: 'histories', class: Google::Apis::ToolresultsV1beta3::History, decorator: Google::Apis::ToolresultsV1beta3::History::Representation
|
1093
|
+
|
1094
|
+
property :next_page_token, as: 'nextPageToken'
|
1095
|
+
end
|
1096
|
+
end
|
1097
|
+
|
1098
|
+
class ListPerfSampleSeriesResponse
|
1099
|
+
# @private
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1101
|
+
collection :perf_sample_series, as: 'perfSampleSeries', class: Google::Apis::ToolresultsV1beta3::PerfSampleSeries, decorator: Google::Apis::ToolresultsV1beta3::PerfSampleSeries::Representation
|
1102
|
+
|
1103
|
+
end
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
class ListPerfSamplesResponse
|
1107
|
+
# @private
|
1108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1109
|
+
property :next_page_token, as: 'nextPageToken'
|
1110
|
+
collection :perf_samples, as: 'perfSamples', class: Google::Apis::ToolresultsV1beta3::PerfSample, decorator: Google::Apis::ToolresultsV1beta3::PerfSample::Representation
|
1111
|
+
|
1112
|
+
end
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
class ListScreenshotClustersResponse
|
1116
|
+
# @private
|
1117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1118
|
+
collection :clusters, as: 'clusters', class: Google::Apis::ToolresultsV1beta3::ScreenshotCluster, decorator: Google::Apis::ToolresultsV1beta3::ScreenshotCluster::Representation
|
1119
|
+
|
1120
|
+
end
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class ListStepAccessibilityClustersResponse
|
1124
|
+
# @private
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
+
collection :clusters, as: 'clusters', class: Google::Apis::ToolresultsV1beta3::SuggestionClusterProto, decorator: Google::Apis::ToolresultsV1beta3::SuggestionClusterProto::Representation
|
1127
|
+
|
1128
|
+
property :name, as: 'name'
|
1129
|
+
end
|
1130
|
+
end
|
1131
|
+
|
1132
|
+
class ListStepThumbnailsResponse
|
1133
|
+
# @private
|
1134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1135
|
+
property :next_page_token, as: 'nextPageToken'
|
1136
|
+
collection :thumbnails, as: 'thumbnails', class: Google::Apis::ToolresultsV1beta3::Image, decorator: Google::Apis::ToolresultsV1beta3::Image::Representation
|
1137
|
+
|
1138
|
+
end
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class ListStepsResponse
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
property :next_page_token, as: 'nextPageToken'
|
1145
|
+
collection :steps, as: 'steps', class: Google::Apis::ToolresultsV1beta3::Step, decorator: Google::Apis::ToolresultsV1beta3::Step::Representation
|
1146
|
+
|
1147
|
+
end
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class ListTestCasesResponse
|
1151
|
+
# @private
|
1152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1153
|
+
property :next_page_token, as: 'nextPageToken'
|
1154
|
+
collection :test_cases, as: 'testCases', class: Google::Apis::ToolresultsV1beta3::TestCase, decorator: Google::Apis::ToolresultsV1beta3::TestCase::Representation
|
1155
|
+
|
1156
|
+
end
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class MatrixDimensionDefinition
|
1160
|
+
# @private
|
1161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class MemoryInfo
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :memory_cap_in_kibibyte, :numeric_string => true, as: 'memoryCapInKibibyte'
|
1169
|
+
property :memory_total_in_kibibyte, :numeric_string => true, as: 'memoryTotalInKibibyte'
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class MergedResult
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
property :outcome, as: 'outcome', class: Google::Apis::ToolresultsV1beta3::Outcome, decorator: Google::Apis::ToolresultsV1beta3::Outcome::Representation
|
1177
|
+
|
1178
|
+
property :state, as: 'state'
|
1179
|
+
collection :test_suite_overviews, as: 'testSuiteOverviews', class: Google::Apis::ToolresultsV1beta3::TestSuiteOverview, decorator: Google::Apis::ToolresultsV1beta3::TestSuiteOverview::Representation
|
1180
|
+
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class MultiStep
|
1185
|
+
# @private
|
1186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1187
|
+
property :multistep_number, as: 'multistepNumber'
|
1188
|
+
property :primary_step, as: 'primaryStep', class: Google::Apis::ToolresultsV1beta3::PrimaryStep, decorator: Google::Apis::ToolresultsV1beta3::PrimaryStep::Representation
|
1189
|
+
|
1190
|
+
property :primary_step_id, as: 'primaryStepId'
|
1191
|
+
end
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class NativeCrash
|
1195
|
+
# @private
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
1198
|
+
|
1199
|
+
end
|
1200
|
+
end
|
1201
|
+
|
1202
|
+
class NonSdkApi
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :api_signature, as: 'apiSignature'
|
1206
|
+
collection :example_stack_traces, as: 'exampleStackTraces'
|
1207
|
+
collection :insights, as: 'insights', class: Google::Apis::ToolresultsV1beta3::NonSdkApiInsight, decorator: Google::Apis::ToolresultsV1beta3::NonSdkApiInsight::Representation
|
1208
|
+
|
1209
|
+
property :invocation_count, as: 'invocationCount'
|
1210
|
+
property :list, as: 'list'
|
1211
|
+
end
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class NonSdkApiInsight
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
collection :example_trace_messages, as: 'exampleTraceMessages'
|
1218
|
+
property :matcher_id, as: 'matcherId'
|
1219
|
+
property :pending_google_update_insight, as: 'pendingGoogleUpdateInsight', class: Google::Apis::ToolresultsV1beta3::PendingGoogleUpdateInsight, decorator: Google::Apis::ToolresultsV1beta3::PendingGoogleUpdateInsight::Representation
|
1220
|
+
|
1221
|
+
property :upgrade_insight, as: 'upgradeInsight', class: Google::Apis::ToolresultsV1beta3::UpgradeInsight, decorator: Google::Apis::ToolresultsV1beta3::UpgradeInsight::Representation
|
1222
|
+
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
class NonSdkApiUsageViolation
|
1227
|
+
# @private
|
1228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1229
|
+
collection :api_signatures, as: 'apiSignatures'
|
1230
|
+
property :unique_apis, as: 'uniqueApis'
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class NonSdkApiUsageViolationReport
|
1235
|
+
# @private
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
+
collection :example_apis, as: 'exampleApis', class: Google::Apis::ToolresultsV1beta3::NonSdkApi, decorator: Google::Apis::ToolresultsV1beta3::NonSdkApi::Representation
|
1238
|
+
|
1239
|
+
property :min_sdk_version, as: 'minSdkVersion'
|
1240
|
+
property :target_sdk_version, as: 'targetSdkVersion'
|
1241
|
+
property :unique_apis, as: 'uniqueApis'
|
1242
|
+
end
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class Outcome
|
1246
|
+
# @private
|
1247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1248
|
+
property :failure_detail, as: 'failureDetail', class: Google::Apis::ToolresultsV1beta3::FailureDetail, decorator: Google::Apis::ToolresultsV1beta3::FailureDetail::Representation
|
1249
|
+
|
1250
|
+
property :inconclusive_detail, as: 'inconclusiveDetail', class: Google::Apis::ToolresultsV1beta3::InconclusiveDetail, decorator: Google::Apis::ToolresultsV1beta3::InconclusiveDetail::Representation
|
1251
|
+
|
1252
|
+
property :skipped_detail, as: 'skippedDetail', class: Google::Apis::ToolresultsV1beta3::SkippedDetail, decorator: Google::Apis::ToolresultsV1beta3::SkippedDetail::Representation
|
1253
|
+
|
1254
|
+
property :success_detail, as: 'successDetail', class: Google::Apis::ToolresultsV1beta3::SuccessDetail, decorator: Google::Apis::ToolresultsV1beta3::SuccessDetail::Representation
|
1255
|
+
|
1256
|
+
property :summary, as: 'summary'
|
1257
|
+
end
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class OverlappingUiElements
|
1261
|
+
# @private
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1263
|
+
collection :resource_name, as: 'resourceName'
|
1264
|
+
property :screen_id, as: 'screenId'
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
class PendingGoogleUpdateInsight
|
1269
|
+
# @private
|
1270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1271
|
+
property :name_of_google_library, as: 'nameOfGoogleLibrary'
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class PerfEnvironment
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
property :cpu_info, as: 'cpuInfo', class: Google::Apis::ToolresultsV1beta3::CpuInfo, decorator: Google::Apis::ToolresultsV1beta3::CpuInfo::Representation
|
1279
|
+
|
1280
|
+
property :memory_info, as: 'memoryInfo', class: Google::Apis::ToolresultsV1beta3::MemoryInfo, decorator: Google::Apis::ToolresultsV1beta3::MemoryInfo::Representation
|
1281
|
+
|
1282
|
+
end
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class PerfMetricsSummary
|
1286
|
+
# @private
|
1287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1288
|
+
property :app_start_time, as: 'appStartTime', class: Google::Apis::ToolresultsV1beta3::AppStartTime, decorator: Google::Apis::ToolresultsV1beta3::AppStartTime::Representation
|
1289
|
+
|
1290
|
+
property :execution_id, as: 'executionId'
|
1291
|
+
property :graphics_stats, as: 'graphicsStats', class: Google::Apis::ToolresultsV1beta3::GraphicsStats, decorator: Google::Apis::ToolresultsV1beta3::GraphicsStats::Representation
|
1292
|
+
|
1293
|
+
property :history_id, as: 'historyId'
|
1294
|
+
property :perf_environment, as: 'perfEnvironment', class: Google::Apis::ToolresultsV1beta3::PerfEnvironment, decorator: Google::Apis::ToolresultsV1beta3::PerfEnvironment::Representation
|
1295
|
+
|
1296
|
+
collection :perf_metrics, as: 'perfMetrics'
|
1297
|
+
property :project_id, as: 'projectId'
|
1298
|
+
property :step_id, as: 'stepId'
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class PerfSample
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :sample_time, as: 'sampleTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1306
|
+
|
1307
|
+
property :value, as: 'value'
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class PerfSampleSeries
|
1312
|
+
# @private
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
|
+
property :basic_perf_sample_series, as: 'basicPerfSampleSeries', class: Google::Apis::ToolresultsV1beta3::BasicPerfSampleSeries, decorator: Google::Apis::ToolresultsV1beta3::BasicPerfSampleSeries::Representation
|
1315
|
+
|
1316
|
+
property :execution_id, as: 'executionId'
|
1317
|
+
property :history_id, as: 'historyId'
|
1318
|
+
property :project_id, as: 'projectId'
|
1319
|
+
property :sample_series_id, as: 'sampleSeriesId'
|
1320
|
+
property :step_id, as: 'stepId'
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class PerformedGoogleLogin
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
end
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class PerformedMonkeyActions
|
1331
|
+
# @private
|
1332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
property :total_actions, as: 'totalActions'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class PrimaryStep
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
collection :individual_outcome, as: 'individualOutcome', class: Google::Apis::ToolresultsV1beta3::IndividualOutcome, decorator: Google::Apis::ToolresultsV1beta3::IndividualOutcome::Representation
|
1341
|
+
|
1342
|
+
property :roll_up, as: 'rollUp'
|
1343
|
+
end
|
1344
|
+
end
|
1345
|
+
|
1346
|
+
class ProjectSettings
|
1347
|
+
# @private
|
1348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1349
|
+
property :default_bucket, as: 'defaultBucket'
|
1350
|
+
property :name, as: 'name'
|
1351
|
+
end
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
class PublishXunitXmlFilesRequest
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
collection :xunit_xml_files, as: 'xunitXmlFiles', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1358
|
+
|
1359
|
+
end
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
class RegionProto
|
1363
|
+
# @private
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1365
|
+
property :height_px, as: 'heightPx'
|
1366
|
+
property :left_px, as: 'leftPx'
|
1367
|
+
property :top_px, as: 'topPx'
|
1368
|
+
property :width_px, as: 'widthPx'
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class ResultsStorage
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :results_storage_path, as: 'resultsStoragePath', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1376
|
+
|
1377
|
+
property :xunit_xml_file, as: 'xunitXmlFile', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1378
|
+
|
1379
|
+
end
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class RoboScriptExecution
|
1383
|
+
# @private
|
1384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1385
|
+
property :successful_actions, as: 'successfulActions'
|
1386
|
+
property :total_actions, as: 'totalActions'
|
1387
|
+
end
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class SafeHtmlProto
|
1391
|
+
# @private
|
1392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
+
property :private_do_not_access_or_else_safe_html_wrapped_value, as: 'privateDoNotAccessOrElseSafeHtmlWrappedValue'
|
1394
|
+
end
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class Screen
|
1398
|
+
# @private
|
1399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1400
|
+
property :file_reference, as: 'fileReference'
|
1401
|
+
property :locale, as: 'locale'
|
1402
|
+
property :model, as: 'model'
|
1403
|
+
property :version, as: 'version'
|
1404
|
+
end
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class ScreenshotCluster
|
1408
|
+
# @private
|
1409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
|
+
property :activity, as: 'activity'
|
1411
|
+
property :cluster_id, as: 'clusterId'
|
1412
|
+
property :key_screen, as: 'keyScreen', class: Google::Apis::ToolresultsV1beta3::Screen, decorator: Google::Apis::ToolresultsV1beta3::Screen::Representation
|
1413
|
+
|
1414
|
+
collection :screens, as: 'screens', class: Google::Apis::ToolresultsV1beta3::Screen, decorator: Google::Apis::ToolresultsV1beta3::Screen::Representation
|
1415
|
+
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class ShardSummary
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
collection :runs, as: 'runs', class: Google::Apis::ToolresultsV1beta3::StepSummary, decorator: Google::Apis::ToolresultsV1beta3::StepSummary::Representation
|
1423
|
+
|
1424
|
+
property :shard_result, as: 'shardResult', class: Google::Apis::ToolresultsV1beta3::MergedResult, decorator: Google::Apis::ToolresultsV1beta3::MergedResult::Representation
|
1425
|
+
|
1426
|
+
end
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class SkippedDetail
|
1430
|
+
# @private
|
1431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1432
|
+
property :incompatible_app_version, as: 'incompatibleAppVersion'
|
1433
|
+
property :incompatible_architecture, as: 'incompatibleArchitecture'
|
1434
|
+
property :incompatible_device, as: 'incompatibleDevice'
|
1435
|
+
end
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
class Specification
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :android_test, as: 'androidTest', class: Google::Apis::ToolresultsV1beta3::AndroidTest, decorator: Google::Apis::ToolresultsV1beta3::AndroidTest::Representation
|
1442
|
+
|
1443
|
+
property :ios_test, as: 'iosTest', class: Google::Apis::ToolresultsV1beta3::IosTest, decorator: Google::Apis::ToolresultsV1beta3::IosTest::Representation
|
1444
|
+
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class StackTrace
|
1449
|
+
# @private
|
1450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1451
|
+
property :exception, as: 'exception'
|
1452
|
+
end
|
1453
|
+
end
|
1454
|
+
|
1455
|
+
class StartActivityNotFound
|
1456
|
+
# @private
|
1457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1458
|
+
property :action, as: 'action'
|
1459
|
+
property :uri, as: 'uri'
|
1460
|
+
end
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
class Status
|
1464
|
+
# @private
|
1465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1466
|
+
property :code, as: 'code'
|
1467
|
+
collection :details, as: 'details'
|
1468
|
+
property :message, as: 'message'
|
1469
|
+
end
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
class Step
|
1473
|
+
# @private
|
1474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1475
|
+
property :completion_time, as: 'completionTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1476
|
+
|
1477
|
+
property :creation_time, as: 'creationTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1478
|
+
|
1479
|
+
property :description, as: 'description'
|
1480
|
+
property :device_usage_duration, as: 'deviceUsageDuration', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1481
|
+
|
1482
|
+
collection :dimension_value, as: 'dimensionValue', class: Google::Apis::ToolresultsV1beta3::StepDimensionValueEntry, decorator: Google::Apis::ToolresultsV1beta3::StepDimensionValueEntry::Representation
|
1483
|
+
|
1484
|
+
property :has_images, as: 'hasImages'
|
1485
|
+
collection :labels, as: 'labels', class: Google::Apis::ToolresultsV1beta3::StepLabelsEntry, decorator: Google::Apis::ToolresultsV1beta3::StepLabelsEntry::Representation
|
1486
|
+
|
1487
|
+
property :multi_step, as: 'multiStep', class: Google::Apis::ToolresultsV1beta3::MultiStep, decorator: Google::Apis::ToolresultsV1beta3::MultiStep::Representation
|
1488
|
+
|
1489
|
+
property :name, as: 'name'
|
1490
|
+
property :outcome, as: 'outcome', class: Google::Apis::ToolresultsV1beta3::Outcome, decorator: Google::Apis::ToolresultsV1beta3::Outcome::Representation
|
1491
|
+
|
1492
|
+
property :run_duration, as: 'runDuration', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1493
|
+
|
1494
|
+
property :state, as: 'state'
|
1495
|
+
property :step_id, as: 'stepId'
|
1496
|
+
property :test_execution_step, as: 'testExecutionStep', class: Google::Apis::ToolresultsV1beta3::TestExecutionStep, decorator: Google::Apis::ToolresultsV1beta3::TestExecutionStep::Representation
|
1497
|
+
|
1498
|
+
property :tool_execution_step, as: 'toolExecutionStep', class: Google::Apis::ToolresultsV1beta3::ToolExecutionStep, decorator: Google::Apis::ToolresultsV1beta3::ToolExecutionStep::Representation
|
1499
|
+
|
1500
|
+
end
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
class StepDimensionValueEntry
|
1504
|
+
# @private
|
1505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
+
property :key, as: 'key'
|
1507
|
+
property :value, as: 'value'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class StepLabelsEntry
|
1512
|
+
# @private
|
1513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
+
property :key, as: 'key'
|
1515
|
+
property :value, as: 'value'
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class StepSummary
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
end
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class SuccessDetail
|
1526
|
+
# @private
|
1527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1528
|
+
property :other_native_crash, as: 'otherNativeCrash'
|
1529
|
+
end
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
class SuggestionClusterProto
|
1533
|
+
# @private
|
1534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1535
|
+
property :category, as: 'category'
|
1536
|
+
collection :suggestions, as: 'suggestions', class: Google::Apis::ToolresultsV1beta3::SuggestionProto, decorator: Google::Apis::ToolresultsV1beta3::SuggestionProto::Representation
|
1537
|
+
|
1538
|
+
end
|
1539
|
+
end
|
1540
|
+
|
1541
|
+
class SuggestionProto
|
1542
|
+
# @private
|
1543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1544
|
+
property :help_url, as: 'helpUrl'
|
1545
|
+
property :long_message, as: 'longMessage', class: Google::Apis::ToolresultsV1beta3::SafeHtmlProto, decorator: Google::Apis::ToolresultsV1beta3::SafeHtmlProto::Representation
|
1546
|
+
|
1547
|
+
property :priority, as: 'priority'
|
1548
|
+
property :pseudo_resource_id, as: 'pseudoResourceId'
|
1549
|
+
property :region, as: 'region', class: Google::Apis::ToolresultsV1beta3::RegionProto, decorator: Google::Apis::ToolresultsV1beta3::RegionProto::Representation
|
1550
|
+
|
1551
|
+
property :resource_name, as: 'resourceName'
|
1552
|
+
property :screen_id, as: 'screenId'
|
1553
|
+
property :secondary_priority, as: 'secondaryPriority'
|
1554
|
+
property :short_message, as: 'shortMessage', class: Google::Apis::ToolresultsV1beta3::SafeHtmlProto, decorator: Google::Apis::ToolresultsV1beta3::SafeHtmlProto::Representation
|
1555
|
+
|
1556
|
+
property :title, as: 'title'
|
1557
|
+
end
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class TestCase
|
1561
|
+
# @private
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1563
|
+
property :elapsed_time, as: 'elapsedTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1564
|
+
|
1565
|
+
property :end_time, as: 'endTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1566
|
+
|
1567
|
+
property :skipped_message, as: 'skippedMessage'
|
1568
|
+
collection :stack_traces, as: 'stackTraces', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
1569
|
+
|
1570
|
+
property :start_time, as: 'startTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1571
|
+
|
1572
|
+
property :status, as: 'status'
|
1573
|
+
property :test_case_id, as: 'testCaseId'
|
1574
|
+
property :test_case_reference, as: 'testCaseReference', class: Google::Apis::ToolresultsV1beta3::TestCaseReference, decorator: Google::Apis::ToolresultsV1beta3::TestCaseReference::Representation
|
1575
|
+
|
1576
|
+
collection :tool_outputs, as: 'toolOutputs', class: Google::Apis::ToolresultsV1beta3::ToolOutputReference, decorator: Google::Apis::ToolresultsV1beta3::ToolOutputReference::Representation
|
1577
|
+
|
1578
|
+
end
|
1579
|
+
end
|
1580
|
+
|
1581
|
+
class TestCaseReference
|
1582
|
+
# @private
|
1583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1584
|
+
property :class_name, as: 'className'
|
1585
|
+
property :name, as: 'name'
|
1586
|
+
property :test_suite_name, as: 'testSuiteName'
|
1587
|
+
end
|
1588
|
+
end
|
1589
|
+
|
1590
|
+
class TestExecutionStep
|
1591
|
+
# @private
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1593
|
+
collection :test_issues, as: 'testIssues', class: Google::Apis::ToolresultsV1beta3::TestIssue, decorator: Google::Apis::ToolresultsV1beta3::TestIssue::Representation
|
1594
|
+
|
1595
|
+
collection :test_suite_overviews, as: 'testSuiteOverviews', class: Google::Apis::ToolresultsV1beta3::TestSuiteOverview, decorator: Google::Apis::ToolresultsV1beta3::TestSuiteOverview::Representation
|
1596
|
+
|
1597
|
+
property :test_timing, as: 'testTiming', class: Google::Apis::ToolresultsV1beta3::TestTiming, decorator: Google::Apis::ToolresultsV1beta3::TestTiming::Representation
|
1598
|
+
|
1599
|
+
property :tool_execution, as: 'toolExecution', class: Google::Apis::ToolresultsV1beta3::ToolExecution, decorator: Google::Apis::ToolresultsV1beta3::ToolExecution::Representation
|
1600
|
+
|
1601
|
+
end
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
class TestIssue
|
1605
|
+
# @private
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1607
|
+
property :category, as: 'category'
|
1608
|
+
property :error_message, as: 'errorMessage'
|
1609
|
+
property :severity, as: 'severity'
|
1610
|
+
property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
|
1611
|
+
|
1612
|
+
property :type, as: 'type'
|
1613
|
+
property :warning, as: 'warning', class: Google::Apis::ToolresultsV1beta3::Any, decorator: Google::Apis::ToolresultsV1beta3::Any::Representation
|
1614
|
+
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class TestSuiteOverview
|
1619
|
+
# @private
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :elapsed_time, as: 'elapsedTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1622
|
+
|
1623
|
+
property :error_count, as: 'errorCount'
|
1624
|
+
property :failure_count, as: 'failureCount'
|
1625
|
+
property :flaky_count, as: 'flakyCount'
|
1626
|
+
property :name, as: 'name'
|
1627
|
+
property :skipped_count, as: 'skippedCount'
|
1628
|
+
property :total_count, as: 'totalCount'
|
1629
|
+
property :xml_source, as: 'xmlSource', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1630
|
+
|
1631
|
+
end
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class TestTiming
|
1635
|
+
# @private
|
1636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
+
property :test_process_duration, as: 'testProcessDuration', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
|
1638
|
+
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class Thumbnail
|
1643
|
+
# @private
|
1644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1645
|
+
property :content_type, as: 'contentType'
|
1646
|
+
property :data, :base64 => true, as: 'data'
|
1647
|
+
property :height_px, as: 'heightPx'
|
1648
|
+
property :width_px, as: 'widthPx'
|
1649
|
+
end
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class Timestamp
|
1653
|
+
# @private
|
1654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1655
|
+
property :nanos, as: 'nanos'
|
1656
|
+
property :seconds, :numeric_string => true, as: 'seconds'
|
1657
|
+
end
|
1658
|
+
end
|
1659
|
+
|
1660
|
+
class ToolExecution
|
1661
|
+
# @private
|
1662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1663
|
+
collection :command_line_arguments, as: 'commandLineArguments'
|
1664
|
+
property :exit_code, as: 'exitCode', class: Google::Apis::ToolresultsV1beta3::ToolExitCode, decorator: Google::Apis::ToolresultsV1beta3::ToolExitCode::Representation
|
1665
|
+
|
1666
|
+
collection :tool_logs, as: 'toolLogs', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1667
|
+
|
1668
|
+
collection :tool_outputs, as: 'toolOutputs', class: Google::Apis::ToolresultsV1beta3::ToolOutputReference, decorator: Google::Apis::ToolresultsV1beta3::ToolOutputReference::Representation
|
1669
|
+
|
1670
|
+
end
|
1671
|
+
end
|
1672
|
+
|
1673
|
+
class ToolExecutionStep
|
1674
|
+
# @private
|
1675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1676
|
+
property :tool_execution, as: 'toolExecution', class: Google::Apis::ToolresultsV1beta3::ToolExecution, decorator: Google::Apis::ToolresultsV1beta3::ToolExecution::Representation
|
1677
|
+
|
1678
|
+
end
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class ToolExitCode
|
1682
|
+
# @private
|
1683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1684
|
+
property :number, as: 'number'
|
1685
|
+
end
|
1686
|
+
end
|
1687
|
+
|
1688
|
+
class ToolOutputReference
|
1689
|
+
# @private
|
1690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1691
|
+
property :creation_time, as: 'creationTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
|
1692
|
+
|
1693
|
+
property :output, as: 'output', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
|
1694
|
+
|
1695
|
+
property :test_case, as: 'testCase', class: Google::Apis::ToolresultsV1beta3::TestCaseReference, decorator: Google::Apis::ToolresultsV1beta3::TestCaseReference::Representation
|
1696
|
+
|
1697
|
+
end
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
class UiElementTooDeep
|
1701
|
+
# @private
|
1702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1703
|
+
property :depth, as: 'depth'
|
1704
|
+
property :screen_id, as: 'screenId'
|
1705
|
+
property :screen_state_id, as: 'screenStateId'
|
1706
|
+
end
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
class UnspecifiedWarning
|
1710
|
+
# @private
|
1711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1712
|
+
end
|
1713
|
+
end
|
1714
|
+
|
1715
|
+
class UnusedRoboDirective
|
1716
|
+
# @private
|
1717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1718
|
+
property :resource_name, as: 'resourceName'
|
1719
|
+
end
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
class UpgradeInsight
|
1723
|
+
# @private
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1725
|
+
property :package_name, as: 'packageName'
|
1726
|
+
property :upgrade_to_version, as: 'upgradeToVersion'
|
1727
|
+
end
|
1728
|
+
end
|
1729
|
+
|
1730
|
+
class UsedRoboDirective
|
1731
|
+
# @private
|
1732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1733
|
+
property :resource_name, as: 'resourceName'
|
1734
|
+
end
|
1735
|
+
end
|
1736
|
+
|
1737
|
+
class UsedRoboIgnoreDirective
|
1738
|
+
# @private
|
1739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1740
|
+
property :resource_name, as: 'resourceName'
|
1741
|
+
end
|
1742
|
+
end
|
1743
|
+
end
|
1744
|
+
end
|
1745
|
+
end
|