|
1017 | 1017 | "operations": {
|
1018 | 1018 | "methods": {
|
1019 | 1019 | "cancel": {
|
1020 |
| - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1020 | + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
1021 | 1021 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
1022 | 1022 | "httpMethod": "POST",
|
1023 | 1023 | "id": "certificatemanager.projects.locations.operations.cancel",
|
|
1314 | 1314 | }
|
1315 | 1315 | }
|
1316 | 1316 | },
|
1317 |
| - "revision": "20240729", |
| 1317 | + "revision": "20241204", |
1318 | 1318 | "rootUrl": "https://certificatemanager.googleapis.com/",
|
1319 | 1319 | "schemas": {
|
1320 | 1320 | "AllowlistedCertificate": {
|
|
1441 | 1441 | "ALL_REGIONS"
|
1442 | 1442 | ],
|
1443 | 1443 | "enumDescriptions": [
|
1444 |
| - "Certificates with default scope are served from core Google data centers. If unsure, choose this option.", |
1445 |
| - "Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.", |
1446 |
| - "Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones." |
| 1444 | + "Use the DEFAULT scope if you plan to use the certificate with global external Application Load Balancer, global external proxy Network Load Balancer, or any of the regional Google Cloud services.", |
| 1445 | + "Use the EDGE_CACHE scope if you plan to use the certificate with Media CDN. The certificates are served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.", |
| 1446 | + "Use the ALL_REGIONS scope if you plan to use the certificate with cross-region internal Application Load Balancer. The certificates are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones." |
1447 | 1447 | ],
|
1448 | 1448 | "type": "string"
|
1449 | 1449 | },
|
|
2129 | 2129 | "type": "string"
|
2130 | 2130 | },
|
2131 | 2131 | "requestedCancellation": {
|
2132 |
| - "description": "Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 2132 | + "description": "Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
2133 | 2133 | "type": "boolean"
|
2134 | 2134 | },
|
2135 | 2135 | "statusMessage": {
|
|
0 commit comments