google-apis-recaptchaenterprise_v1 0.45.0 → 0.47.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: b6e45a8019567f1c311cbb66427fa2802b57c726e303a96f15d30249a5bad36a
4
- data.tar.gz: 9dc8011fba02df1cf821880a437c28c5a5cfd3da347fb6091efd561bec3eaf59
3
+ metadata.gz: 9247c4f20439bc7d57fe02ab1982155be6ba7fc2ffbdf7fdf925816356fef665
4
+ data.tar.gz: 958fb3052089a58d922ed14ccf35bf219f15f1d526d82986db7085652bd52619
5
5
  SHA512:
6
- metadata.gz: 06b52dfa372b38fb6facf51b7a6598cb04ee3d99124ca287edabec4f43430e93a11130d5cc866d9d2336b7f214179dedcd16f59a41e772d9236f64c4db207315
7
- data.tar.gz: a63b8f3bff1d17086d2408f78a9d7cb5301dfb13d7af05c17fa639c03ab330067145655630051964f07c217540bb9fcd5ddd49281f0d327685cc71005f5066a4
6
+ metadata.gz: 8e6db949c6045b69aed6e8391b2d6bbaedbbef20e53f99defd402003a8959949af57e3c746885b19571c94eec501356c3da88c1240f881a57b8bb38a1851d3a0
7
+ data.tar.gz: 7f861bbbd355ab2d3845c5540571038f2ef6f6028289ef0c8db3f1c95f1cb39d7c4d555eb1843e94e709edb55d5434ee3fb6480156fe71d2681b6f454aae1480
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.47.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240324
6
+
7
+ ### v0.46.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240317
10
+
3
11
  ### v0.45.0 (2024-02-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20240211
@@ -394,6 +394,11 @@ module Google
394
394
  attr_accessor :firewall_policy_evaluation
395
395
  alias_method :firewall_policy_evaluation?, :firewall_policy_evaluation
396
396
 
397
+ # Optional. The Fraud Prevention setting for this assessment.
398
+ # Corresponds to the JSON property `fraudPrevention`
399
+ # @return [String]
400
+ attr_accessor :fraud_prevention
401
+
397
402
  # Optional. Deprecated: use `user_info.account_id` instead. Unique stable hashed
398
403
  # user identifier for the request. The identifier must be hashed using hmac-
399
404
  # sha256 with stable secret.
@@ -467,6 +472,7 @@ module Google
467
472
  @expected_action = args[:expected_action] if args.key?(:expected_action)
468
473
  @express = args[:express] if args.key?(:express)
469
474
  @firewall_policy_evaluation = args[:firewall_policy_evaluation] if args.key?(:firewall_policy_evaluation)
475
+ @fraud_prevention = args[:fraud_prevention] if args.key?(:fraud_prevention)
470
476
  @hashed_account_id = args[:hashed_account_id] if args.key?(:hashed_account_id)
471
477
  @headers = args[:headers] if args.key?(:headers)
472
478
  @ja3 = args[:ja3] if args.key?(:ja3)
@@ -1011,7 +1017,7 @@ module Google
1011
1017
  end
1012
1018
  end
1013
1019
 
1014
- # Response to request to list firewall policies belonging to a key.
1020
+ # Response to request to list firewall policies belonging to a project.
1015
1021
  class GoogleCloudRecaptchaenterpriseV1ListFirewallPoliciesResponse
1016
1022
  include Google::Apis::Core::Hashable
1017
1023
 
@@ -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.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240211"
25
+ REVISION = "20240324"
26
26
  end
27
27
  end
28
28
  end
@@ -481,6 +481,7 @@ module Google
481
481
  property :expected_action, as: 'expectedAction'
482
482
  property :express, as: 'express'
483
483
  property :firewall_policy_evaluation, as: 'firewallPolicyEvaluation'
484
+ property :fraud_prevention, as: 'fraudPrevention'
484
485
  property :hashed_account_id, :base64 => true, as: 'hashedAccountId'
485
486
  collection :headers, as: 'headers'
486
487
  property :ja3, as: 'ja3'
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.45.0
4
+ version: 0.47.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-31 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.47.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: []