|
144 | 144 | ], |
145 | 145 | "parameters": { |
146 | 146 | "extraLocationTypes": { |
147 | | - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", |
| 147 | + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", |
148 | 148 | "location": "query", |
149 | 149 | "repeated": true, |
150 | 150 | "type": "string" |
|
184 | 184 | }, |
185 | 185 | "resources": { |
186 | 186 | "acceleratorTypes": { |
| 187 | + "deprecated": true, |
187 | 188 | "methods": { |
188 | 189 | "get": { |
| 190 | + "deprecated": true, |
189 | 191 | "description": "Gets AcceleratorType.", |
190 | 192 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/acceleratorTypes/{acceleratorTypesId}", |
191 | 193 | "httpMethod": "GET", |
|
211 | 213 | ] |
212 | 214 | }, |
213 | 215 | "list": { |
| 216 | + "deprecated": true, |
214 | 217 | "description": "Lists accelerator types supported by this API.", |
215 | 218 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/acceleratorTypes", |
216 | 219 | "httpMethod": "GET", |
|
259 | 262 | } |
260 | 263 | }, |
261 | 264 | "nodes": { |
| 265 | + "deprecated": true, |
262 | 266 | "methods": { |
263 | 267 | "create": { |
| 268 | + "deprecated": true, |
264 | 269 | "description": "Creates a node.", |
265 | 270 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes", |
266 | 271 | "httpMethod": "POST", |
|
299 | 304 | ] |
300 | 305 | }, |
301 | 306 | "delete": { |
| 307 | + "deprecated": true, |
302 | 308 | "description": "Deletes a node.", |
303 | 309 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}", |
304 | 310 | "httpMethod": "DELETE", |
|
329 | 335 | ] |
330 | 336 | }, |
331 | 337 | "get": { |
| 338 | + "deprecated": true, |
332 | 339 | "description": "Gets the details of a node.", |
333 | 340 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}", |
334 | 341 | "httpMethod": "GET", |
|
354 | 361 | ] |
355 | 362 | }, |
356 | 363 | "list": { |
| 364 | + "deprecated": true, |
357 | 365 | "description": "Lists nodes.", |
358 | 366 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes", |
359 | 367 | "httpMethod": "GET", |
|
390 | 398 | ] |
391 | 399 | }, |
392 | 400 | "reimage": { |
| 401 | + "deprecated": true, |
393 | 402 | "description": "Reimages a node's OS.", |
394 | 403 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}:reimage", |
395 | 404 | "httpMethod": "POST", |
|
418 | 427 | ] |
419 | 428 | }, |
420 | 429 | "start": { |
| 430 | + "deprecated": true, |
421 | 431 | "description": "Starts a node.", |
422 | 432 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}:start", |
423 | 433 | "httpMethod": "POST", |
|
446 | 456 | ] |
447 | 457 | }, |
448 | 458 | "stop": { |
| 459 | + "deprecated": true, |
449 | 460 | "description": "Stops a node. This operation is only available with single TPU nodes.", |
450 | 461 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}:stop", |
451 | 462 | "httpMethod": "POST", |
|
585 | 596 | "type": "string" |
586 | 597 | }, |
587 | 598 | "returnPartialSuccess": { |
588 | | - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", |
| 599 | + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", |
589 | 600 | "location": "query", |
590 | 601 | "type": "boolean" |
591 | 602 | } |
|
601 | 612 | } |
602 | 613 | }, |
603 | 614 | "tensorflowVersions": { |
| 615 | + "deprecated": true, |
604 | 616 | "methods": { |
605 | 617 | "get": { |
| 618 | + "deprecated": true, |
606 | 619 | "description": "Gets TensorFlow Version.", |
607 | 620 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/tensorflowVersions/{tensorflowVersionsId}", |
608 | 621 | "httpMethod": "GET", |
|
628 | 641 | ] |
629 | 642 | }, |
630 | 643 | "list": { |
| 644 | + "deprecated": true, |
631 | 645 | "description": "Lists TensorFlow versions supported by this API.", |
632 | 646 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/tensorflowVersions", |
633 | 647 | "httpMethod": "GET", |
|
680 | 694 | } |
681 | 695 | } |
682 | 696 | }, |
683 | | - "revision": "20251005", |
| 697 | + "revision": "20251130", |
684 | 698 | "rootUrl": "https://tpu.googleapis.com/", |
685 | 699 | "schemas": { |
686 | 700 | "AcceleratorType": { |
687 | | - "description": "A accelerator type that a Node can be configured with.", |
| 701 | + "deprecated": true, |
| 702 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. A accelerator type that a Node can be configured with.", |
688 | 703 | "id": "AcceleratorType", |
689 | 704 | "properties": { |
690 | 705 | "name": { |
|
705 | 720 | "type": "object" |
706 | 721 | }, |
707 | 722 | "ListAcceleratorTypesResponse": { |
708 | | - "description": "Response for ListAcceleratorTypes.", |
| 723 | + "deprecated": true, |
| 724 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Response for ListAcceleratorTypes.", |
709 | 725 | "id": "ListAcceleratorTypesResponse", |
710 | 726 | "properties": { |
711 | 727 | "acceleratorTypes": { |
|
748 | 764 | "type": "object" |
749 | 765 | }, |
750 | 766 | "ListNodesResponse": { |
751 | | - "description": "Response for ListNodes.", |
| 767 | + "deprecated": true, |
| 768 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Response for ListNodes.", |
752 | 769 | "id": "ListNodesResponse", |
753 | 770 | "properties": { |
754 | 771 | "nextPageToken": { |
|
788 | 805 | "type": "array" |
789 | 806 | }, |
790 | 807 | "unreachable": { |
791 | | - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", |
| 808 | + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", |
792 | 809 | "items": { |
793 | 810 | "type": "string" |
794 | 811 | }, |
|
798 | 815 | "type": "object" |
799 | 816 | }, |
800 | 817 | "ListTensorFlowVersionsResponse": { |
801 | | - "description": "Response for ListTensorFlowVersions.", |
| 818 | + "deprecated": true, |
| 819 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Response for ListTensorFlowVersions.", |
802 | 820 | "id": "ListTensorFlowVersionsResponse", |
803 | 821 | "properties": { |
804 | 822 | "nextPageToken": { |
|
857 | 875 | "type": "object" |
858 | 876 | }, |
859 | 877 | "NetworkEndpoint": { |
860 | | - "description": "A network endpoint over which a TPU worker can be reached.", |
| 878 | + "deprecated": true, |
| 879 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. A network endpoint over which a TPU worker can be reached.", |
861 | 880 | "id": "NetworkEndpoint", |
862 | 881 | "properties": { |
863 | 882 | "ipAddress": { |
|
873 | 892 | "type": "object" |
874 | 893 | }, |
875 | 894 | "Node": { |
876 | | - "description": "A TPU instance.", |
| 895 | + "deprecated": true, |
| 896 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. A TPU instance.", |
877 | 897 | "id": "Node", |
878 | 898 | "properties": { |
879 | 899 | "acceleratorType": { |
|
1075 | 1095 | "type": "object" |
1076 | 1096 | }, |
1077 | 1097 | "OperationMetadata": { |
1078 | | - "description": "Metadata describing an Operation", |
| 1098 | + "deprecated": true, |
| 1099 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Metadata describing an Operation", |
1079 | 1100 | "id": "OperationMetadata", |
1080 | 1101 | "properties": { |
1081 | 1102 | "apiVersion": { |
|
1112 | 1133 | "type": "object" |
1113 | 1134 | }, |
1114 | 1135 | "ReimageNodeRequest": { |
1115 | | - "description": "Request for ReimageNode.", |
| 1136 | + "deprecated": true, |
| 1137 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Request for ReimageNode.", |
1116 | 1138 | "id": "ReimageNodeRequest", |
1117 | 1139 | "properties": { |
1118 | 1140 | "tensorflowVersion": { |
|
1123 | 1145 | "type": "object" |
1124 | 1146 | }, |
1125 | 1147 | "SchedulingConfig": { |
1126 | | - "description": "Sets the scheduling options for this node.", |
| 1148 | + "deprecated": true, |
| 1149 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Sets the scheduling options for this node.", |
1127 | 1150 | "id": "SchedulingConfig", |
1128 | 1151 | "properties": { |
1129 | 1152 | "preemptible": { |
|
1138 | 1161 | "type": "object" |
1139 | 1162 | }, |
1140 | 1163 | "StartNodeRequest": { |
1141 | | - "description": "Request for StartNode.", |
| 1164 | + "deprecated": true, |
| 1165 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Request for StartNode.", |
1142 | 1166 | "id": "StartNodeRequest", |
1143 | 1167 | "properties": {}, |
1144 | 1168 | "type": "object" |
|
1171 | 1195 | "type": "object" |
1172 | 1196 | }, |
1173 | 1197 | "StopNodeRequest": { |
1174 | | - "description": "Request for StopNode.", |
| 1198 | + "deprecated": true, |
| 1199 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. Request for StopNode.", |
1175 | 1200 | "id": "StopNodeRequest", |
1176 | 1201 | "properties": {}, |
1177 | 1202 | "type": "object" |
1178 | 1203 | }, |
1179 | 1204 | "Symptom": { |
1180 | | - "description": "A Symptom instance.", |
| 1205 | + "deprecated": true, |
| 1206 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. A Symptom instance.", |
1181 | 1207 | "id": "Symptom", |
1182 | 1208 | "properties": { |
1183 | 1209 | "createTime": { |
|
1219 | 1245 | "type": "object" |
1220 | 1246 | }, |
1221 | 1247 | "TensorFlowVersion": { |
1222 | | - "description": "A tensorflow version that a Node can be configured with.", |
| 1248 | + "deprecated": true, |
| 1249 | + "description": "DEPRECATED: Please use TPU API v2alpha1 instead. A tensorflow version that a Node can be configured with.", |
1223 | 1250 | "id": "TensorFlowVersion", |
1224 | 1251 | "properties": { |
1225 | 1252 | "name": { |
|
0 commit comments