google-apis-firebaseappcheck_v1beta 0.10.0 → 0.11.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1979253eba1c54429fcb21cead287c569b1809335d35369c6c915132ae9e4929
|
|
4
|
+
data.tar.gz: c44f89320409d4d4ed5e7f54c1dab3d3c1989398f252061eb3221e5782b071a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e65042dfe62b9df264ad19ada5371a0a076091d386333e808dd501b539980782c40298928b4cd891c5d44a7c34d928a3661d66523cb8a74454243962d5be6b9d
|
|
7
|
+
data.tar.gz: 6a891550f2b7e560034a25eb00fa5788230ed68cbdceda8931204259b4d651d2f18b50ea7b84d6c374a3a12c31a6ceadeb1bf4e3b5952c6ab3f8a679ef2dd9d4
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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
|
|
127
|
-
#
|
|
128
|
-
#
|
|
129
|
-
#
|
|
130
|
-
#
|
|
131
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|