|
316 | 316 | "scopes": [
|
317 | 317 | "https://www.googleapis.com/auth/cloud-platform"
|
318 | 318 | ]
|
| 319 | +}, |
| 320 | +"reorder": { |
| 321 | +"description": "Reorders all firewall policies.", |
| 322 | +"flatPath": "v1/projects/{projectsId}/firewallpolicies:reorder", |
| 323 | +"httpMethod": "POST", |
| 324 | +"id": "recaptchaenterprise.projects.firewallpolicies.reorder", |
| 325 | +"parameterOrder": [ |
| 326 | +"parent" |
| 327 | +], |
| 328 | +"parameters": { |
| 329 | +"parent": { |
| 330 | +"description": "Required. The name of the project to list the policies for, in the format `projects/{project}`.", |
| 331 | +"location": "path", |
| 332 | +"pattern": "^projects/[^/]+$", |
| 333 | +"required": true, |
| 334 | +"type": "string" |
| 335 | +} |
| 336 | +}, |
| 337 | +"path": "v1/{+parent}/firewallpolicies:reorder", |
| 338 | +"request": { |
| 339 | +"$ref": "GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest" |
| 340 | +}, |
| 341 | +"response": { |
| 342 | +"$ref": "GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesResponse" |
| 343 | +}, |
| 344 | +"scopes": [ |
| 345 | +"https://www.googleapis.com/auth/cloud-platform" |
| 346 | +] |
319 | 347 | }
|
320 | 348 | }
|
321 | 349 | },
|
|
666 | 694 | }
|
667 | 695 | }
|
668 | 696 | },
|
669 |
| -"revision": "20240107", |
| 697 | +"revision": "20240113", |
670 | 698 | "rootUrl": "https://recaptchaenterprise.googleapis.com/",
|
671 | 699 | "schemas": {
|
672 | 700 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
|
@@ -1554,6 +1582,26 @@ true
|
1554 | 1582 | },
|
1555 | 1583 | "type": "object"
|
1556 | 1584 | },
|
| 1585 | +"GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest": { |
| 1586 | +"description": "The reorder firewall policies request message.", |
| 1587 | +"id": "GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest", |
| 1588 | +"properties": { |
| 1589 | +"names": { |
| 1590 | +"description": "Required. A list containing all policy names, in the new order. Each name is in the format `projects/{project}/firewallpolicies/{firewallpolicy}`.", |
| 1591 | +"items": { |
| 1592 | +"type": "string" |
| 1593 | +}, |
| 1594 | +"type": "array" |
| 1595 | +} |
| 1596 | +}, |
| 1597 | +"type": "object" |
| 1598 | +}, |
| 1599 | +"GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesResponse": { |
| 1600 | +"description": "The reorder firewall policies response message.", |
| 1601 | +"id": "GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesResponse", |
| 1602 | +"properties": {}, |
| 1603 | +"type": "object" |
| 1604 | +}, |
1557 | 1605 | "GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse": {
|
1558 | 1606 | "description": "Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party integration with legacy reCAPTCHA.",
|
1559 | 1607 | "id": "GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse",
|
|
0 commit comments