|
1201 | 1201 | "operations": {
|
1202 | 1202 | "methods": {
|
1203 | 1203 | "cancel": {
|
1204 |
| - "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`.", |
| 1204 | + "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`.", |
1205 | 1205 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
1206 | 1206 | "httpMethod": "POST",
|
1207 | 1207 | "id": "notebooks.projects.locations.operations.cancel",
|
|
2008 | 2008 | }
|
2009 | 2009 | }
|
2010 | 2010 | },
|
2011 |
| - "revision": "20240918", |
| 2011 | + "revision": "20241204", |
2012 | 2012 | "rootUrl": "https://notebooks.googleapis.com/",
|
2013 | 2013 | "schemas": {
|
2014 | 2014 | "AcceleratorConfig": {
|
|
2132 | 2132 | "description": "Required. Defines flags that are used to run the diagnostic tool"
|
2133 | 2133 | },
|
2134 | 2134 | "timeoutMinutes": {
|
2135 |
| - "description": "Optional. Maxmium amount of time in minutes before the operation times out.", |
| 2135 | + "description": "Optional. Maximum amount of time in minutes before the operation times out.", |
2136 | 2136 | "format": "int32",
|
2137 | 2137 | "type": "integer"
|
2138 | 2138 | }
|
|
2148 | 2148 | "description": "Required. Defines flags that are used to run the diagnostic tool"
|
2149 | 2149 | },
|
2150 | 2150 | "timeoutMinutes": {
|
2151 |
| - "description": "Optional. Maxmium amount of time in minutes before the operation times out.", |
| 2151 | + "description": "Optional. Maximum amount of time in minutes before the operation times out.", |
2152 | 2152 | "format": "int32",
|
2153 | 2153 | "type": "integer"
|
2154 | 2154 | }
|
|
2706 | 2706 | "type": "object"
|
2707 | 2707 | },
|
2708 | 2708 | "machineType": {
|
2709 |
| - "description": "Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types) of this instance.", |
| 2709 | + "description": "Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-resource) of this instance.", |
2710 | 2710 | "type": "string"
|
2711 | 2711 | },
|
2712 | 2712 | "metadata": {
|
|
3360 | 3360 | "type": "string"
|
3361 | 3361 | },
|
3362 | 3362 | "requestedCancellation": {
|
3363 |
| - "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`.", |
| 3363 | + "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`.", |
3364 | 3364 | "type": "boolean"
|
3365 | 3365 | },
|
3366 | 3366 | "statusMessage": {
|
|
3968 | 3968 | "enumDescriptions": [
|
3969 | 3969 | "Unspecified state.",
|
3970 | 3970 | "The job is executing normally.",
|
3971 |
| - "The job is paused by the user. It will not execute. A user can intentionally pause the job using PauseJobRequest.", |
| 3971 | + "The job is paused by the user. It will not execute. A user can intentionally pause the job using [Cloud Scheduler](https://cloud.google.com/scheduler/docs/creating#pause).", |
3972 | 3972 | "The job is disabled by the system due to error. The user cannot directly set a job to be disabled.",
|
3973 |
| - "The job state resulting from a failed CloudScheduler.UpdateJob operation. To recover a job from this state, retry CloudScheduler.UpdateJob until a successful response is received.", |
| 3973 | + "The job state resulting from a failed [CloudScheduler.UpdateJob](https://cloud.google.com/scheduler/docs/creating#edit) operation. To recover a job from this state, retry [CloudScheduler.UpdateJob](https://cloud.google.com/scheduler/docs/creating#edit) until a successful response is received.", |
3974 | 3974 | "The schedule resource is being created.",
|
3975 | 3975 | "The schedule resource is being deleted."
|
3976 | 3976 | ],
|
|
4109 | 4109 | "id": "SetInstanceMachineTypeRequest",
|
4110 | 4110 | "properties": {
|
4111 | 4111 | "machineType": {
|
4112 |
| - "description": "Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types).", |
| 4112 | + "description": "Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-resource).", |
4113 | 4113 | "type": "string"
|
4114 | 4114 | }
|
4115 | 4115 | },
|
|
0 commit comments