google-apis-firebaseappcheck_v1beta 0.47.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa80ab2ea14f8afe80b91ab8d3c4fa57fa7593294fc840007f0791239104590a
4
- data.tar.gz: 98ab5c406a9ad089fd81636e74ceea3f45e3d3ccec543d99b30e19c1adcf1d07
3
+ metadata.gz: e39e0718fc6013539b76bbb05f0150b7220901d754c6fa22a896e5e730816359
4
+ data.tar.gz: 21f645afb75cdd8abf627cc3615fcb9645d1ba78443b79d0133d61815fbb6ecf
5
5
  SHA512:
6
- metadata.gz: 952a96aa1c0db103fefb7255ea009c133202f17ddba24b2d7f85109ca21d41ece8cb57dbc66f74a01613494fc52c878e65353a9f9f6c4649c17464f1f6a00797
7
- data.tar.gz: 3a430dc80b7e1af1aaeea88b17572a32f6c09a56db66c354d71bfc546fa9f25365f1d2430ab0ad7b97f565e6284117e04562425a0f2a291ee7e8527729423a78
6
+ metadata.gz: 11f37df46d1e2044823e7d6bbeec68adffdcedbc3b14bece0508e4c45fc73dac9abab91c599e5c16be569b7254660acc25d329792aa2ab97316be2dc0415722b
7
+ data.tar.gz: e94bbeaff76d42997c98fff9aefda31db0cfe9b677221c879c9adf52fe34d94781cbc140d38c87b2b309b19a81dc9f2c1e139c4b7ac346df25f19e164c48e18c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.49.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.48.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260403
10
+
3
11
  ### v0.47.0 (2026-01-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20260110
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/app-check) may prov
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -371,6 +371,14 @@ module Google
371
371
  # @return [String]
372
372
  attr_accessor :display_name
373
373
 
374
+ # Optional. This checksum is computed by the server based on the value of other
375
+ # fields, and may be sent on update and delete requests to ensure the client has
376
+ # an up-to-date value before proceeding. This etag is strongly validated as
377
+ # defined by RFC 7232.
378
+ # Corresponds to the JSON property `etag`
379
+ # @return [String]
380
+ attr_accessor :etag
381
+
374
382
  # Required. The relative resource name of the debug token, in the format: ```
375
383
  # projects/`project_number`/apps/`app_id`/debugTokens/`debug_token_id` ```
376
384
  # Corresponds to the JSON property `name`
@@ -398,6 +406,7 @@ module Google
398
406
  # Update properties of this object
399
407
  def update!(**args)
400
408
  @display_name = args[:display_name] if args.key?(:display_name)
409
+ @etag = args[:etag] if args.key?(:etag)
401
410
  @name = args[:name] if args.key?(:name)
402
411
  @token = args[:token] if args.key?(:token)
403
412
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -1577,6 +1586,20 @@ module Google
1577
1586
  # @return [String]
1578
1587
  attr_accessor :name
1579
1588
 
1589
+ # Optional. The replay protection enforcement mode for this service. Note that
1590
+ # this field cannot be set to a level higher than the overall App Check
1591
+ # enforcement mode. For example, if the overall App Check enforcement mode is
1592
+ # set to `UNENFORCED`, this field cannot be set to `ENFORCED`. In order to
1593
+ # enforce replay protection, you must first enforce App Check. An HTTP 400 error
1594
+ # will be returned in this case. By default, this field is set to `OFF`. Setting
1595
+ # this field to `UNENFORCED` or `ENFORCED` is considered opting into replay
1596
+ # protection. Once opted in, requests to your protected services may experience
1597
+ # higher latency. To opt out of replay protection after opting in, set this
1598
+ # field to `OFF`.
1599
+ # Corresponds to the JSON property `replayProtection`
1600
+ # @return [String]
1601
+ attr_accessor :replay_protection
1602
+
1580
1603
  # Output only. Timestamp when this service configuration object was most
1581
1604
  # recently updated.
1582
1605
  # Corresponds to the JSON property `updateTime`
@@ -1592,6 +1615,7 @@ module Google
1592
1615
  @enforcement_mode = args[:enforcement_mode] if args.key?(:enforcement_mode)
1593
1616
  @etag = args[:etag] if args.key?(:etag)
1594
1617
  @name = args[:name] if args.key?(:name)
1618
+ @replay_protection = args[:replay_protection] if args.key?(:replay_protection)
1595
1619
  @update_time = args[:update_time] if args.key?(:update_time)
1596
1620
  end
1597
1621
  end
@@ -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.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260110"
25
+ REVISION = "20260403"
26
26
  end
27
27
  end
28
28
  end
@@ -453,6 +453,7 @@ module Google
453
453
  # @private
454
454
  class Representation < Google::Apis::Core::JsonRepresentation
455
455
  property :display_name, as: 'displayName'
456
+ property :etag, as: 'etag'
456
457
  property :name, as: 'name'
457
458
  property :token, as: 'token'
458
459
  property :update_time, as: 'updateTime'
@@ -739,6 +740,7 @@ module Google
739
740
  property :enforcement_mode, as: 'enforcementMode'
740
741
  property :etag, as: 'etag'
741
742
  property :name, as: 'name'
743
+ property :replay_protection, as: 'replayProtection'
742
744
  property :update_time, as: 'updateTime'
743
745
  end
744
746
  end
@@ -975,6 +975,13 @@ module Google
975
975
  # Required. The relative resource name of the DebugToken to delete, in the
976
976
  # format: ``` projects/`project_number`/apps/`app_id`/debugTokens/`
977
977
  # debug_token_id` ```
978
+ # @param [String] etag
979
+ # Optional. The checksum to be validated against the current DebugToken, to
980
+ # ensure the client has an up-to-date value before proceeding. This checksum is
981
+ # computed by the server based on the values of fields in the DebugToken object,
982
+ # and can be obtained from the DebugToken object received from the last
983
+ # CreateDebugToken, GetDebugToken, ListDebugTokens, or UpdateDebugToken call.
984
+ # This etag is strongly validated as defined by RFC 7232.
978
985
  # @param [String] fields
979
986
  # Selector specifying which fields to include in a partial response.
980
987
  # @param [String] quota_user
@@ -992,11 +999,12 @@ module Google
992
999
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
993
1000
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
994
1001
  # @raise [Google::Apis::AuthorizationError] Authorization is required
995
- def delete_project_app_debug_token(name, fields: nil, quota_user: nil, options: nil, &block)
1002
+ def delete_project_app_debug_token(name, etag: nil, fields: nil, quota_user: nil, options: nil, &block)
996
1003
  command = make_simple_command(:delete, 'v1beta/{+name}', options)
997
1004
  command.response_representation = Google::Apis::FirebaseappcheckV1beta::GoogleProtobufEmpty::Representation
998
1005
  command.response_class = Google::Apis::FirebaseappcheckV1beta::GoogleProtobufEmpty
999
1006
  command.params['name'] = name unless name.nil?
1007
+ command.query['etag'] = etag unless etag.nil?
1000
1008
  command.query['fields'] = fields unless fields.nil?
1001
1009
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1002
1010
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="