|
524 | 524 | "operations": {
|
525 | 525 | "methods": {
|
526 | 526 | "cancel": {
|
527 |
| - "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`.", |
| 527 | + "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`.", |
528 | 528 | "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
529 | 529 | "httpMethod": "POST",
|
530 | 530 | "id": "tpu.projects.locations.operations.cancel",
|
|
887 | 887 | }
|
888 | 888 | }
|
889 | 889 | },
|
890 |
| - "revision": "20240613", |
| 890 | + "revision": "20250116", |
891 | 891 | "rootUrl": "https://tpu.googleapis.com/",
|
892 | 892 | "schemas": {
|
893 | 893 | "AcceleratorConfig": {
|
|
906 | 906 | "V3",
|
907 | 907 | "V4",
|
908 | 908 | "V5LITE_POD",
|
909 |
| - "V5P" |
| 909 | + "V5P", |
| 910 | + "V6E" |
910 | 911 | ],
|
911 | 912 | "enumDescriptions": [
|
912 | 913 | "Unspecified version.",
|
913 | 914 | "TPU v2.",
|
914 | 915 | "TPU v3.",
|
915 | 916 | "TPU v4.",
|
916 | 917 | "TPU v5lite pod.",
|
917 |
| - "TPU v5p" |
| 918 | + "TPU v5p.", |
| 919 | + "TPU v6e." |
918 | 920 | ],
|
919 | 921 | "type": "string"
|
920 | 922 | }
|
|
1323 | 1325 | "id": "MultisliceParams",
|
1324 | 1326 | "properties": {
|
1325 | 1327 | "nodeCount": {
|
1326 |
| - "description": "Required. Number of nodes with this spec. The system will attempt to provison \"node_count\" nodes as part of the request. This needs to be > 1.", |
| 1328 | + "description": "Required. Number of nodes with this spec. The system will attempt to provision \"node_count\" nodes as part of the request. This needs to be > 1.", |
1327 | 1329 | "format": "int32",
|
1328 | 1330 | "type": "integer"
|
1329 | 1331 | },
|
|
1489 | 1491 | },
|
1490 | 1492 | "networkConfig": {
|
1491 | 1493 | "$ref": "NetworkConfig",
|
1492 |
| - "description": "Network configurations for the TPU node." |
| 1494 | + "description": "Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned." |
| 1495 | + }, |
| 1496 | + "networkConfigs": { |
| 1497 | + "description": "Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.", |
| 1498 | + "items": { |
| 1499 | + "$ref": "NetworkConfig" |
| 1500 | + }, |
| 1501 | + "type": "array" |
1493 | 1502 | },
|
1494 | 1503 | "networkEndpoints": {
|
1495 | 1504 | "description": "Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.",
|
|
1537 | 1546 | "TERMINATED",
|
1538 | 1547 | "HIDING",
|
1539 | 1548 | "HIDDEN",
|
1540 |
| - "UNHIDING" |
| 1549 | + "UNHIDING", |
| 1550 | + "UNKNOWN" |
1541 | 1551 | ],
|
1542 | 1552 | "enumDescriptions": [
|
1543 | 1553 | "TPU node state is not known/set.",
|
|
1554 | 1564 | "TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).",
|
1555 | 1565 | "TPU node is currently hiding.",
|
1556 | 1566 | "TPU node has been hidden.",
|
1557 |
| - "TPU node is currently unhiding." |
| 1567 | + "TPU node is currently unhiding.", |
| 1568 | + "TPU node has unknown state after a failed repair." |
1558 | 1569 | ],
|
1559 | 1570 | "readOnly": true,
|
1560 | 1571 | "type": "string"
|
|
0 commit comments