google-apis-firebaseappcheck_v1 0.17.0 → 0.19.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: e21babbb1898129b5fff22241039205b605b1a44864e040d7c4afc0a89d40cd7
4
- data.tar.gz: 79caad80939bf37d4dccf587988bae07d13d50581a483f91d9891cf6765f1617
3
+ metadata.gz: 36d7124293ebc73e0980286aee899cd0aadf3ea45244e1d78e5a8002700661fa
4
+ data.tar.gz: 63b2716f772c6ac4e17ca9574cf50bfc8418c11be61828d96cc25efde7d66a79
5
5
  SHA512:
6
- metadata.gz: fcbe4610fb7e56710845eb40793b8dd46bf48a497bf9303f16e4264dec92201d7df049558813772c20ecb729c374e441926a79944678ec8a98e56894468e4917
7
- data.tar.gz: bf79417c597a9328af81b4f249282af2c445f87ec07a65ca511086899ebc7427e40fbc9a8b564ae9f1c8952c79685d12efb1426fd4b2549688e6f722cb0e54a3
6
+ metadata.gz: 42504b40dfef8582b3069c7a26a7f04e469c6258567e0cafa475cd856b05cc2c24d14eea2bef9927d46560e6526288355f1350ae5a4f66d4272f0858df1bfe3f
7
+ data.tar.gz: b32c97894a24061dddca523ac144996c1b8edd55f73271e6e4f9845fd8cff1997dcb144c62eb7430d3b63e19820970bc374107aba180bfb54e0e5dabe1b9dd1a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1
2
2
 
3
+ ### v0.19.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.18.0 (2024-10-06)
8
+
9
+ * Regenerated from discovery document revision 20240930
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.17.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240708
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,17 +56,17 @@ 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 GoogleFirebaseAppcheckV1AppCheckToken
62
62
  include Google::Apis::Core::Hashable
63
63
 
64
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 Firebase
66
- # project. This token is used to access Firebase services protected by App Check.
67
- # These tokens can also be [verified by your own custom backends](https://
68
- # firebase.google.com/docs/app-check/custom-resource-backend) using the Firebase
69
- # Admin SDK.
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.
70
70
  # Corresponds to the JSON property `token`
71
71
  # @return [String]
72
72
  attr_accessor :token
@@ -501,7 +501,7 @@ module Google
501
501
  class GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse
502
502
  include Google::Apis::Core::Hashable
503
503
 
504
- # Encapsulates an *App Check token*, which are used to access Firebase services
504
+ # Encapsulates an *App Check token*, which are used to access backend services
505
505
  # protected by App Check.
506
506
  # Corresponds to the JSON property `appCheckToken`
507
507
  # @return [Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1AppCheckToken]
@@ -1100,7 +1100,7 @@ module Google
1100
1100
  end
1101
1101
  end
1102
1102
 
1103
- # App Check enforcement policy for a specific resource of a Firebase service
1103
+ # App Check enforcement policy for a specific resource of a Google service
1104
1104
  # supported by App Check. Note that this policy will override the service-level
1105
1105
  # configuration.
1106
1106
  class GoogleFirebaseAppcheckV1ResourcePolicy
@@ -1131,13 +1131,13 @@ module Google
1131
1131
  attr_accessor :name
1132
1132
 
1133
1133
  # Required. Service specific name of the resource object to which this policy
1134
- # applies, in the format: * `//oauth2.googleapis.com/projects/`project_number`/
1135
- # oauthClients/`oauth_client_id`` (Google Identity for iOS) Note that the
1136
- # resource must belong to the service specified in the `name` and be from the
1137
- # same project as this policy, but the resource is allowed to be missing at the
1138
- # time of creation of this policy; in that case, we make a best-effort attempt
1139
- # at respecting this policy, but it may not have any effect until the resource
1140
- # is fully created.
1134
+ # applies, in the format: * **iOS OAuth clients** (Google Identity for iOS): `//
1135
+ # oauth2.googleapis.com/projects/`project_number`/oauthClients/`oauth_client_id``
1136
+ # Note that the resource must belong to the service specified in the `name` and
1137
+ # be from the same project as this policy, but the resource is allowed to be
1138
+ # missing at the time of creation of this policy; in that case, we make a best-
1139
+ # effort attempt at respecting this policy, but it may not have any effect until
1140
+ # the resource is fully created.
1141
1141
  # Corresponds to the JSON property `targetResource`
1142
1142
  # @return [String]
1143
1143
  attr_accessor :target_resource
@@ -1210,7 +1210,8 @@ module Google
1210
1210
  # the `service_id` element must be a supported service ID. Currently, the
1211
1211
  # following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
1212
1212
  # Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
1213
- # Database) * `firestore.googleapis.com` (Cloud Firestore)
1213
+ # Database) * `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.
1214
+ # com` (Google Identity for iOS)
1214
1215
  # Corresponds to the JSON property `name`
1215
1216
  # @return [String]
1216
1217
  attr_accessor :name
@@ -1231,7 +1232,7 @@ module Google
1231
1232
  class GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest
1232
1233
  include Google::Apis::Core::Hashable
1233
1234
 
1234
- # App Check enforcement policy for a specific resource of a Firebase service
1235
+ # App Check enforcement policy for a specific resource of a Google service
1235
1236
  # supported by App Check. Note that this policy will override the service-level
1236
1237
  # configuration.
1237
1238
  # Corresponds to the JSON property `resourcePolicy`
@@ -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.17.0"
19
+ GEM_VERSION = "0.19.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 = "20240708"
25
+ REVISION = "20240930"
26
26
  end
27
27
  end
28
28
  end
@@ -1577,7 +1577,8 @@ module Google
1577
1577
  # service_id` element must be a supported service ID. Currently, the following
1578
1578
  # service IDs are supported: * `firebasestorage.googleapis.com` (Cloud Storage
1579
1579
  # for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime Database)
1580
- # * `firestore.googleapis.com` (Cloud Firestore)
1580
+ # * `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.com` (
1581
+ # Google Identity for iOS)
1581
1582
  # @param [String] fields
1582
1583
  # Selector specifying which fields to include in a partial response.
1583
1584
  # @param [String] quota_user
@@ -1658,7 +1659,8 @@ module Google
1658
1659
  # the `service_id` element must be a supported service ID. Currently, the
1659
1660
  # following service IDs are supported: * `firebasestorage.googleapis.com` (Cloud
1660
1661
  # Storage for Firebase) * `firebasedatabase.googleapis.com` (Firebase Realtime
1661
- # Database) * `firestore.googleapis.com` (Cloud Firestore)
1662
+ # Database) * `firestore.googleapis.com` (Cloud Firestore) * `oauth2.googleapis.
1663
+ # com` (Google Identity for iOS)
1662
1664
  # @param [Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1Service] google_firebase_appcheck_v1_service_object
1663
1665
  # @param [String] update_mask
1664
1666
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.19.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-07-25 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1
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 V1
82
79
  test_files: []