google-apis-recaptchaenterprise_v1 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bcf7ade4b4a6f62f3feb28b1eb2ef0293c2268e091572f6da43ea59cd6f6095
|
4
|
+
data.tar.gz: 62f6c81b381b42ac0e898604156cf0dba2646c35c98048c36fa326b840054bc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21d8ae920b051c6f12a56cb8cfd3338933cf5a2bfc5dfec66391ca5a70edc7a2ff90c0921bda18dd73800539ebb8b687689a80c12b0fe5f3567ce4b5fa76eb26
|
7
|
+
data.tar.gz: 8600d217973343be6ff4c60861e9da272e8b886fc2391464154cecadd2e1af064b210e9abddf0d64ad39b8563686b997ac0870232e39806ba59cf93f2e239492
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
# Release history for google-apis-recaptchaenterprise_v1
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.2.0 (2021-05-19)
|
4
4
|
|
5
|
-
*
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.1.0 (2021-05-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210514
|
6
10
|
* Regenerated using generator version 0.2.0
|
7
11
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecaptchaenterpriseV1
|
18
18
|
# Version of the google-apis-recaptchaenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210514"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -286,8 +286,10 @@ module Google
|
|
286
286
|
end
|
287
287
|
|
288
288
|
# Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is
|
289
|
-
# migrated, it can be used from either product. SiteVerify requests
|
290
|
-
#
|
289
|
+
# migrated, it can be used from either product. SiteVerify requests are billed
|
290
|
+
# as CreateAssessment calls. You must be authenticated as one of the current
|
291
|
+
# owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA
|
292
|
+
# Enterprise Admin IAM role in the destination project.
|
291
293
|
# @param [String] name
|
292
294
|
# Required. The name of the key to be migrated, in the format "projects/`project`
|
293
295
|
# /keys/`key`".
|
@@ -326,7 +328,7 @@ module Google
|
|
326
328
|
# The resource name for the Key in the format "projects/`project`/keys/`key`".
|
327
329
|
# @param [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1Key] google_cloud_recaptchaenterprise_v1_key_object
|
328
330
|
# @param [String] update_mask
|
329
|
-
# Optional. The mask to control which
|
331
|
+
# Optional. The mask to control which fields of the key get updated. If the mask
|
330
332
|
# is not present, all fields will be updated.
|
331
333
|
# @param [String] fields
|
332
334
|
# 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-recaptchaenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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: 2021-05-
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recaptchaenterprise_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|