Skip to content

Commit 3af681f

Browse files
feat: Automated regeneration of recaptchaenterprise v1 client (googleapis#20517)
Auto-created at 2024-11-03 09:58:41 +0000 using the toys pull request generator.
1 parent 32b5158 commit 3af681f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-recaptchaenterprise_v1
22

3+
### v0.58.0 (2024-11-03)
4+
5+
* Regenerated from discovery document revision 20241027
6+
37
### v0.57.0 (2024-10-20)
48

59
* Regenerated from discovery document revision 20241013

generated/google-apis-recaptchaenterprise_v1/lib/google/apis/recaptchaenterprise_v1/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ def update!(**args)
14611461
end
14621462
end
14631463

1464-
# The removeIpOverride request message.
1464+
# The RemoveIpOverride request message.
14651465
class GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
14661466
include Google::Apis::Core::Hashable
14671467

@@ -1552,7 +1552,7 @@ def update!(**args)
15521552
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
15531553
include Google::Apis::Core::Hashable
15541554

1555-
# Output only. Challenge information for SCORE_AND_CHALLENGE keys
1555+
# Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
15561556
# Corresponds to the JSON property `challenge`
15571557
# @return [String]
15581558
attr_accessor :challenge

generated/google-apis-recaptchaenterprise_v1/lib/google/apis/recaptchaenterprise_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RecaptchaenterpriseV1
1818
# Version of the google-apis-recaptchaenterprise_v1 gem
19-
GEM_VERSION = "0.57.0"
19+
GEM_VERSION = "0.58.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241013"
25+
REVISION = "20241027"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)