google-apis-firebaseappdistribution_v1alpha 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 FirebaseappdistributionV1alpha
18
+ # Version of the google-apis-firebaseappdistribution_v1alpha gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.12.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20231207"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,463 @@
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 FirebaseappdistributionV1alpha
24
+
25
+ class GoogleFirebaseAppdistroV1Release
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleFirebaseAppdistroV1ReleaseNotes
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleFirebaseAppdistroV1UploadReleaseMetadata
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleFirebaseAppdistroV1UploadReleaseResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GoogleFirebaseAppdistroV1alphaAabCertificate
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleFirebaseAppdistroV1alphaApp
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleFirebaseAppdistroV1alphaAppCrash
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleFirebaseAppdistroV1alphaDeviceExecution
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleFirebaseAppdistroV1alphaJwt
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GoogleFirebaseAppdistroV1alphaLoginCredential
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleFirebaseAppdistroV1alphaRelease
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleFirebaseAppdistroV1alphaReleaseNotes
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleFirebaseAppdistroV1alphaReleaseTest
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleFirebaseAppdistroV1alphaRoboCrawler
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleFirebaseAppdistroV1alphaRoboStats
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleFirebaseAppdistroV1alphaTestConfig
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleFirebaseAppdistroV1alphaTestDevice
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleFirebaseAppdistroV1alphaTesterUdid
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleFirebaseAppdistroV1Release
194
+ # @private
195
+ class Representation < Google::Apis::Core::JsonRepresentation
196
+ property :binary_download_uri, as: 'binaryDownloadUri'
197
+ property :build_version, as: 'buildVersion'
198
+ property :create_time, as: 'createTime'
199
+ property :display_version, as: 'displayVersion'
200
+ property :firebase_console_uri, as: 'firebaseConsoleUri'
201
+ property :name, as: 'name'
202
+ property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes::Representation
203
+
204
+ property :testing_uri, as: 'testingUri'
205
+ end
206
+ end
207
+
208
+ class GoogleFirebaseAppdistroV1ReleaseNotes
209
+ # @private
210
+ class Representation < Google::Apis::Core::JsonRepresentation
211
+ property :text, as: 'text'
212
+ end
213
+ end
214
+
215
+ class GoogleFirebaseAppdistroV1UploadReleaseMetadata
216
+ # @private
217
+ class Representation < Google::Apis::Core::JsonRepresentation
218
+ end
219
+ end
220
+
221
+ class GoogleFirebaseAppdistroV1UploadReleaseResponse
222
+ # @private
223
+ class Representation < Google::Apis::Core::JsonRepresentation
224
+ property :release, as: 'release', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1Release, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1Release::Representation
225
+
226
+ property :result, as: 'result'
227
+ end
228
+ end
229
+
230
+ class GoogleFirebaseAppdistroV1alphaAabCertificate
231
+ # @private
232
+ class Representation < Google::Apis::Core::JsonRepresentation
233
+ property :certificate_hash_md5, as: 'certificateHashMd5'
234
+ property :certificate_hash_sha1, as: 'certificateHashSha1'
235
+ property :certificate_hash_sha256, as: 'certificateHashSha256'
236
+ end
237
+ end
238
+
239
+ class GoogleFirebaseAppdistroV1alphaApp
240
+ # @private
241
+ class Representation < Google::Apis::Core::JsonRepresentation
242
+ property :aab_certificate, as: 'aabCertificate', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAabCertificate, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAabCertificate::Representation
243
+
244
+ property :aab_state, as: 'aabState'
245
+ property :app_id, as: 'appId'
246
+ property :bundle_id, as: 'bundleId'
247
+ property :contact_email, as: 'contactEmail'
248
+ property :platform, as: 'platform'
249
+ property :project_number, as: 'projectNumber'
250
+ end
251
+ end
252
+
253
+ class GoogleFirebaseAppdistroV1alphaAppCrash
254
+ # @private
255
+ class Representation < Google::Apis::Core::JsonRepresentation
256
+ property :message, as: 'message'
257
+ property :stack_trace, as: 'stackTrace'
258
+ end
259
+ end
260
+
261
+ class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
262
+ # @private
263
+ class Representation < Google::Apis::Core::JsonRepresentation
264
+ property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseNotes::Representation
265
+
266
+ end
267
+ end
268
+
269
+ class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse
270
+ # @private
271
+ class Representation < Google::Apis::Core::JsonRepresentation
272
+ end
273
+ end
274
+
275
+ class GoogleFirebaseAppdistroV1alphaDeviceExecution
276
+ # @private
277
+ class Representation < Google::Apis::Core::JsonRepresentation
278
+ property :app_crash, as: 'appCrash', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAppCrash, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAppCrash::Representation
279
+
280
+ property :crawl_graph_uri, as: 'crawlGraphUri'
281
+ property :device, as: 'device', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
282
+
283
+ property :failed_reason, as: 'failedReason'
284
+ property :inconclusive_reason, as: 'inconclusiveReason'
285
+ property :results_storage_path, as: 'resultsStoragePath'
286
+ property :robo_stats, as: 'roboStats', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats::Representation
287
+
288
+ collection :screenshot_uris, as: 'screenshotUris'
289
+ property :state, as: 'state'
290
+ property :video_uri, as: 'videoUri'
291
+ end
292
+ end
293
+
294
+ class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
295
+ # @private
296
+ class Representation < Google::Apis::Core::JsonRepresentation
297
+ property :build_version, as: 'buildVersion'
298
+ property :display_version, as: 'displayVersion'
299
+ collection :emails, as: 'emails'
300
+ collection :group_ids, as: 'groupIds'
301
+ end
302
+ end
303
+
304
+ class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse
305
+ # @private
306
+ class Representation < Google::Apis::Core::JsonRepresentation
307
+ end
308
+ end
309
+
310
+ class GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse
311
+ # @private
312
+ class Representation < Google::Apis::Core::JsonRepresentation
313
+ property :release, as: 'release', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRelease, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRelease::Representation
314
+
315
+ end
316
+ end
317
+
318
+ class GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse
319
+ # @private
320
+ class Representation < Google::Apis::Core::JsonRepresentation
321
+ collection :tester_udids, as: 'testerUdids', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTesterUdid, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTesterUdid::Representation
322
+
323
+ end
324
+ end
325
+
326
+ class GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse
327
+ # @private
328
+ class Representation < Google::Apis::Core::JsonRepresentation
329
+ property :error_code, as: 'errorCode'
330
+ property :message, as: 'message'
331
+ property :release, as: 'release', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRelease, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRelease::Representation
332
+
333
+ property :status, as: 'status'
334
+ end
335
+ end
336
+
337
+ class GoogleFirebaseAppdistroV1alphaJwt
338
+ # @private
339
+ class Representation < Google::Apis::Core::JsonRepresentation
340
+ property :token, as: 'token'
341
+ end
342
+ end
343
+
344
+ class GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse
345
+ # @private
346
+ class Representation < Google::Apis::Core::JsonRepresentation
347
+ property :next_page_token, as: 'nextPageToken'
348
+ collection :release_tests, as: 'releaseTests', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseTest, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseTest::Representation
349
+
350
+ end
351
+ end
352
+
353
+ class GoogleFirebaseAppdistroV1alphaLoginCredential
354
+ # @private
355
+ class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :field_hints, as: 'fieldHints', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints::Representation
357
+
358
+ property :google, as: 'google'
359
+ property :password, as: 'password'
360
+ property :username, as: 'username'
361
+ end
362
+ end
363
+
364
+ class GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints
365
+ # @private
366
+ class Representation < Google::Apis::Core::JsonRepresentation
367
+ property :password_resource_name, as: 'passwordResourceName'
368
+ property :username_resource_name, as: 'usernameResourceName'
369
+ end
370
+ end
371
+
372
+ class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
373
+ # @private
374
+ class Representation < Google::Apis::Core::JsonRepresentation
375
+ end
376
+ end
377
+
378
+ class GoogleFirebaseAppdistroV1alphaRelease
379
+ # @private
380
+ class Representation < Google::Apis::Core::JsonRepresentation
381
+ property :build_version, as: 'buildVersion'
382
+ property :display_version, as: 'displayVersion'
383
+ property :distributed_at, as: 'distributedAt'
384
+ property :id, as: 'id'
385
+ property :instance_id, as: 'instanceId'
386
+ property :last_activity_at, as: 'lastActivityAt'
387
+ property :open_invitation_count, as: 'openInvitationCount'
388
+ property :received_at, as: 'receivedAt'
389
+ property :release_notes_summary, as: 'releaseNotesSummary'
390
+ property :tester_count, as: 'testerCount'
391
+ property :tester_with_install_count, as: 'testerWithInstallCount'
392
+ end
393
+ end
394
+
395
+ class GoogleFirebaseAppdistroV1alphaReleaseNotes
396
+ # @private
397
+ class Representation < Google::Apis::Core::JsonRepresentation
398
+ property :release_notes, as: 'releaseNotes'
399
+ end
400
+ end
401
+
402
+ class GoogleFirebaseAppdistroV1alphaReleaseTest
403
+ # @private
404
+ class Representation < Google::Apis::Core::JsonRepresentation
405
+ property :create_time, as: 'createTime'
406
+ collection :device_executions, as: 'deviceExecutions', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceExecution, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceExecution::Representation
407
+
408
+ property :login_credential, as: 'loginCredential', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential::Representation
409
+
410
+ property :name, as: 'name'
411
+ end
412
+ end
413
+
414
+ class GoogleFirebaseAppdistroV1alphaRoboCrawler
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ property :login_credential, as: 'loginCredential', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential::Representation
418
+
419
+ end
420
+ end
421
+
422
+ class GoogleFirebaseAppdistroV1alphaRoboStats
423
+ # @private
424
+ class Representation < Google::Apis::Core::JsonRepresentation
425
+ property :actions_performed, as: 'actionsPerformed'
426
+ property :crawl_duration, as: 'crawlDuration'
427
+ property :distinct_visited_screens, as: 'distinctVisitedScreens'
428
+ property :main_activity_crawl_timed_out, as: 'mainActivityCrawlTimedOut'
429
+ end
430
+ end
431
+
432
+ class GoogleFirebaseAppdistroV1alphaTestConfig
433
+ # @private
434
+ class Representation < Google::Apis::Core::JsonRepresentation
435
+ property :name, as: 'name'
436
+ property :robo_crawler, as: 'roboCrawler', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler::Representation
437
+
438
+ collection :test_devices, as: 'testDevices', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
439
+
440
+ end
441
+ end
442
+
443
+ class GoogleFirebaseAppdistroV1alphaTestDevice
444
+ # @private
445
+ class Representation < Google::Apis::Core::JsonRepresentation
446
+ property :locale, as: 'locale'
447
+ property :model, as: 'model'
448
+ property :orientation, as: 'orientation'
449
+ property :version, as: 'version'
450
+ end
451
+ end
452
+
453
+ class GoogleFirebaseAppdistroV1alphaTesterUdid
454
+ # @private
455
+ class Representation < Google::Apis::Core::JsonRepresentation
456
+ property :name, as: 'name'
457
+ property :platform, as: 'platform'
458
+ property :udid, as: 'udid'
459
+ end
460
+ end
461
+ end
462
+ end
463
+ end