|
1134 | 1134 | "operations": {
|
1135 | 1135 | "methods": {
|
1136 | 1136 | "cancel": {
|
1137 |
| - "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`.", |
| 1137 | + "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`.", |
1138 | 1138 | "flatPath": "v1alpha1/projects/{projectsId}/locations/global/operations/{operationsId}:cancel",
|
1139 | 1139 | "httpMethod": "POST",
|
1140 | 1140 | "id": "managedidentities.projects.locations.global.operations.cancel",
|
|
1515 | 1515 | }
|
1516 | 1516 | }
|
1517 | 1517 | },
|
1518 |
| - "revision": "20240530", |
| 1518 | + "revision": "20250116", |
1519 | 1519 | "rootUrl": "https://managedidentities.googleapis.com/",
|
1520 | 1520 | "schemas": {
|
1521 | 1521 | "AttachTrustRequest": {
|
|
2722 | 2722 | "type": "string"
|
2723 | 2723 | },
|
2724 | 2724 | "cancelRequested": {
|
2725 |
| - "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`.", |
| 2725 | + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
2726 | 2726 | "readOnly": true,
|
2727 | 2727 | "type": "boolean"
|
2728 | 2728 | },
|
|
3034 | 3034 | "id": "TimeOfDay",
|
3035 | 3035 | "properties": {
|
3036 | 3036 | "hours": {
|
3037 |
| - "description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.", |
| 3037 | + "description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.", |
3038 | 3038 | "format": "int32",
|
3039 | 3039 | "type": "integer"
|
3040 | 3040 | },
|
3041 | 3041 | "minutes": {
|
3042 |
| - "description": "Minutes of hour of day. Must be from 0 to 59.", |
| 3042 | + "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.", |
3043 | 3043 | "format": "int32",
|
3044 | 3044 | "type": "integer"
|
3045 | 3045 | },
|
3046 | 3046 | "nanos": {
|
3047 |
| - "description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.", |
| 3047 | + "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.", |
3048 | 3048 | "format": "int32",
|
3049 | 3049 | "type": "integer"
|
3050 | 3050 | },
|
3051 | 3051 | "seconds": {
|
3052 |
| - "description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.", |
| 3052 | + "description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.", |
3053 | 3053 | "format": "int32",
|
3054 | 3054 | "type": "integer"
|
3055 | 3055 | }
|
|
0 commit comments