google-apis-firebaseappcheck_v1beta 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a45c368a19f5db8386e290d518ead660d3a2ddeeb8a668b8bb2ff940e58aa16c
4
- data.tar.gz: 41850a84c3f1b35e514e79e1e0ad8f26d0e8b348bbb32af8e56463854dad5fde
3
+ metadata.gz: 1225f13f52c3104fc5501297d65930310555c94d6916173cf8605803240efd97
4
+ data.tar.gz: 4e59333e9e6b3a2fb78eb9fef6c55c3eb5028bdc26d6b8cfb7986676c55397ab
5
5
  SHA512:
6
- metadata.gz: 8a40e38419e2f756176f08733f11776ce907826108e48ba6e0b4603b3434f1d51d61fcd4bd701ac5abfda3c528904d681a3d9eed55370b10db6bb13190b115ce
7
- data.tar.gz: 96b23cd8ea24a50c22ad7373125d3478b060e78bd7b2396cfa49741678570d4e8fd1b77a7743ada440312d6e5246015783e2eae59aac7553187aa276da754199
6
+ metadata.gz: 3ace216a1c1ec8534804ce5d263fdcd03e4064679410b90dbe98c47fe73a1680a58b6729b5c91118884676ba1430890533640769647dd140368e97bd7f343ffc
7
+ data.tar.gz: 71d863ec996db6b69024a6a95977030ae07286da0e5e504a4ac81dbc0f69e33574b9e76665814d3308ebf88f0ddffa93246e01567f309c115fde35b106b9a015
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.6.0 (2021-09-15)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
3
7
  ### v0.5.0 (2021-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20210813
@@ -376,21 +376,21 @@ module Google
376
376
  class GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest
377
377
  include Google::Apis::Core::Hashable
378
378
 
379
- # The App Attest statement as returned by Apple's client-side App Attest API.
380
- # This is the CBOR object returned by Apple, which will be Base64 encoded in the
381
- # JSON API.
379
+ # Required. The App Attest statement as returned by Apple's client-side App
380
+ # Attest API. This is the CBOR object returned by Apple, which will be Base64
381
+ # encoded in the JSON API.
382
382
  # Corresponds to the JSON property `attestationStatement`
383
383
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
384
384
  # @return [String]
385
385
  attr_accessor :attestation_statement
386
386
 
387
- # The challenge previously generated by the FAC backend.
387
+ # Required. The challenge previously generated by the FAC backend.
388
388
  # Corresponds to the JSON property `challenge`
389
389
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
390
390
  # @return [String]
391
391
  attr_accessor :challenge
392
392
 
393
- # The key ID generated by App Attest for the client app.
393
+ # Required. The key ID generated by App Attest for the client app.
394
394
  # Corresponds to the JSON property `keyId`
395
395
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
396
396
  # @return [String]
@@ -440,7 +440,7 @@ module Google
440
440
  class GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest
441
441
  include Google::Apis::Core::Hashable
442
442
 
443
- # A custom token signed using your project's Admin SDK service account
443
+ # Required. A custom token signed using your project's Admin SDK service account
444
444
  # credentials.
445
445
  # Corresponds to the JSON property `customToken`
446
446
  # @return [String]
@@ -460,8 +460,8 @@ module Google
460
460
  class GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest
461
461
  include Google::Apis::Core::Hashable
462
462
 
463
- # A debug token secret. This string must match a debug token secret previously
464
- # created using CreateDebugToken.
463
+ # Required. A debug token secret. This string must match a debug token secret
464
+ # previously created using CreateDebugToken.
465
465
  # Corresponds to the JSON property `debugToken`
466
466
  # @return [String]
467
467
  attr_accessor :debug_token
@@ -480,9 +480,9 @@ module Google
480
480
  class GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest
481
481
  include Google::Apis::Core::Hashable
482
482
 
483
- # The `device_token` as returned by Apple's client-side [DeviceCheck API](https:/
484
- # /developer.apple.com/documentation/devicecheck/dcdevice). This is the Base64
485
- # encoded `Data` (Swift) or `NSData` (ObjC) object.
483
+ # Required. The `device_token` as returned by Apple's client-side [DeviceCheck
484
+ # API](https://developer.apple.com/documentation/devicecheck/dcdevice). This is
485
+ # the Base64 encoded `Data` (Swift) or `NSData` (ObjC) object.
486
486
  # Corresponds to the JSON property `deviceToken`
487
487
  # @return [String]
488
488
  attr_accessor :device_token
@@ -501,8 +501,8 @@ module Google
501
501
  class GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest
502
502
  include Google::Apis::Core::Hashable
503
503
 
504
- # The reCAPTCHA token as returned by the [reCAPTCHA v3 JavaScript API](https://
505
- # developers.google.com/recaptcha/docs/v3).
504
+ # Required. The reCAPTCHA token as returned by the [reCAPTCHA v3 JavaScript API](
505
+ # https://developers.google.com/recaptcha/docs/v3).
506
506
  # Corresponds to the JSON property `recaptchaToken`
507
507
  # @return [String]
508
508
  attr_accessor :recaptcha_token
@@ -521,8 +521,8 @@ module Google
521
521
  class GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest
522
522
  include Google::Apis::Core::Hashable
523
523
 
524
- # The [SafetyNet attestation response](https://developer.android.com/training/
525
- # safetynet/attestation#request-attestation-step) issued to your app.
524
+ # Required. The [SafetyNet attestation response](https://developer.android.com/
525
+ # training/safetynet/attestation#request-attestation-step) issued to your app.
526
526
  # Corresponds to the JSON property `safetyNetToken`
527
527
  # @return [String]
528
528
  attr_accessor :safety_net_token
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappcheckV1beta
18
18
  # Version of the google-apis-firebaseappcheck_v1beta gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210813"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaseappcheck_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []