google-apis-recaptchaenterprise_v1 0.12.0 → 0.13.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: 84a5195b9fb6ca785ce611afbb93da5b4f1bddf132247385952a1f59f4dc14a2
4
- data.tar.gz: 9906deb470543b388d0669789bc433983b2e9a08eb9af93535381bf17df77711
3
+ metadata.gz: 8a8ec4624fce30924b37270eed292df7b80174fa810342796fdcdfc57b48a072
4
+ data.tar.gz: ee0a6913bf1fa225616247cbfe0217fc3a4e664ca1d9bb87b86cd13941374a60
5
5
  SHA512:
6
- metadata.gz: 743aaeed91b3ae4da6a02a029791b13762dd5dae53c8ceac7094556a0dda3b576fbc22b7670822d8550388087717f4ab51dc1142e54491bc7a45bf43863c388c
7
- data.tar.gz: ff29ddf3b1b2a993c1de1ff8bc0fa98b8d041332efee35513f5051590ff178d7171d99c524d8786011ba64a0df7e5c22bd6c66867970b3121f6099c02ff4350f
6
+ metadata.gz: 6a0be0a6b8db639e67467e5f48b62eba568b5c4c343aa547fd187104d73c1c75fba4c31eda195b16f119e69a046c226b05dcb4e282d15b794459fa257c98c4ea
7
+ data.tar.gz: 2b2a9487a52df804ee12b69ed9451b059b503e25c1a2e15bff4d813052e530c8dd2856064875f405df374750c2077b2261693ad9a05a48e828e97a2bc7914776
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.13.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220129
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.12.0 (2022-01-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20220107
@@ -31,11 +31,6 @@ module Google
31
31
  # @return [Array<String>]
32
32
  attr_accessor :labels
33
33
 
34
- # Recommended action after this request.
35
- # Corresponds to the JSON property `recommendedAction`
36
- # @return [String]
37
- attr_accessor :recommended_action
38
-
39
34
  def initialize(**args)
40
35
  update!(**args)
41
36
  end
@@ -43,7 +38,6 @@ module Google
43
38
  # Update properties of this object
44
39
  def update!(**args)
45
40
  @labels = args[:labels] if args.key?(:labels)
46
- @recommended_action = args[:recommended_action] if args.key?(:recommended_action)
47
41
  end
48
42
  end
49
43
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220107"
25
+ REVISION = "20220129"
26
26
  end
27
27
  end
28
28
  end
@@ -182,7 +182,6 @@ module Google
182
182
  # @private
183
183
  class Representation < Google::Apis::Core::JsonRepresentation
184
184
  collection :labels, as: 'labels'
185
- property :recommended_action, as: 'recommendedAction'
186
185
  end
187
186
  end
188
187
 
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.12.0
4
+ version: 0.13.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-17 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.13.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: []