google-apis-firebaseappcheck_v1beta 0.43.0 → 0.45.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: 7a8c7d404a1dd4eed62703238b45539ac6db6c2f5342cf8a5f203abe6c29b482
4
- data.tar.gz: 18fb1865f50510055f2418d5be9c68a15ecebe9de6725dd5551468ba14545c22
3
+ metadata.gz: 4a97e3eee8e0b9879e8b3158a347e667da0e1e5c845969996c849bd0f9b286de
4
+ data.tar.gz: 77c7fe55251cf2544c6edef9245383170a4896a0d720947b84c450973f0b45a3
5
5
  SHA512:
6
- metadata.gz: a598d16b398ea2f341f16f7f44f678373baa645b9576e28d44170edca72615fef67f5b5e420c15cce80023b9fb366af23072366bb47bb80b6fa3c6af8252cf11
7
- data.tar.gz: d67e6bf906a7eca39b38ac9ac0bb2c38e02457162788a4e8f38fc0fc1a5eb40d5d73bd3f63112bd4c0c7d5ff2b43d889167e84515752b07407394b4a2a01312b
6
+ metadata.gz: a63c4a8e647232f256a05a7db3b53e6de267dcbb56894bd7817c9a690a7c25df70788753d14241a17b36ffe6e4a90070fe5bef4122a884406e34b1c653b59bc8
7
+ data.tar.gz: d32de4da4e79045284f8c32fadf1018d1eb0ee5a15d605a6c7c0219b8ddcdf9722896ed7d7ae9910ed24cf4a3dfc576e30ef9f22ccc54c61a4835cb96ead13ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.45.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.44.0 (2024-12-02)
8
+
9
+ * Regenerated from discovery document revision 20240930
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.43.0 (2024-06-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20240528
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 2.7+.
86
+ This library is supported on Ruby 3.1+.
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
 
@@ -56,21 +56,27 @@ module Google
56
56
  end
57
57
  end
58
58
 
59
- # Encapsulates an *App Check token*, which are used to access Firebase services
59
+ # Encapsulates an *App Check token*, which are used to access backend services
60
60
  # protected by App Check.
61
61
  class GoogleFirebaseAppcheckV1betaAppCheckToken
62
62
  include Google::Apis::Core::Hashable
63
63
 
64
- # An App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
65
- # html/rfc7519) containing claims that identify the attested app and Firebase
66
- # project. This token is used to access Firebase services protected by App Check.
64
+ # The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
65
+ # html/rfc7519) containing claims that identify the attested app and GCP project.
66
+ # This token is used to access Google services protected by App Check. These
67
+ # tokens can also be [verified by your own custom backends](https://firebase.
68
+ # google.com/docs/app-check/custom-resource-backend) using the Firebase Admin
69
+ # SDK or third-party libraries.
67
70
  # Corresponds to the JSON property `attestationToken`
68
71
  # @return [String]
69
72
  attr_accessor :attestation_token
70
73
 
71
- # An App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
72
- # html/rfc7519) containing claims that identify the attested app and Firebase
73
- # project. This token is used to access Firebase services protected by App Check.
74
+ # The App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
75
+ # html/rfc7519) containing claims that identify the attested app and GCP project.
76
+ # This token is used to access Google services protected by App Check. These
77
+ # tokens can also be [verified by your own custom backends](https://firebase.
78
+ # google.com/docs/app-check/custom-resource-backend) using the Firebase Admin
79
+ # SDK or third-party libraries.
74
80
  # Corresponds to the JSON property `token`
75
81
  # @return [String]
76
82
  attr_accessor :token
@@ -555,7 +561,7 @@ module Google
555
561
  class GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse
556
562
  include Google::Apis::Core::Hashable
557
563
 
558
- # Encapsulates an *App Check token*, which are used to access Firebase services
564
+ # Encapsulates an *App Check token*, which are used to access backend services
559
565
  # protected by App Check.
560
566
  # Corresponds to the JSON property `appCheckToken`
561
567
  # @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAppCheckToken]
@@ -1229,7 +1235,7 @@ module Google
1229
1235
  end
1230
1236
  end
1231
1237
 
1232
- # App Check enforcement policy for a specific resource of a Firebase service
1238
+ # App Check enforcement policy for a specific resource of a Google service
1233
1239
  # supported by App Check. Note that this policy will override the service-level
1234
1240
  # configuration.
1235
1241
  class GoogleFirebaseAppcheckV1betaResourcePolicy
@@ -1260,13 +1266,13 @@ module Google
1260
1266
  attr_accessor :name
1261
1267
 
1262
1268
  # Required. Service specific name of the resource object to which this policy
1263
- # applies, in the format: * `//oauth2.googleapis.com/projects/`project_number`/
1264
- # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1265
- # resource must belong to the service specified in the `name` and be from the
1266
- # same project as this policy, but the resource is allowed to be missing at the
1267
- # time of creation of this policy; in that case, we make a best-effort attempt
1268
- # at respecting this policy, but it may not have any effect until the resource
1269
- # is fully created.
1269
+ # applies, in the format: * **iOS OAuth clients** (Google Identity for iOS): `//
1270
+ # oauth2.googleapis.com/projects/`project_number`/oauthClients/`oauth_client_id``
1271
+ # Note that the resource must belong to the service specified in the `name` and
1272
+ # be from the same project as this policy, but the resource is allowed to be
1273
+ # missing at the time of creation of this policy; in that case, we make a best-
1274
+ # effort attempt at respecting this policy, but it may not have any effect until
1275
+ # the resource is fully created.
1270
1276
  # Corresponds to the JSON property `targetResource`
1271
1277
  # @return [String]
1272
1278
  attr_accessor :target_resource
@@ -1348,7 +1354,8 @@ module Google
1348
1354
  # following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
1349
1355
  # Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
1350
1356
  # Database) * `firestore.googleapis.com` (Cloud Firestore) * `identitytoolkit.
1351
- # googleapis.com` (Firebase Authentication with Identity Platform)
1357
+ # googleapis.com` (Firebase Authentication with Identity Platform) * `oauth2.
1358
+ # googleapis.com` (Google Identity for iOS)
1352
1359
  # Corresponds to the JSON property `name`
1353
1360
  # @return [String]
1354
1361
  attr_accessor :name
@@ -1377,7 +1384,7 @@ module Google
1377
1384
  class GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest
1378
1385
  include Google::Apis::Core::Hashable
1379
1386
 
1380
- # App Check enforcement policy for a specific resource of a Firebase service
1387
+ # App Check enforcement policy for a specific resource of a Google service
1381
1388
  # supported by App Check. Note that this policy will override the service-level
1382
1389
  # configuration.
1383
1390
  # Corresponds to the JSON property `resourcePolicy`
@@ -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.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240528"
25
+ REVISION = "20240930"
26
26
  end
27
27
  end
28
28
  end
@@ -1916,7 +1916,8 @@ module Google
1916
1916
  # following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
1917
1917
  # Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
1918
1918
  # Database) * `firestore.googleapis.com` (Cloud Firestore) * `identitytoolkit.
1919
- # googleapis.com` (Firebase Authentication with Identity Platform)
1919
+ # googleapis.com` (Firebase Authentication with Identity Platform) * `oauth2.
1920
+ # googleapis.com` (Google Identity for iOS)
1920
1921
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaService] google_firebase_appcheck_v1beta_service_object
1921
1922
  # @param [String] update_mask
1922
1923
  # Required. A comma-separated list of names of fields in the Service to update.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.45.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Firebase App Check API V1beta
82
79
  test_files: []