google-apis-recaptchaenterprise_v1 0.33.0 → 0.34.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: f677d8f3a339db628e75c888c656090c9104efb538c9fe680c436e2e87dec108
4
- data.tar.gz: c2a764161a3f5071266c11426dc8649c0ea41e8a278b42d6bd7050519bc2a40e
3
+ metadata.gz: 96afd40f305bbad724f0cc109125bafb730a112fc91cfd8e63f961ccfebf1c73
4
+ data.tar.gz: 7512a13318bc2fdcb33db50c47f11cf86a9be7fd96c3171f928f2662be9f6250
5
5
  SHA512:
6
- metadata.gz: f400f88772717cc200c2be584ec31d29abb7ffbc68f331717b1ce4b3217e0241cc14ecb5ae85fda17219cf1e6ec9f7ebdd313a9e6fc70232ea054e07b7e83c81
7
- data.tar.gz: 0e5043247503105ccca4ee3f41b2a0913fc0765f7a260e376bce0455f03a95710e9ce8f28c3866533fc57ded9165c81cbc1c847e6caa226037f1463905074a2e
6
+ metadata.gz: de38d4099e5395d6688b2f518668c4d4563ff1ea3e08dc3a919657c948135d5c4e813d215980c6ac3d2a5cc748c837af3c1a9067888f9cac3174d6e953a67e2e
7
+ data.tar.gz: 8c760a2718673c0cb3fdccda25d94484730d1695320dadc69b21e5168e9fde91fe9b14b1bfa71995ccd4ebcd412c122dda1236e602e382472676d694bdeb5ac0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.34.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230514
6
+
3
7
  ### v0.33.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230507
@@ -1264,9 +1264,9 @@ module Google
1264
1264
  class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest
1265
1265
  include Google::Apis::Core::Hashable
1266
1266
 
1267
- # Optional. The unique stable hashed user identifier we should search
1268
- # connections to. The identifier should correspond to a `hashed_account_id`
1269
- # provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
1267
+ # Optional. The unique stable hashed user identifier used to search connections.
1268
+ # The identifier should correspond to a `hashed_account_id` provided in a
1269
+ # previous `CreateAssessment` or `AnnotateAssessment` call.
1270
1270
  # Corresponds to the JSON property `hashedAccountId`
1271
1271
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1272
1272
  # @return [String]
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230507"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
@@ -464,8 +464,8 @@ module Google
464
464
  # Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is
465
465
  # migrated, it can be used from either product. SiteVerify requests are billed
466
466
  # as CreateAssessment calls. You must be authenticated as one of the current
467
- # owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA
468
- # Enterprise Admin IAM role in the destination project.
467
+ # owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise
468
+ # Admin IAM role in the destination project.
469
469
  # @param [String] name
470
470
  # Required. The name of the key to be migrated, in the format "projects/`project`
471
471
  # /keys/`key`".
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.33.0
4
+ version: 0.34.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-28 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-recaptchaenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []