google-apis-firebaseappcheck_v1beta 0.17.0 → 0.18.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: 40d21f46b85ab089e7ba759e2b6e45aa36c363552b2c6f4f3d7bcad7d55259b3
4
- data.tar.gz: dc0e6b315bae593bc0dddfd994ec4321d2f0ae48220f2bd222b3c0dd98ff6075
3
+ metadata.gz: 868ec1575aeed57defa9e7081f23e6ca32ca999c806077b8b37225a84a7c65a0
4
+ data.tar.gz: ce5decb9684b4c92b1af7b0f8d89ffbdefd277c98d8acf44258edeb859ac53e7
5
5
  SHA512:
6
- metadata.gz: 0da783c57814c07ca6b369338bc23abec9c2b7e0d868ea24016724d8762c85521d6ba2dccb6a4488e771afee96c0b8b2e33582032e5329644a1d694889bc4315
7
- data.tar.gz: 1285bb7d50b5fbc53b148b862aa14c47de572aa858cbcb265c668d465216227b9e1a96940fe2714e9da35c3e986544ab48c7351095cd505e4f2508e25fffdea1
6
+ metadata.gz: 6035d31a9647ffe178e625514bd083f185cae177a2b57c405ebf7d5dbc02a3d689c2bbf58fb638cb7a6aed4aa091fcc3669f86e2d2ca6c2dca90224377a7cb2d
7
+ data.tar.gz: c9f7d3d758aca62f00398a1fa13d20163c62d595a32958384544be7d7cb3883f1efa130ee32bce63c3ccd839a2f4baed82a99184b91f124cb79a063e87ca91c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.18.0 (2022-05-21)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.17.0 (2022-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220425
@@ -61,10 +61,9 @@ module Google
61
61
  class GoogleFirebaseAppcheckV1betaAppCheckToken
62
62
  include Google::Apis::Core::Hashable
63
63
 
64
- # This field has been renamed to `token`. An App Check token. App Check tokens
65
- # are signed [JWTs](https://tools.ietf.org/html/rfc7519) containing claims that
66
- # identify the attested app and Firebase project. This token is used to access
67
- # Firebase services protected by App Check.
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.
68
67
  # Corresponds to the JSON property `attestationToken`
69
68
  # @return [String]
70
69
  attr_accessor :attestation_token
@@ -927,10 +926,10 @@ module Google
927
926
  end
928
927
  end
929
928
 
930
- # This REST resource has been renamed to RecaptchaV3Config. An app's reCAPTCHA
931
- # v3 configuration object. This configuration is used by ExchangeRecaptchaToken
932
- # to validate reCAPTCHA tokens issued to apps by reCAPTCHA v3. It also controls
933
- # certain properties of the returned `AppCheckToken`, such as its ttl.
929
+ # An app's reCAPTCHA v3 configuration object. This configuration is used by
930
+ # ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by
931
+ # reCAPTCHA v3. It also controls certain properties of the returned `
932
+ # AppCheckToken`, such as its ttl.
934
933
  class GoogleFirebaseAppcheckV1betaRecaptchaConfig
935
934
  include Google::Apis::Core::Hashable
936
935
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220425"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
@@ -360,9 +360,8 @@ module Google
360
360
  execute_or_queue_command(command, &block)
361
361
  end
362
362
 
363
- # This method has been renamed to ExchangeRecaptchaV3Token. Validates a [
364
- # reCAPTCHA v3 response token](https://developers.google.com/recaptcha/docs/v3).
365
- # If valid, returns an AppCheckToken.
363
+ # Validates a [reCAPTCHA v3 response token](https://developers.google.com/
364
+ # recaptcha/docs/v3). If valid, returns an AppCheckToken.
366
365
  # @param [String] app
367
366
  # Required. The relative resource name of the web app, in the format: ```
368
367
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
@@ -1077,10 +1076,8 @@ module Google
1077
1076
  execute_or_queue_command(command, &block)
1078
1077
  end
1079
1078
 
1080
- # The RecaptchaConfig REST resource has been renamed to RecaptchaV3Config.
1081
- # Please use BatchGetRecaptchaV3Configs instead. Atomically gets the
1082
- # RecaptchaConfigs for the specified list of apps. For security reasons, the `
1083
- # site_secret` field is never populated in the response.
1079
+ # Atomically gets the RecaptchaConfigs for the specified list of apps. For
1080
+ # security reasons, the `site_secret` field is never populated in the response.
1084
1081
  # @param [String] parent
1085
1082
  # Required. The parent project name shared by all RecaptchaConfigs being
1086
1083
  # retrieved, in the format ``` projects/`project_number` ``` The parent
@@ -1118,10 +1115,8 @@ module Google
1118
1115
  execute_or_queue_command(command, &block)
1119
1116
  end
1120
1117
 
1121
- # The RecaptchaConfig REST resource has been renamed to RecaptchaV3Config.
1122
- # Please use GetRecaptchaV3Config instead. Gets the RecaptchaConfig for the
1123
- # specified app. For security reasons, the `site_secret` field is never
1124
- # populated in the response.
1118
+ # Gets the RecaptchaConfig for the specified app. For security reasons, the `
1119
+ # site_secret` field is never populated in the response.
1125
1120
  # @param [String] name
1126
1121
  # Required. The relative resource name of the RecaptchaConfig, in the format: ```
1127
1122
  # projects/`project_number`/apps/`app_id`/recaptchaConfig ```
@@ -1152,11 +1147,10 @@ module Google
1152
1147
  execute_or_queue_command(command, &block)
1153
1148
  end
1154
1149
 
1155
- # The RecaptchaConfig REST resource has been renamed to RecaptchaV3Config.
1156
- # Please use UpdateRecaptchaV3Config instead. Updates the RecaptchaConfig for
1157
- # the specified app. While this configuration is incomplete or invalid, the app
1158
- # will be unable to exchange reCAPTCHA tokens for App Check tokens. For security
1159
- # reasons, the `site_secret` field is never populated in the response.
1150
+ # Updates the RecaptchaConfig for the specified app. While this configuration is
1151
+ # incomplete or invalid, the app will be unable to exchange reCAPTCHA tokens for
1152
+ # App Check tokens. For security reasons, the `site_secret` field is never
1153
+ # populated in the response.
1160
1154
  # @param [String] name
1161
1155
  # Required. The relative resource name of the reCAPTCHA v3 configuration object,
1162
1156
  # in the format: ``` projects/`project_number`/apps/`app_id`/recaptchaConfig ```
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.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: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.18.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: []