google-apis-firebaseappcheck_v1 0.1.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/firebaseappcheck_v1/classes.rb +1022 -0
- data/lib/google/apis/firebaseappcheck_v1/gem_version.rb +3 -3
- data/lib/google/apis/firebaseappcheck_v1/representations.rb +523 -0
- data/lib/google/apis/firebaseappcheck_v1/service.rb +1481 -0
- data/lib/google/apis/firebaseappcheck_v1.rb +6 -0
- metadata +6 -6
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaseappcheckV1
|
18
18
|
# Version of the google-apis-firebaseappcheck_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220425"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -21,6 +21,529 @@ require 'google/apis/errors'
|
|
21
21
|
module Google
|
22
22
|
module Apis
|
23
23
|
module FirebaseappcheckV1
|
24
|
+
|
25
|
+
class GoogleFirebaseAppcheckV1AppAttestConfig
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleFirebaseAppcheckV1AppCheckToken
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleFirebaseAppcheckV1BatchGetRecaptchaV3ConfigsResponse
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleFirebaseAppcheckV1BatchUpdateServicesRequest
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleFirebaseAppcheckV1DebugToken
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleFirebaseAppcheckV1DeviceCheckConfig
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleFirebaseAppcheckV1GenerateAppAttestChallengeRequest
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleFirebaseAppcheckV1GenerateAppAttestChallengeResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeRequest
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleFirebaseAppcheckV1ListDebugTokensResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleFirebaseAppcheckV1ListServicesResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleFirebaseAppcheckV1PlayIntegrityConfig
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleFirebaseAppcheckV1PublicJwk
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleFirebaseAppcheckV1PublicJwkSet
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleFirebaseAppcheckV1RecaptchaV3Config
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleFirebaseAppcheckV1SafetyNetConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleFirebaseAppcheckV1Service
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleFirebaseAppcheckV1UpdateServiceRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleProtobufEmpty
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleFirebaseAppcheckV1AppAttestConfig
|
248
|
+
# @private
|
249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
250
|
+
property :name, as: 'name'
|
251
|
+
property :token_ttl, as: 'tokenTtl'
|
252
|
+
end
|
253
|
+
end
|
254
|
+
|
255
|
+
class GoogleFirebaseAppcheckV1AppCheckToken
|
256
|
+
# @private
|
257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
258
|
+
property :token, as: 'token'
|
259
|
+
property :ttl, as: 'ttl'
|
260
|
+
end
|
261
|
+
end
|
262
|
+
|
263
|
+
class GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse
|
264
|
+
# @private
|
265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
266
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppAttestConfig, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppAttestConfig::Representation
|
267
|
+
|
268
|
+
end
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse
|
272
|
+
# @private
|
273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
274
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1DeviceCheckConfig, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1DeviceCheckConfig::Representation
|
275
|
+
|
276
|
+
end
|
277
|
+
end
|
278
|
+
|
279
|
+
class GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse
|
280
|
+
# @private
|
281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
282
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1PlayIntegrityConfig, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1PlayIntegrityConfig::Representation
|
283
|
+
|
284
|
+
end
|
285
|
+
end
|
286
|
+
|
287
|
+
class GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
|
288
|
+
# @private
|
289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
290
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig::Representation
|
291
|
+
|
292
|
+
end
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleFirebaseAppcheckV1BatchGetRecaptchaV3ConfigsResponse
|
296
|
+
# @private
|
297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
298
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaV3Config, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1RecaptchaV3Config::Representation
|
299
|
+
|
300
|
+
end
|
301
|
+
end
|
302
|
+
|
303
|
+
class GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse
|
304
|
+
# @private
|
305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
306
|
+
collection :configs, as: 'configs', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1SafetyNetConfig, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1SafetyNetConfig::Representation
|
307
|
+
|
308
|
+
end
|
309
|
+
end
|
310
|
+
|
311
|
+
class GoogleFirebaseAppcheckV1BatchUpdateServicesRequest
|
312
|
+
# @private
|
313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
314
|
+
collection :requests, as: 'requests', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1UpdateServiceRequest, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1UpdateServiceRequest::Representation
|
315
|
+
|
316
|
+
property :update_mask, as: 'updateMask'
|
317
|
+
end
|
318
|
+
end
|
319
|
+
|
320
|
+
class GoogleFirebaseAppcheckV1BatchUpdateServicesResponse
|
321
|
+
# @private
|
322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
323
|
+
collection :services, as: 'services', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service::Representation
|
324
|
+
|
325
|
+
end
|
326
|
+
end
|
327
|
+
|
328
|
+
class GoogleFirebaseAppcheckV1DebugToken
|
329
|
+
# @private
|
330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
331
|
+
property :display_name, as: 'displayName'
|
332
|
+
property :name, as: 'name'
|
333
|
+
property :token, as: 'token'
|
334
|
+
end
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleFirebaseAppcheckV1DeviceCheckConfig
|
338
|
+
# @private
|
339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
340
|
+
property :key_id, as: 'keyId'
|
341
|
+
property :name, as: 'name'
|
342
|
+
property :private_key, as: 'privateKey'
|
343
|
+
property :private_key_set, as: 'privateKeySet'
|
344
|
+
property :token_ttl, as: 'tokenTtl'
|
345
|
+
end
|
346
|
+
end
|
347
|
+
|
348
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest
|
349
|
+
# @private
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
351
|
+
property :artifact, :base64 => true, as: 'artifact'
|
352
|
+
property :assertion, :base64 => true, as: 'assertion'
|
353
|
+
property :challenge, :base64 => true, as: 'challenge'
|
354
|
+
end
|
355
|
+
end
|
356
|
+
|
357
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest
|
358
|
+
# @private
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
360
|
+
property :attestation_statement, :base64 => true, as: 'attestationStatement'
|
361
|
+
property :challenge, :base64 => true, as: 'challenge'
|
362
|
+
property :key_id, :base64 => true, as: 'keyId'
|
363
|
+
end
|
364
|
+
end
|
365
|
+
|
366
|
+
class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse
|
367
|
+
# @private
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
369
|
+
property :app_check_token, as: 'appCheckToken', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppCheckToken, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppCheckToken::Representation
|
370
|
+
|
371
|
+
property :artifact, :base64 => true, as: 'artifact'
|
372
|
+
end
|
373
|
+
end
|
374
|
+
|
375
|
+
class GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest
|
376
|
+
# @private
|
377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
378
|
+
property :custom_token, as: 'customToken'
|
379
|
+
end
|
380
|
+
end
|
381
|
+
|
382
|
+
class GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest
|
383
|
+
# @private
|
384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
385
|
+
property :debug_token, as: 'debugToken'
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
389
|
+
class GoogleFirebaseAppcheckV1ExchangeDeviceCheckTokenRequest
|
390
|
+
# @private
|
391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
+
property :device_token, as: 'deviceToken'
|
393
|
+
end
|
394
|
+
end
|
395
|
+
|
396
|
+
class GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest
|
397
|
+
# @private
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
399
|
+
property :play_integrity_token, as: 'playIntegrityToken'
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
property :recaptcha_enterprise_token, as: 'recaptchaEnterpriseToken'
|
407
|
+
end
|
408
|
+
end
|
409
|
+
|
410
|
+
class GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest
|
411
|
+
# @private
|
412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
413
|
+
property :recaptcha_v3_token, as: 'recaptchaV3Token'
|
414
|
+
end
|
415
|
+
end
|
416
|
+
|
417
|
+
class GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
|
418
|
+
# @private
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
420
|
+
property :safety_net_token, as: 'safetyNetToken'
|
421
|
+
end
|
422
|
+
end
|
423
|
+
|
424
|
+
class GoogleFirebaseAppcheckV1GenerateAppAttestChallengeRequest
|
425
|
+
# @private
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
class GoogleFirebaseAppcheckV1GenerateAppAttestChallengeResponse
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
property :challenge, :base64 => true, as: 'challenge'
|
434
|
+
property :ttl, as: 'ttl'
|
435
|
+
end
|
436
|
+
end
|
437
|
+
|
438
|
+
class GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeRequest
|
439
|
+
# @private
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
class GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeResponse
|
445
|
+
# @private
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
447
|
+
property :challenge, as: 'challenge'
|
448
|
+
property :ttl, as: 'ttl'
|
449
|
+
end
|
450
|
+
end
|
451
|
+
|
452
|
+
class GoogleFirebaseAppcheckV1ListDebugTokensResponse
|
453
|
+
# @private
|
454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
455
|
+
collection :debug_tokens, as: 'debugTokens', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1DebugToken, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1DebugToken::Representation
|
456
|
+
|
457
|
+
property :next_page_token, as: 'nextPageToken'
|
458
|
+
end
|
459
|
+
end
|
460
|
+
|
461
|
+
class GoogleFirebaseAppcheckV1ListServicesResponse
|
462
|
+
# @private
|
463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
+
property :next_page_token, as: 'nextPageToken'
|
465
|
+
collection :services, as: 'services', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service::Representation
|
466
|
+
|
467
|
+
end
|
468
|
+
end
|
469
|
+
|
470
|
+
class GoogleFirebaseAppcheckV1PlayIntegrityConfig
|
471
|
+
# @private
|
472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
473
|
+
property :name, as: 'name'
|
474
|
+
property :token_ttl, as: 'tokenTtl'
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
class GoogleFirebaseAppcheckV1PublicJwk
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
property :alg, as: 'alg'
|
482
|
+
property :e, as: 'e'
|
483
|
+
property :kid, as: 'kid'
|
484
|
+
property :kty, as: 'kty'
|
485
|
+
property :n, as: 'n'
|
486
|
+
property :use, as: 'use'
|
487
|
+
end
|
488
|
+
end
|
489
|
+
|
490
|
+
class GoogleFirebaseAppcheckV1PublicJwkSet
|
491
|
+
# @private
|
492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
493
|
+
collection :keys, as: 'keys', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1PublicJwk, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1PublicJwk::Representation
|
494
|
+
|
495
|
+
end
|
496
|
+
end
|
497
|
+
|
498
|
+
class GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig
|
499
|
+
# @private
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
501
|
+
property :name, as: 'name'
|
502
|
+
property :site_key, as: 'siteKey'
|
503
|
+
property :token_ttl, as: 'tokenTtl'
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
507
|
+
class GoogleFirebaseAppcheckV1RecaptchaV3Config
|
508
|
+
# @private
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
510
|
+
property :name, as: 'name'
|
511
|
+
property :site_secret, as: 'siteSecret'
|
512
|
+
property :site_secret_set, as: 'siteSecretSet'
|
513
|
+
property :token_ttl, as: 'tokenTtl'
|
514
|
+
end
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleFirebaseAppcheckV1SafetyNetConfig
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
property :name, as: 'name'
|
521
|
+
property :token_ttl, as: 'tokenTtl'
|
522
|
+
end
|
523
|
+
end
|
524
|
+
|
525
|
+
class GoogleFirebaseAppcheckV1Service
|
526
|
+
# @private
|
527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
528
|
+
property :enforcement_mode, as: 'enforcementMode'
|
529
|
+
property :name, as: 'name'
|
530
|
+
end
|
531
|
+
end
|
532
|
+
|
533
|
+
class GoogleFirebaseAppcheckV1UpdateServiceRequest
|
534
|
+
# @private
|
535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
+
property :service, as: 'service', class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service, decorator: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service::Representation
|
537
|
+
|
538
|
+
property :update_mask, as: 'updateMask'
|
539
|
+
end
|
540
|
+
end
|
541
|
+
|
542
|
+
class GoogleProtobufEmpty
|
543
|
+
# @private
|
544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
545
|
+
end
|
546
|
+
end
|
24
547
|
end
|
25
548
|
end
|
26
549
|
end
|