google-apis-firebaseappcheck_v1 0.17.0 → 0.18.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: e21babbb1898129b5fff22241039205b605b1a44864e040d7c4afc0a89d40cd7
4
- data.tar.gz: 79caad80939bf37d4dccf587988bae07d13d50581a483f91d9891cf6765f1617
3
+ metadata.gz: 6154f3381855b78c34dc70e3e3bd23446585b771be05fb5e70fd27347a373018
4
+ data.tar.gz: de91f83285f20ccba3a7f778c3eae385650c2ff24eba32782cace4a25e657553
5
5
  SHA512:
6
- metadata.gz: fcbe4610fb7e56710845eb40793b8dd46bf48a497bf9303f16e4264dec92201d7df049558813772c20ecb729c374e441926a79944678ec8a98e56894468e4917
7
- data.tar.gz: bf79417c597a9328af81b4f249282af2c445f87ec07a65ca511086899ebc7427e40fbc9a8b564ae9f1c8952c79685d12efb1426fd4b2549688e6f722cb0e54a3
6
+ metadata.gz: eef3ae0e33ca31ba345a7f857e15ede35aa7ccdab68073d015e922694d9c16df0c7142b3b64f141bbb02fc8cf34e86cf660e979242dd1ae530b207f74df530fe
7
+ data.tar.gz: f676c39abdc882f154a79e14b6b91b1a2d4fed9c83a9a99a057bf2848ad763a47934dc2e1f2c20b1ae3b81a5d834249c3690da5009df4892ffb31cb22f4ef0d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1
2
2
 
3
+ ### v0.18.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240930
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.17.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240708
@@ -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.18.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.15.1"
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,14 @@
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.18.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-10-06 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.18.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: []