google-apis-firebaseappcheck_v1beta 0.32.0 → 0.33.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: cece1154a7f1a13c6acc29ae16a235d55a19bef65dd517fd5be64e7081a07c7d
4
- data.tar.gz: 24ca8550a0ddbbd990e4f4d1bf738abe592c728ad91a473bde371389be2b5911
3
+ metadata.gz: c762f388d2522adb4486fa75369a0072ac13f6f526a494ad8136104083b98c71
4
+ data.tar.gz: fb43c208385432f065163414dec615fbb376298071baea34c0899d1a4464c3de
5
5
  SHA512:
6
- metadata.gz: 3f4a8de0b9998ca14bd149d3a41a70f4f6f2c95f4655023b47d1f95fa514bdb0f4f9ba9ce8b138852a773b4b5e30203963c73b347ea2224f05cea2fc00205257
7
- data.tar.gz: 4955a8c7b51817e1e1674d4257a424ab3f51307e2a7f208a47b645d59242fb8601a0bbcd24695e0187cf293081388d45288adaa7337e0bded6cb770bc282a7be
6
+ metadata.gz: ab1e1743150a09a111211cb39cd0d193ea579b3c45041950a7d954eb71027f1ca811eb3a192a65cfa3aa19682c0f310a6bbef6f0f17e1883da0b8edc4c5a8b8d
7
+ data.tar.gz: bdfbc83453832c476b2c38fd0e2df794868d7f1b1290805e8925816c34f1ad2474a290083e2f5b9b96f0256a60aa5a53146a71129374a6e579be81a09868758b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.33.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
3
7
  ### v0.32.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230814
@@ -429,8 +429,10 @@ module Google
429
429
  # @return [String]
430
430
  attr_accessor :challenge
431
431
 
432
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
433
- # to impose stricter TTL requirements for this exchange. Default: false.
432
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
433
+ # session based* (`false`) context. To enable this attestation to be used with
434
+ # the *replay protection* feature, set this to `true`. The default value is `
435
+ # false`.
434
436
  # Corresponds to the JSON property `limitedUse`
435
437
  # @return [Boolean]
436
438
  attr_accessor :limited_use
@@ -473,8 +475,10 @@ module Google
473
475
  # @return [String]
474
476
  attr_accessor :key_id
475
477
 
476
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
477
- # to impose stricter TTL requirements for this exchange. Default: false.
478
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
479
+ # session based* (`false`) context. To enable this attestation to be used with
480
+ # the *replay protection* feature, set this to `true`. The default value is `
481
+ # false`.
478
482
  # Corresponds to the JSON property `limitedUse`
479
483
  # @return [Boolean]
480
484
  attr_accessor :limited_use
@@ -537,8 +541,10 @@ module Google
537
541
  # @return [String]
538
542
  attr_accessor :custom_token
539
543
 
540
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
541
- # to impose stricter TTL requirements for this exchange. Default: false.
544
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
545
+ # session based* (`false`) context. To enable this attestation to be used with
546
+ # the *replay protection* feature, set this to `true`. The default value is `
547
+ # false`.
542
548
  # Corresponds to the JSON property `limitedUse`
543
549
  # @return [Boolean]
544
550
  attr_accessor :limited_use
@@ -565,8 +571,10 @@ module Google
565
571
  # @return [String]
566
572
  attr_accessor :debug_token
567
573
 
568
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
569
- # to impose stricter TTL requirements for this exchange. Default: false.
574
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
575
+ # session based* (`false`) context. To enable this attestation to be used with
576
+ # the *replay protection* feature, set this to `true`. The default value is `
577
+ # false`.
570
578
  # Corresponds to the JSON property `limitedUse`
571
579
  # @return [Boolean]
572
580
  attr_accessor :limited_use
@@ -594,8 +602,10 @@ module Google
594
602
  # @return [String]
595
603
  attr_accessor :device_token
596
604
 
597
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
598
- # to impose stricter TTL requirements for this exchange. Default: false.
605
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
606
+ # session based* (`false`) context. To enable this attestation to be used with
607
+ # the *replay protection* feature, set this to `true`. The default value is `
608
+ # false`.
599
609
  # Corresponds to the JSON property `limitedUse`
600
610
  # @return [Boolean]
601
611
  attr_accessor :limited_use
@@ -616,8 +626,10 @@ module Google
616
626
  class GoogleFirebaseAppcheckV1betaExchangePlayIntegrityTokenRequest
617
627
  include Google::Apis::Core::Hashable
618
628
 
619
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
620
- # to impose stricter TTL requirements for this exchange. Default: false.
629
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
630
+ # session based* (`false`) context. To enable this attestation to be used with
631
+ # the *replay protection* feature, set this to `true`. The default value is `
632
+ # false`.
621
633
  # Corresponds to the JSON property `limitedUse`
622
634
  # @return [Boolean]
623
635
  attr_accessor :limited_use
@@ -645,8 +657,10 @@ module Google
645
657
  class GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
646
658
  include Google::Apis::Core::Hashable
647
659
 
648
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
649
- # to impose stricter TTL requirements for this exchange. Default: false.
660
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
661
+ # session based* (`false`) context. To enable this attestation to be used with
662
+ # the *replay protection* feature, set this to `true`. The default value is `
663
+ # false`.
650
664
  # Corresponds to the JSON property `limitedUse`
651
665
  # @return [Boolean]
652
666
  attr_accessor :limited_use
@@ -694,8 +708,10 @@ module Google
694
708
  class GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
695
709
  include Google::Apis::Core::Hashable
696
710
 
697
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
698
- # to impose stricter TTL requirements for this exchange. Default: false.
711
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
712
+ # session based* (`false`) context. To enable this attestation to be used with
713
+ # the *replay protection* feature, set this to `true`. The default value is `
714
+ # false`.
699
715
  # Corresponds to the JSON property `limitedUse`
700
716
  # @return [Boolean]
701
717
  attr_accessor :limited_use
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230814"
25
+ REVISION = "20231009"
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.32.0
4
+ version: 0.33.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-10-15 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/main/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []