google-apis-firebaseappcheck_v1beta 0.37.0 → 0.38.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: 79d6f35a66835f3a73331dbff1dbf4db3e6dc24c37f9a1d27bcdbe36cc4fb641
4
- data.tar.gz: 7ea7b930516ab7436694f4fee250b5cd6550d525381fd153cf3193a07f64feb6
3
+ metadata.gz: d53f26f35020a6151b11ef6a330fda49805cd4ca88233be1579f9dbc3054e136
4
+ data.tar.gz: f7f065741795600e7644104aeaf94df654e1163ec7bd16da2595c52f78dd4d5d
5
5
  SHA512:
6
- metadata.gz: c51710db7b84107c3692c58ba5aa8134dba405ce1860be2a720d8b7e638610cef076cba55a3bfd86aeb1849570b64147f52efde597b23af99f5bf351ca3b2473
7
- data.tar.gz: fef06c1a4ad1aa638cda878f561a3e64b96ad4cfb8384adf2bd993ce4571ffdc4d7b62b0d8ef754470fd596c079a1710b2ba21da2d99b77c51b87a8fb37b0938
6
+ metadata.gz: e6e2cc069e04a0aaa09242304c4a06a176195e22895f20d8d994f12a3f22a424a45720d4238917c7df82c981ae94ad8e3260d3921f3a22fda96d4e78dbb22d29
7
+ data.tar.gz: 1ab38e787646790715084d74ba5d97d1435e5e48482a65c858a7467ccb6c6e90203ce328c776ba0ba91533faac08d205e76817a27397253f4c8b32c736c08785
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.38.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240304
6
+
3
7
  ### v0.37.0 (2024-02-23)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -267,11 +267,10 @@ module Google
267
267
  # @return [Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest>]
268
268
  attr_accessor :requests
269
269
 
270
- # Optional. A comma-separated list of names of fields in the
271
- # ResourceConfigurations to update. Example: `enforcement_mode`. If this field
272
- # is present, the `update_mask` field in the UpdateResourcePolicyRequest
273
- # messages must all match this field, or the entire batch fails and no updates
274
- # will be committed.
270
+ # Optional. A comma-separated list of names of fields in the ResourcePolicy
271
+ # objects to update. Example: `enforcement_mode`. If this field is present, the `
272
+ # update_mask` field in the UpdateResourcePolicyRequest messages must all match
273
+ # this field, or the entire batch fails and no updates will be committed.
275
274
  # Corresponds to the JSON property `updateMask`
276
275
  # @return [String]
277
276
  attr_accessor :update_mask
@@ -922,8 +921,8 @@ module Google
922
921
  # If the result list is too large to fit in a single response, then a token is
923
922
  # returned. If the string is empty or omitted, then this response is the last
924
923
  # page of results. This token can be used in a subsequent call to
925
- # ListResourcePolicies to find the next group of ResourcePolicys. Page tokens
926
- # are short-lived and should not be persisted.
924
+ # ListResourcePolicies to find the next group of ResourcePolicy objects. Page
925
+ # tokens are short-lived and should not be persisted.
927
926
  # Corresponds to the JSON property `nextPageToken`
928
927
  # @return [String]
929
928
  attr_accessor :next_page_token
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240122"
25
+ REVISION = "20240304"
26
26
  end
27
27
  end
28
28
  end
@@ -94,7 +94,13 @@ module Google
94
94
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
95
95
  # element can be replaced with the project ID of the Firebase project. Learn
96
96
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
97
- # dev/cloud/2510) standard.
97
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
98
+ # OAuth client protected by App Check, this field can also be in the format: ```
99
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
100
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
101
+ # are supported at this time, and they must be linked to corresponding iOS
102
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
103
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
98
104
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest] google_firebase_appcheck_v1beta_exchange_app_attest_assertion_request_object
99
105
  # @param [String] fields
100
106
  # Selector specifying which fields to include in a partial response.
@@ -136,7 +142,13 @@ module Google
136
142
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
137
143
  # element can be replaced with the project ID of the Firebase project. Learn
138
144
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
139
- # dev/cloud/2510) standard.
145
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
146
+ # OAuth client protected by App Check, this field can also be in the format: ```
147
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
148
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
149
+ # are supported at this time, and they must be linked to corresponding iOS
150
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
151
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
140
152
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest] google_firebase_appcheck_v1beta_exchange_app_attest_attestation_request_object
141
153
  # @param [String] fields
