Skip to content

Commit 234d3f9

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings.properties.allowAllPackageNames.type (Total Keys: 1) - schemas.GoogleCloudRecaptchaenterpriseV1IOSKeySettings.properties.allowAllBundleIds.type (Total Keys: 1)
1 parent f0d152c commit 234d3f9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/dyn/recaptchaenterprise_v1.projects.keys.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ <h3>Method Details</h3>
118118

119119
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
120120
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
121+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
121122
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
122123
&quot;A String&quot;,
123124
],
124125
},
125126
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
126127
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
127128
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
129+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
128130
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
129131
&quot;A String&quot;,
130132
],
@@ -158,13 +160,15 @@ <h3>Method Details</h3>
158160

159161
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
160162
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
163+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
161164
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
162165
&quot;A String&quot;,
163166
],
164167
},
165168
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
166169
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
167170
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
171+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
168172
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
169173
&quot;A String&quot;,
170174
],
@@ -223,13 +227,15 @@ <h3>Method Details</h3>
223227

224228
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
225229
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
230+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
226231
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
227232
&quot;A String&quot;,
228233
],
229234
},
230235
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
231236
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
232237
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
238+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
233239
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
234240
&quot;A String&quot;,
235241
],
@@ -318,13 +324,15 @@ <h3>Method Details</h3>
318324
&quot;keys&quot;: [ # Key details.
319325
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
320326
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
327+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
321328
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
322329
&quot;A String&quot;,
323330
],
324331
},
325332
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
326333
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
327334
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
335+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
328336
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
329337
&quot;A String&quot;,
330338
],
@@ -388,13 +396,15 @@ <h3>Method Details</h3>
388396

389397
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
390398
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
399+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
391400
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
392401
&quot;A String&quot;,
393402
],
394403
},
395404
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
396405
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
397406
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
407+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
398408
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
399409
&quot;A String&quot;,
400410
],
@@ -430,13 +440,15 @@ <h3>Method Details</h3>
430440

431441
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
432442
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
443+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
433444
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
434445
&quot;A String&quot;,
435446
],
436447
},
437448
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
438449
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
439450
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
451+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
440452
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
441453
&quot;A String&quot;,
442454
],
@@ -471,13 +483,15 @@ <h3>Method Details</h3>
471483

472484
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
473485
&quot;androidSettings&quot;: { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
486+
&quot;allowAllPackageNames&quot;: True or False, # If set to true, it means allowed_package_names will not be enforced.
474487
&quot;allowedPackageNames&quot;: [ # Android package names of apps allowed to use the key. Example: &#x27;com.companyname.appname&#x27;
475488
&quot;A String&quot;,
476489
],
477490
},
478491
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp corresponding to the creation of this Key.
479492
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key. Modifiable by user.
480493
&quot;iosSettings&quot;: { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
494+
&quot;allowAllBundleIds&quot;: True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
481495
&quot;allowedBundleIds&quot;: [ # iOS bundle ids of apps allowed to use the key. Example: &#x27;com.companyname.productname.appname&#x27;
482496
&quot;A String&quot;,
483497
],

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,17 @@
375375
}
376376
}
377377
},
378-
"revision": "20210822",
378+
"revision": "20210903",
379379
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
380380
"schemas": {
381381
"GoogleCloudRecaptchaenterpriseV1AndroidKeySettings": {
382382
"description": "Settings specific to keys that can be used by Android apps.",
383383
"id": "GoogleCloudRecaptchaenterpriseV1AndroidKeySettings",
384384
"properties": {
385+
"allowAllPackageNames": {
386+
"description": "If set to true, it means allowed_package_names will not be enforced.",
387+
"type": "boolean"
388+
},
385389
"allowedPackageNames": {
386390
"description": "Android package names of apps allowed to use the key. Example: 'com.companyname.appname'",
387391
"items": {
@@ -533,6 +537,10 @@
533537
"description": "Settings specific to keys that can be used by iOS apps.",
534538
"id": "GoogleCloudRecaptchaenterpriseV1IOSKeySettings",
535539
"properties": {
540+
"allowAllBundleIds": {
541+
"description": "If set to true, it means allowed_bundle_ids will not be enforced.",
542+
"type": "boolean"
543+
},
536544
"allowedBundleIds": {
537545
"description": "iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'",
538546
"items": {

0 commit comments

Comments
 (0)