google-apis-firebaseappcheck_v1 0.9.0 → 0.10.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: 682875f2bfff9a6e1e49ae2a49980f2ba9659f9a73434e2c2b8cca6ff3ec96e3
4
- data.tar.gz: b27c9dad8381d0eb58c1a6f100060213be12a0bbec6cfb943742350415932cd4
3
+ metadata.gz: 59e668e103acc01b547794da16fdd0f53fd02fd5f661bf3eeacdc48c035eff4d
4
+ data.tar.gz: 7f3fe1de45859cb2192321272b88733520a32eca9ec4cdb0744a57c9b5806375
5
5
  SHA512:
6
- metadata.gz: cabe5bb04c3b7e7403d17707e5a1e9fe48a9ee96f8cdf8bf862307a04f1d7ff7857bad7380ba2b0b314b22472ac315fea58dc410d38459c617211d05d9d0387b
7
- data.tar.gz: 466938f1bc84e5ca189171bcb87b02059d52689de55f5b08950cbc2468386a80cade4da3fa208cef141fa2550ffbdaea564f6b4a2131be4f8b4c714acdc28eae
6
+ metadata.gz: 6126fb7fbbecfc8a37422d139c84bb3c3549c071644c16a47bf12d911600da3aa7b9975591e51e01ee1a4856fa95a1671f64a322f61eb7c37d79ff45a5341dc7
7
+ data.tar.gz: '0827e5652cac493d3f27990125275ecdd2d8b64214154d3c2a995923e3e591adea83808ce306f965b266bae04fbd66b6f605b823b7b6adecd35fabac3ece80bc'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1
2
2
 
3
+ ### v0.10.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231009
6
+
3
7
  ### v0.9.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230612
@@ -375,8 +375,10 @@ module Google
375
375
  # @return [String]
376
376
  attr_accessor :challenge
377
377
 
378
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
379
- # to self impose stricter TTL requirements for this exchange. Default: false.
378
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
379
+ # session based* (`false`) context. To enable this attestation to be used with
380
+ # the *replay protection* feature, set this to `true`. The default value is `
381
+ # false`.
380
382
  # Corresponds to the JSON property `limitedUse`
381
383
  # @return [Boolean]
382
384
  attr_accessor :limited_use
@@ -419,8 +421,10 @@ module Google
419
421
  # @return [String]
420
422
  attr_accessor :key_id
421
423
 
422
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
423
- # to self impose stricter TTL requirements for this exchange. Default: false.
424
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
425
+ # session based* (`false`) context. To enable this attestation to be used with
426
+ # the *replay protection* feature, set this to `true`. The default value is `
427
+ # false`.
424
428
  # Corresponds to the JSON property `limitedUse`
425
429
  # @return [Boolean]
426
430
  attr_accessor :limited_use
@@ -476,8 +480,10 @@ module Google
476
480
  # @return [String]
477
481
  attr_accessor :custom_token
478
482
 
479
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
480
- # to self impose stricter TTL requirements for this exchange. Default: false.
483
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
484
+ # session based* (`false`) context. To enable this attestation to be used with
485
+ # the *replay protection* feature, set this to `true`. The default value is `
486
+ # false`.
481
487
  # Corresponds to the JSON property `limitedUse`
482
488
  # @return [Boolean]
483
489
  attr_accessor :limited_use
@@ -504,8 +510,10 @@ module Google
504
510
  # @return [String]
505
511
  attr_accessor :debug_token
506
512
 
507
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
508
- # to self impose stricter TTL requirements for this exchange. Default: false.
513
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
514
+ # session based* (`false`) context. To enable this attestation to be used with
515
+ # the *replay protection* feature, set this to `true`. The default value is `
516
+ # false`.
509
517
  # Corresponds to the JSON property `limitedUse`
510
518
  # @return [Boolean]
511
519
  attr_accessor :limited_use
@@ -533,8 +541,10 @@ module Google
533
541
  # @return [String]
534
542
  attr_accessor :device_token
535
543
 
536
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
537
- # to self 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`.
538
548
  # Corresponds to the JSON property `limitedUse`
539
549
  # @return [Boolean]
540
550
  attr_accessor :limited_use
@@ -555,8 +565,10 @@ module Google
555
565
  class GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest
556
566
  include Google::Apis::Core::Hashable
557
567
 
558
- # Forces a short-lived token with a 5 minute TTL. Useful when the client wishes
559
- # to impose stricter TTL requirements for this exchange. Default: false.
568
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
569
+ # session based* (`false`) context. To enable this attestation to be used with
570
+ # the *replay protection* feature, set this to `true`. The default value is `
571
+ # false`.
560
572
  # Corresponds to the JSON property `limitedUse`
561
573
  # @return [Boolean]
562
574
  attr_accessor :limited_use
@@ -584,8 +596,10 @@ module Google
584
596
  class GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
585
597
  include Google::Apis::Core::Hashable
586
598
 
587
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
588
- # to self impose stricter TTL requirements for this exchange. Default: false.
599
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
600
+ # session based* (`false`) context. To enable this attestation to be used with
601
+ # the *replay protection* feature, set this to `true`. The default value is `
602
+ # false`.
589
603
  # Corresponds to the JSON property `limitedUse`
590
604
  # @return [Boolean]
591
605
  attr_accessor :limited_use
@@ -613,8 +627,10 @@ module Google
613
627
  class GoogleFirebaseAppcheckV1ExchangeRecaptchaV3TokenRequest
614
628
  include Google::Apis::Core::Hashable
615
629
 
616
- # Forces a short lived token with a 5 minute TTL. Useful when the client wishes
617
- # to self impose stricter TTL requirements for this exchange. Default: false.
630
+ # Specifies whether this attestation is for use in a *limited use* (`true`) or *
631
+ # session based* (`false`) context. To enable this attestation to be used with
632
+ # the *replay protection* feature, set this to `true`. The default value is `
633
+ # false`.
618
634
  # Corresponds to the JSON property `limitedUse`
619
635
  # @return [Boolean]
620
636
  attr_accessor :limited_use
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20230612"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-06-18 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase App Check API V1