Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1e70f0

Browse files
committedJun 27, 2023
feat(tpu): update the api
#### tpu:v1 The following keys were added: - schemas.Node.properties.ipAddress.deprecated (Total Keys: 1) - schemas.Node.properties.port.deprecated (Total Keys: 1) #### tpu:v1alpha1 The following keys were added: - schemas.Node.properties.ipAddress.deprecated (Total Keys: 1) - schemas.Node.properties.port.deprecated (Total Keys: 1)
1 parent f61a25f commit c1e70f0

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
 

‎googleapiclient/discovery_cache/documents/tpu.v1.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20230601",
662+
"revision": "20230621",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {
@@ -909,6 +909,7 @@
909909
"type": "string"
910910
},
911911
"ipAddress": {
912+
"deprecated": true,
912913
"description": "Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.",
913914
"type": "string"
914915
},
@@ -937,6 +938,7 @@
937938
"type": "array"
938939
},
939940
"port": {
941+
"deprecated": true,
940942
"description": "Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.",
941943
"type": "string"
942944
},

‎googleapiclient/discovery_cache/documents/tpu.v1alpha1.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
}
670670
}
671671
},
672-
"revision": "20230601",
672+
"revision": "20230621",
673673
"rootUrl": "https://tpu.googleapis.com/",
674674
"schemas": {
675675
"AcceleratorType": {
@@ -919,6 +919,7 @@
919919
"type": "string"
920920
},
921921
"ipAddress": {
922+
"deprecated": true,
922923
"description": "Output only. DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.",
923924
"type": "string"
924925
},
@@ -947,6 +948,7 @@
947948
"type": "array"
948949
},
949950
"port": {
951+
"deprecated": true,
950952
"description": "Output only. DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.",
951953
"type": "string"
952954
},

‎googleapiclient/discovery_cache/documents/tpu.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
}
722722
}
723723
},
724-
"revision": "20230601",
724+
"revision": "20230621",
725725
"rootUrl": "https://tpu.googleapis.com/",
726726
"schemas": {
727727
"AcceleratorConfig": {
@@ -1255,7 +1255,7 @@
12551255
"TPU node is restarting.",
12561256
"TPU node is undergoing reimaging.",
12571257
"TPU node is being deleted.",
1258-
"TPU node is being repaired and may be unusable. Details can be found in the `help_description` field.",
1258+
"TPU node is being repaired and may be unusable. Details can be found in the 'help_description' field.",
12591259
"TPU node is stopped.",
12601260
"TPU node is currently stopping.",
12611261
"TPU node is currently starting.",

‎googleapiclient/discovery_cache/documents/tpu.v2alpha1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
}
898898
}
899899
},
900-
"revision": "20230601",
900+
"revision": "20230621",
901901
"rootUrl": "https://tpu.googleapis.com/",
902902
"schemas": {
903903
"AcceleratorConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.