|
636 | 636 | "operations": {
|
637 | 637 | "methods": {
|
638 | 638 | "cancel": {
|
639 |
| - "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`.", |
| 639 | + "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`.", |
640 | 640 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/osPolicyAssignments/{osPolicyAssignmentsId}/operations/{operationsId}:cancel",
|
641 | 641 | "httpMethod": "POST",
|
642 | 642 | "id": "osconfig.projects.locations.osPolicyAssignments.operations.cancel",
|
|
1083 | 1083 | }
|
1084 | 1084 | }
|
1085 | 1085 | },
|
1086 |
| - "revision": "20241002", |
| 1086 | + "revision": "20241201", |
1087 | 1087 | "rootUrl": "https://osconfig.googleapis.com/",
|
1088 | 1088 | "schemas": {
|
1089 | 1089 | "AptSettings": {
|
|
1495 | 1495 | },
|
1496 | 1496 | "type": "object"
|
1497 | 1497 | },
|
| 1498 | + "GoogleCloudOsconfigV2beta__OperationMetadata": { |
| 1499 | + "description": "Represents the metadata of the long-running operation.", |
| 1500 | + "id": "GoogleCloudOsconfigV2beta__OperationMetadata", |
| 1501 | + "properties": { |
| 1502 | + "apiVersion": { |
| 1503 | + "description": "Output only. API version used to start the operation.", |
| 1504 | + "readOnly": true, |
| 1505 | + "type": "string" |
| 1506 | + }, |
| 1507 | + "createTime": { |
| 1508 | + "description": "Output only. The time the operation was created.", |
| 1509 | + "format": "google-datetime", |
| 1510 | + "readOnly": true, |
| 1511 | + "type": "string" |
| 1512 | + }, |
| 1513 | + "endTime": { |
| 1514 | + "description": "Output only. The time the operation finished running.", |
| 1515 | + "format": "google-datetime", |
| 1516 | + "readOnly": true, |
| 1517 | + "type": "string" |
| 1518 | + }, |
| 1519 | + "requestedCancellation": { |
| 1520 | + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1521 | + "readOnly": true, |
| 1522 | + "type": "boolean" |
| 1523 | + }, |
| 1524 | + "statusMessage": { |
| 1525 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 1526 | + "readOnly": true, |
| 1527 | + "type": "string" |
| 1528 | + }, |
| 1529 | + "target": { |
| 1530 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 1531 | + "readOnly": true, |
| 1532 | + "type": "string" |
| 1533 | + }, |
| 1534 | + "verb": { |
| 1535 | + "description": "Output only. Name of the verb executed by the operation.", |
| 1536 | + "readOnly": true, |
| 1537 | + "type": "string" |
| 1538 | + } |
| 1539 | + }, |
| 1540 | + "type": "object" |
| 1541 | + }, |
1498 | 1542 | "Inventory": {
|
1499 | 1543 | "description": "This API resource represents the available inventory data for a Compute Engine virtual machine (VM) instance at a given point in time. You can use this API resource to determine the inventory data of your VM. For more information, see [Information provided by OS inventory management](https://cloud.google.com/compute/docs/instances/os-inventory-management#data-collected).",
|
1500 | 1544 | "id": "Inventory",
|
|
3527 | 3571 | "id": "TimeZone",
|
3528 | 3572 | "properties": {
|
3529 | 3573 | "id": {
|
3530 |
| - "description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".", |
| 3574 | + "description": "IANA Time Zone Database time zone. For example \"America/New_York\".", |
3531 | 3575 | "type": "string"
|
3532 | 3576 | },
|
3533 | 3577 | "version": {
|
3534 |
| - "description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".", |
| 3578 | + "description": "Optional. IANA Time Zone Database version number. For example \"2019a\".", |
3535 | 3579 | "type": "string"
|
3536 | 3580 | }
|
3537 | 3581 | },
|
|
0 commit comments