google-apis-recaptchaenterprise_v1 0.39.0 → 0.40.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: e48293f785f59018d843dd3ff4d70008f507467f3c41a33622801a43dee6fc92
4
- data.tar.gz: 912f61861d8b7606473905e4319fda846bd85e796f2a496319cd97596bb6d2e5
3
+ metadata.gz: 4b41163767ae9f5c6c6e6825c69ecc53786049c6aadfe63ccaf37edb0e3abe5d
4
+ data.tar.gz: 74d25cbdb683c0cfe065dca40dcc5af5d27edb748ad3bf20fee91b6327415d75
5
5
  SHA512:
6
- metadata.gz: eb7f40dcfbaba08aeb86c354a044bf038192031f4434427ab8e78d2f6504af97ad4c37543b7a84d2d65e7cb65bd4eef9d1c076e6665a30e1f1a33c4c2b041781
7
- data.tar.gz: df52f9e22c07baff0a87c0bfb21d25319d1e0acd10e0cd61a28df23ca97a98c2a1703dfcc214dcec5298008bbfabee10f4ca87fceb5066c459fd9902b3da1f84
6
+ metadata.gz: 0dff5b7d1d417f20bdc171436727d2ae2d03b14a962ccf8450c04bd222d7d33036f3073ef6427d297c92d012a9db2a78dd8ecef12da0b7d08392ae308def53e5
7
+ data.tar.gz: f7ce3bda0ff13c8d1ec9fb960b14c1719cadde4d41310614c7dd50ed49b3edb6a8f00ff6141eac8d7f2c6c73ec3110ad97605dacdcbea04963b110fb4c869f71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.40.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231112
6
+
3
7
  ### v0.39.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231022
@@ -247,8 +247,8 @@ module Google
247
247
  # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudSignals]
248
248
  attr_accessor :fraud_signals
249
249
 
250
- # Output only. The resource name for the Assessment in the format `projects/`
251
- # project`/assessments/`assessment``.
250
+ # Output only. Identifier. The resource name for the Assessment in the format `
251
+ # projects/`project`/assessments/`assessment``.
252
252
  # Corresponds to the JSON property `name`
253
253
  # @return [String]
254
254
  attr_accessor :name
@@ -648,8 +648,8 @@ module Google
648
648
  # @return [String]
649
649
  attr_accessor :description
650
650
 
651
- # The resource name for the FirewallPolicy in the format `projects/`project`/
652
- # firewallpolicies/`firewallpolicy``.
651
+ # Identifier. The resource name for the FirewallPolicy in the format `projects/`
652
+ # project`/firewallpolicies/`firewallpolicy``.
653
653
  # Corresponds to the JSON property `name`
654
654
  # @return [String]
655
655
  attr_accessor :name
@@ -945,7 +945,8 @@ module Google
945
945
  # @return [Hash<String,String>]
946
946
  attr_accessor :labels
947
947
 
948
- # The resource name for the Key in the format `projects/`project`/keys/`key``.
948
+ # Identifier. The resource name for the Key in the format `projects/`project`/
949
+ # keys/`key``.
949
950
  # Corresponds to the JSON property `name`
950
951
  # @return [String]
951
952
  attr_accessor :name
@@ -1098,8 +1099,8 @@ module Google
1098
1099
  # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>]
1099
1100
  attr_accessor :challenge_metrics
1100
1101
 
1101
- # Output only. The name of the metrics, in the format `projects/`project`/keys/`
1102
- # key`/metrics`.
1102
+ # Output only. Identifier. The name of the metrics, in the format `projects/`
1103
+ # project`/keys/`key`/metrics`.
1103
1104
  # Corresponds to the JSON property `name`
1104
1105
  # @return [String]
1105
1106
  attr_accessor :name
@@ -1207,8 +1208,8 @@ module Google
1207
1208
  class GoogleCloudRecaptchaenterpriseV1RelatedAccountGroup
1208
1209
  include Google::Apis::Core::Hashable
1209
1210
 
1210
- # Required. The resource name for the related account group in the format `
1211
- # projects/`project`/relatedaccountgroups/`related_account_group``.
1211
+ # Required. Identifier. The resource name for the related account group in the
1212
+ # format `projects/`project`/relatedaccountgroups/`related_account_group``.
1212
1213
  # Corresponds to the JSON property `name`
1213
1214
  # @return [String]
1214
1215
  attr_accessor :name
@@ -1235,8 +1236,9 @@ module Google
1235
1236
  # @return [String]
1236
1237
  attr_accessor :hashed_account_id
1237
1238
 
1238
- # Required. The resource name for this membership in the format `projects/`
1239
- # project`/relatedaccountgroups/`relatedaccountgroup`/memberships/`membership``.
1239
+ # Required. Identifier. The resource name for this membership in the format `
1240
+ # projects/`project`/relatedaccountgroups/`relatedaccountgroup`/memberships/`
1241
+ # membership``.
1240
1242
  # Corresponds to the JSON property `name`
1241
1243
  # @return [String]
1242
1244
  attr_accessor :name
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231022"
25
+ REVISION = "20231112"
26
26
  end
27
27
  end
28
28
  end
@@ -258,8 +258,8 @@ module Google
258
258
 
259
259
  # Updates the specified firewall policy.
260
260
  # @param [String] name
261
- # The resource name for the FirewallPolicy in the format `projects/`project`/
262
- # firewallpolicies/`firewallpolicy``.
261
+ # Identifier. The resource name for the FirewallPolicy in the format `projects/`
262
+ # project`/firewallpolicies/`firewallpolicy``.
263
263
  # @param [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FirewallPolicy] google_cloud_recaptchaenterprise_v1_firewall_policy_object
264
264
  # @param [String] update_mask
265
265
  # Optional. The mask to control which fields of the policy get updated. If the
@@ -501,7 +501,8 @@ module Google
501
501
 
502
502
  # Updates the specified key.
503
503
  # @param [String] name
504
- # The resource name for the Key in the format `projects/`project`/keys/`key``.
504
+ # Identifier. The resource name for the Key in the format `projects/`project`/
505
+ # keys/`key``.
505
506
  # @param [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1Key] google_cloud_recaptchaenterprise_v1_key_object
506
507
  # @param [String] update_mask
507
508
  # Optional. The mask to control which fields of the key get updated. If the mask
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.39.0
4
+ version: 0.40.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: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.40.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: []