google-apis-recaptchaenterprise_v1 0.4.0 → 0.8.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: cea2fa16526b9bc4eaa8e0806b7a05a403f58437f80691dbc300a92405e37d0f
4
- data.tar.gz: ab7bf4f18bfe07ff997e511712e28591f8dd44c3cb50d3481bfa095673d4d439
3
+ metadata.gz: 66b13388bd249db789e360628bcec4961f384870b8de67a942a5ec1b70caa288
4
+ data.tar.gz: b480ffdde9705d0649cfbe3ade66d0dfe37162d095f3ac850237de8bc7b2a39f
5
5
  SHA512:
6
- metadata.gz: 886b9061b778dd1dcbda5af12bb587a9c0b72ef6147fe1738b656364dddb877901548f99f4ee60abde15e160d36158276274854dd7f28385873e6d45f97215f6
7
- data.tar.gz: b30405faa5936ead48d4f2afb37f37287e81d11f074b47c0743ca74ea88501a4faa1d796a87601c4c5e2619128b70d80b878987f4e1e12b0d190ec9c47c0a3f8
6
+ metadata.gz: bada1823358a130d3d9fd3c26db4ae7173f50f443d69cd9d37a549a83e311b15452d68a79e4c9e4ee8fcb21f7b086ac8d00f227e80041ef55358cf95bdb37451
7
+ data.tar.gz: e2dfd205231efef8ab47a5034d6175e44576bcbedae12cd176828ff4ea291bf7696dc62d4136c0dc35a6bff55c8699d23c9c0410d309e649a9f023f97e116106
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.8.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+ * Unspecified changes
7
+
8
+ ### v0.7.0 (2021-09-07)
9
+
10
+ * Regenerated from discovery document revision 20210903
11
+
12
+ ### v0.6.0 (2021-09-01)
13
+
14
+ * Regenerated from discovery document revision 20210806
15
+
16
+ ### v0.5.0 (2021-08-03)
17
+
18
+ * Regenerated from discovery document revision 20210731
19
+
3
20
  ### v0.4.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Recaptchaenterprise service in particular.)
67
67
 
@@ -26,6 +26,12 @@ module Google
26
26
  class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
+ # If set to true, allowed_package_names are not enforced.
30
+ # Corresponds to the JSON property `allowAllPackageNames`
31
+ # @return [Boolean]
32
+ attr_accessor :allow_all_package_names
33
+ alias_method :allow_all_package_names?, :allow_all_package_names
34
+
29
35
  # Android package names of apps allowed to use the key. Example: 'com.
30
36
  # companyname.appname'
31
37
  # Corresponds to the JSON property `allowedPackageNames`
@@ -38,6 +44,7 @@ module Google
38
44
 
39
45
  # Update properties of this object
40
46
  def update!(**args)
47
+ @allow_all_package_names = args[:allow_all_package_names] if args.key?(:allow_all_package_names)
41
48
  @allowed_package_names = args[:allowed_package_names] if args.key?(:allowed_package_names)
42
49
  end
43
50
  end
@@ -214,6 +221,12 @@ module Google
214
221
  class GoogleCloudRecaptchaenterpriseV1IosKeySettings
215
222
  include Google::Apis::Core::Hashable
216
223
 
224
+ # If set to true, allowed_bundle_ids are not enforced.
225
+ # Corresponds to the JSON property `allowAllBundleIds`
226
+ # @return [Boolean]
227
+ attr_accessor :allow_all_bundle_ids
228
+ alias_method :allow_all_bundle_ids?, :allow_all_bundle_ids
229
+
217
230
  # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.
218
231
  # productname.appname'
219
232
  # Corresponds to the JSON property `allowedBundleIds`
@@ -226,6 +239,7 @@ module Google
226
239
 
227
240
  # Update properties of this object
228
241
  def update!(**args)
242
+ @allow_all_bundle_ids = args[:allow_all_bundle_ids] if args.key?(:allow_all_bundle_ids)
229
243
  @allowed_bundle_ids = args[:allowed_bundle_ids] if args.key?(:allowed_bundle_ids)
230
244
  end
231
245
  end
@@ -329,6 +343,12 @@ module Google
329
343
  # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>]
330
344
  attr_accessor :challenge_metrics
331
345
 
346
+ # Output only. The name of the metrics, in the format "projects/`project`/keys/`
347
+ # key`/metrics".
348
+ # Corresponds to the JSON property `name`
349
+ # @return [String]
350
+ attr_accessor :name
351
+
332
352
  # Metrics will be continuous and in order by dates, and in the granularity of
333
353
  # day. All Key types should have score-based data.
334
354
  # Corresponds to the JSON property `scoreMetrics`
@@ -347,6 +367,7 @@ module Google
347
367
  # Update properties of this object
348
368
  def update!(**args)
349
369
  @challenge_metrics = args[:challenge_metrics] if args.key?(:challenge_metrics)
370
+ @name = args[:name] if args.key?(:name)
350
371
  @score_metrics = args[:score_metrics] if args.key?(:score_metrics)
351
372
  @start_time = args[:start_time] if args.key?(:start_time)
352
373
  end
@@ -524,8 +545,8 @@ module Google
524
545
  attr_accessor :allow_all_domains
525
546
  alias_method :allow_all_domains?, :allow_all_domains
526
547
 
527
- # Required. Whether this key can be used on AMP (Accelerated Mobile Pages)
528
- # websites. This can only be set for the SCORE integration type.
548
+ # If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites.
549
+ # This is supported only for the SCORE integration type.
529
550
  # Corresponds to the JSON property `allowAmpTraffic`
530
551
  # @return [Boolean]
531
552
  attr_accessor :allow_amp_traffic
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210528"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -133,6 +133,7 @@ module Google
133
133
  class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings
134
134
  # @private
135
135
  class Representation < Google::Apis::Core::JsonRepresentation
136
+ property :allow_all_package_names, as: 'allowAllPackageNames'
136
137
  collection :allowed_package_names, as: 'allowedPackageNames'
137
138
  end
138
139
  end
@@ -188,6 +189,7 @@ module Google
188
189
  class GoogleCloudRecaptchaenterpriseV1IosKeySettings
189
190
  # @private
190
191
  class Representation < Google::Apis::Core::JsonRepresentation
192
+ property :allow_all_bundle_ids, as: 'allowAllBundleIds'
191
193
  collection :allowed_bundle_ids, as: 'allowedBundleIds'
192
194
  end
193
195
  end
@@ -224,6 +226,7 @@ module Google
224
226
  class Representation < Google::Apis::Core::JsonRepresentation
225
227
  collection :challenge_metrics, as: 'challengeMetrics', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics::Representation
226
228
 
229
+ property :name, as: 'name'
227
230
  collection :score_metrics, as: 'scoreMetrics', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics::Representation
228
231
 
229
232
  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,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.4.0
4
+ version: 0.8.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.4.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recaptchaenterprise_v1
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.8.0
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: []
65
65
  require_paths: