google-apis-recaptchaenterprise_v1 0.2.0 → 0.6.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: 0bcf7ade4b4a6f62f3feb28b1eb2ef0293c2268e091572f6da43ea59cd6f6095
4
- data.tar.gz: 62f6c81b381b42ac0e898604156cf0dba2646c35c98048c36fa326b840054bc1
3
+ metadata.gz: 138e58ad2c7f174dd6e33f3f2e1ea354017115802211c820371bff82eb634559
4
+ data.tar.gz: 99c301ce5f50f7d6dd851efab25f9f681fdf071aca1a6d6470f816fe3c46d8f1
5
5
  SHA512:
6
- metadata.gz: 21d8ae920b051c6f12a56cb8cfd3338933cf5a2bfc5dfec66391ca5a70edc7a2ff90c0921bda18dd73800539ebb8b687689a80c12b0fe5f3567ce4b5fa76eb26
7
- data.tar.gz: 8600d217973343be6ff4c60861e9da272e8b886fc2391464154cecadd2e1af064b210e9abddf0d64ad39b8563686b997ac0870232e39806ba59cf93f2e239492
6
+ metadata.gz: c0a3c03de836be7ded7bb968d7f52ce37b8486964a47e5f5ceeeafb4470b56b190e1f4e9fc4b32f1e120920ab48ef540494be0cf4f87f3807bb276c9820ebce7
7
+ data.tar.gz: 6e83194eb38eb9a2ae694e79e364f054789582080776e00829cc6290e3c66b0bdbdb7aa87ed452ca2a61047c0ff7c7be3b50f22c7263d1e54dd60be3c07a5a3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.6.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
7
+ ### v0.5.0 (2021-08-03)
8
+
9
+ * Regenerated from discovery document revision 20210731
10
+
11
+ ### v0.4.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.3.0 (2021-06-24)
16
+
17
+ * Regenerated from discovery document revision 20210528
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.2.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -329,6 +329,12 @@ module Google
329
329
  # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>]
330
330
  attr_accessor :challenge_metrics
331
331
 
332
+ # Output only. The name of the metrics, in the format "projects/`project`/keys/`
333
+ # key`/metrics".
334
+ # Corresponds to the JSON property `name`
335
+ # @return [String]
336
+ attr_accessor :name
337
+
332
338
  # Metrics will be continuous and in order by dates, and in the granularity of
333
339
  # day. All Key types should have score-based data.
334
340
  # Corresponds to the JSON property `scoreMetrics`
@@ -347,6 +353,7 @@ module Google
347
353
  # Update properties of this object
348
354
  def update!(**args)
349
355
  @challenge_metrics = args[:challenge_metrics] if args.key?(:challenge_metrics)
356
+ @name = args[:name] if args.key?(:name)
350
357
  @score_metrics = args[:score_metrics] if args.key?(:score_metrics)
351
358
  @start_time = args[:start_time] if args.key?(:start_time)
352
359
  end
@@ -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.2.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210514"
25
+ REVISION = "20210806"
26
26
  end
27
27
  end
28
28
  end
@@ -224,6 +224,7 @@ module Google
224
224
  class Representation < Google::Apis::Core::JsonRepresentation
225
225
  collection :challenge_metrics, as: 'challengeMetrics', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics::Representation
226
226
 
227
+ property :name, as: 'name'
227
228
  collection :score_metrics, as: 'scoreMetrics', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics::Representation
228
229
 
229
230
  property :start_time, as: 'startTime'
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recaptchaenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.6.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-24 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for reCAPTCHA Enterprise API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recaptchaenterprise_v1
57
63
  post_install_message:
58
64
  rdoc_options: []