google-apis-firebaseappcheck_v1beta 0.10.0 → 0.11.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: 561fd9c68d2ea6e2faaf9c9ec0ddca9c39e7ad89653c7cce1c3a2afdf9530e03
4
- data.tar.gz: '0892b8b90fd407cf4ac8e8bf84c66d4cb3759dd013e2c282dd9a1ea9db8e2923'
3
+ metadata.gz: 1979253eba1c54429fcb21cead287c569b1809335d35369c6c915132ae9e4929
4
+ data.tar.gz: c44f89320409d4d4ed5e7f54c1dab3d3c1989398f252061eb3221e5782b071a8
5
5
  SHA512:
6
- metadata.gz: 526f37b953f869c3dc07e38514428f47af0234d4ce328a9011e8e2d00c85cf13327d50eb6440cc7b1ec9ebf1fd9b9ad589aae5d649bd029df3fec53a3bd1bd77
7
- data.tar.gz: 6603b52fee4425aa02ec2ae9538252ef1c0c9e548729387afcf784f34f7bdbcfad8eb76ed0a2fe15f4142004ecb167755e3dc2a37e6de4b3fd539aeca6c19dab
6
+ metadata.gz: e65042dfe62b9df264ad19ada5371a0a076091d386333e808dd501b539980782c40298928b4cd891c5d44a7c34d928a3661d66523cb8a74454243962d5be6b9d
7
+ data.tar.gz: 6a891550f2b7e560034a25eb00fa5788230ed68cbdceda8931204259b4d651d2f18b50ea7b84d6c374a3a12c31a6ceadeb1bf4e3b5952c6ab3f8a679ef2dd9d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.11.0 (2022-01-19)
4
+
5
+ * Regenerated from discovery document revision 20220116
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.10.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211029"
25
+ REVISION = "20220116"
26
26
  end
27
27
  end
28
28
  end
@@ -123,13 +123,12 @@ module Google
123
123
  execute_or_queue_command(command, &block)
124
124
  end
125
125
 
126
- # Accepts an App Attest CBOR attestation and verifies it with Apple using the
127
- # developer's preconfigured team and bundle IDs. If valid, returns an
128
- # attestation artifact that can later be exchanged for an
129
- # AttestationTokenResponse using ExchangeAppAttestAssertion. For convenience and
130
- # performance, this method's response object will also contain an App Check
131
- # token encapsulated in an AttestationTokenResponse (if the verification is
132
- # successful).
126
+ # Accepts an App Attest CBOR attestation and verifies it with Apple using your
127
+ # preconfigured team and bundle IDs. If valid, returns an attestation artifact
128
+ # that can later be exchanged for an AttestationTokenResponse using
129
+ # ExchangeAppAttestAssertion. For convenience and performance, this method's
130
+ # response object will also contain an App Check token encapsulated in an
131
+ # AttestationTokenResponse (if the verification is successful).
133
132
  # @param [String] app
134
133
  # Required. The relative resource name of the iOS app, in the format: ```
135
134
  # projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
@@ -441,7 +440,7 @@ module Google
441
440
  execute_or_queue_command(command, &block)
442
441
  end
443
442
 
444
- # Gets the AppAttestConfigs for the specified list of apps atomically.
443
+ # Atomically gets the AppAttestConfigs for the specified list of apps.
445
444
  # @param [String] parent
446
445
  # Required. The parent project name shared by all AppAttestConfigs being
447
446
  # retrieved, in the format ``` projects/`project_number` ``` The parent
@@ -740,7 +739,7 @@ module Google
740
739
  execute_or_queue_command(command, &block)
741
740
  end
742
741
 
743
- # Gets the DeviceCheckConfigs for the specified list of apps atomically. For
742
+ # Atomically gets the DeviceCheckConfigs for the specified list of apps. For
744
743
  # security reasons, the `private_key` field is never populated in the response.
745
744
  # @param [String] parent
746
745
  # Required. The parent project name shared by all DeviceCheckConfigs being
@@ -853,7 +852,7 @@ module Google
853
852
  execute_or_queue_command(command, &block)
854
853
  end
855
854
 
856
- # Gets the RecaptchaConfigs for the specified list of apps atomically. For
855
+ # Atomically gets the RecaptchaConfigs for the specified list of apps. For
857
856
  # security reasons, the `site_secret` field is never populated in the response.
858
857
  # @param [String] parent
859
858
  # Required. The parent project name shared by all RecaptchaConfigs being
@@ -965,7 +964,7 @@ module Google
965
964
  execute_or_queue_command(command, &block)
966
965
  end
967
966
 
968
- # Gets the RecaptchaEnterpriseConfigs for the specified list of apps atomically.
967
+ # Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps.
969
968
  # @param [String] parent
970
969
  # Required. The parent project name shared by all RecaptchaEnterpriseConfigs
971
970
  # being retrieved, in the format ``` projects/`project_number` ``` The parent
@@ -1077,7 +1076,7 @@ module Google
1077
1076
  execute_or_queue_command(command, &block)
1078
1077
  end
1079
1078
 
1080
- # Gets the SafetyNetConfigs for the specified list of apps atomically.
1079
+ # Atomically gets the SafetyNetConfigs for the specified list of apps.
1081
1080
  # @param [String] parent
1082
1081
  # Required. The parent project name shared by all SafetyNetConfigs being
1083
1082
  # retrieved, in the format ``` projects/`project_number` ``` The parent
@@ -1186,7 +1185,7 @@ module Google
1186
1185
  execute_or_queue_command(command, &block)
1187
1186
  end
1188
1187
 
1189
- # Updates the specified Service configurations atomically.
1188
+ # Atomically updates the specified Service configurations.
1190
1189
  # @param [String] parent
1191
1190
  # Required. The parent project name shared by all Service configurations being
1192
1191
  # updated, in the format ``` projects/`project_number` ``` The parent collection
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.10.0
4
+ version: 0.11.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.11.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase App Check API V1beta