142
154
  # Selector specifying which fields to include in a partial response.
@@ -176,7 +188,13 @@ module Google
176
188
  # project_number`/apps/`app_id` ``` If necessary, the `project_number` element
177
189
  # can be replaced with the project ID of the Firebase project. Learn more about
178
190
  # using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/
179
- # 2510) standard.
191
+ # 2510) standard. Alternatively, if this method is being called for an OAuth
192
+ # client protected by App Check, this field can also be in the format: ```
193
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
194
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
195
+ # are supported at this time, and they must be linked to corresponding iOS
196
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
197
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
180
198
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest] google_firebase_appcheck_v1beta_exchange_debug_token_request_object
181
199
  # @param [String] fields
182
200
  # Selector specifying which fields to include in a partial response.
@@ -215,7 +233,13 @@ module Google
215
233
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
216
234
  # element can be replaced with the project ID of the Firebase project. Learn
217
235
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
218
- # dev/cloud/2510) standard.
236
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
237
+ # OAuth client protected by App Check, this field can also be in the format: ```
238
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
239
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
240
+ # are supported at this time, and they must be linked to corresponding iOS
241
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
242
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
219
243
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeRequest] google_firebase_appcheck_v1beta_generate_app_attest_challenge_request_object
220
244
  # @param [String] fields
221
245
  # Selector specifying which fields to include in a partial response.
@@ -311,7 +335,13 @@ module Google
311
335
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
312
336
  # element can be replaced with the project ID of the Firebase project. Learn
313
337
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
314
- # dev/cloud/2510) standard.
338
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
339
+ # OAuth client protected by App Check, this field can also be in the format: ```
340
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
341
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
342
+ # are supported at this time, and they must be linked to corresponding iOS
343
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
344
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
315
345
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest] google_firebase_appcheck_v1beta_exchange_app_attest_assertion_request_object
316
346
  # @param [String] fields
317
347
  # Selector specifying which fields to include in a partial response.
@@ -353,7 +383,13 @@ module Google
353
383
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
354
384
  # element can be replaced with the project ID of the Firebase project. Learn
355
385
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
356
- # dev/cloud/2510) standard.
386
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
387
+ # OAuth client protected by App Check, this field can also be in the format: ```
388
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
389
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
390
+ # are supported at this time, and they must be linked to corresponding iOS
391
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
392
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
357
393
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest] google_firebase_appcheck_v1beta_exchange_app_attest_attestation_request_object
358
394
  # @param [String] fields
359
395
  # Selector specifying which fields to include in a partial response.
@@ -431,7 +467,13 @@ module Google
431
467
  # project_number`/apps/`app_id` ``` If necessary, the `project_number` element
432
468
  # can be replaced with the project ID of the Firebase project. Learn more about
433
469
  # using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/
434
- # 2510) standard.
470
+ # 2510) standard. Alternatively, if this method is being called for an OAuth
471
+ # client protected by App Check, this field can also be in the format: ```
472
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
473
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
474
+ # are supported at this time, and they must be linked to corresponding iOS
475
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
476
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
435
477
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest] google_firebase_appcheck_v1beta_exchange_debug_token_request_object
436
478
  # @param [String] fields
437
479
  # Selector specifying which fields to include in a partial response.
@@ -701,7 +743,13 @@ module Google
701
743
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
702
744
  # element can be replaced with the project ID of the Firebase project. Learn
703
745
  # more about using project identifiers in Google's [AIP 2510](https://google.aip.
704
- # dev/cloud/2510) standard.
746
+ # dev/cloud/2510) standard. Alternatively, if this method is being called for an
747
+ # OAuth client protected by App Check, this field can also be in the format: ```
748
+ # oauthClients/`oauth_client_id` ``` You can view the OAuth client ID for your
749
+ # OAuth clients in the Google Cloud console. Note that only iOS OAuth clients
750
+ # are supported at this time, and they must be linked to corresponding iOS
751
+ # Firebase apps. Please see [the documentation](https://developers.google.com/
752
+ # identity/sign-in/ios/appcheck/get-started#project-setup) for more information.
705
753
  # @param [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeRequest] google_firebase_appcheck_v1beta_generate_app_attest_challenge_request_object
706
754
  # @param [String] fields
707
755
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-10 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []