Skip to content

Commit a602413

Browse files
yoshi-automationsofisl
authored andcommitted
fix(tpu): update the API
#### tpu:v1alpha1 The following keys were changed: - schemas.Location.description #### tpu:v2alpha1 The following keys were changed: - schemas.Location.description #### tpu:v1 The following keys were changed: - schemas.Location.description #### tpu:v2 The following keys were changed: - schemas.Location.description
1 parent c7aeaf0 commit a602413

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

discovery/tpu-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20230330",
662+
"revision": "20230420",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {
@@ -795,7 +795,7 @@
795795
"type": "object"
796796
},
797797
"Location": {
798-
"description": "A resource that represents Google Cloud Platform location.",
798+
"description": "A resource that represents a Google Cloud location.",
799799
"id": "Location",
800800
"properties": {
801801
"displayName": {

discovery/tpu-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
}
670670
}
671671
},
672-
"revision": "20230330",
672+
"revision": "20230420",
673673
"rootUrl": "https://tpu.googleapis.com/",
674674
"schemas": {
675675
"AcceleratorType": {
@@ -805,7 +805,7 @@
805805
"type": "object"
806806
},
807807
"Location": {
808-
"description": "A resource that represents Google Cloud Platform location.",
808+
"description": "A resource that represents a Google Cloud location.",
809809
"id": "Location",
810810
"properties": {
811811
"displayName": {

discovery/tpu-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
}
722722
}
723723
},
724-
"revision": "20230330",
724+
"revision": "20230420",
725725
"rootUrl": "https://tpu.googleapis.com/",
726726
"schemas": {
727727
"AcceleratorConfig": {
@@ -1025,7 +1025,7 @@
10251025
"type": "object"
10261026
},
10271027
"Location": {
1028-
"description": "A resource that represents Google Cloud Platform location.",
1028+
"description": "A resource that represents a Google Cloud location.",
10291029
"id": "Location",
10301030
"properties": {
10311031
"displayName": {

discovery/tpu-v2alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@
892892
}
893893
}
894894
},
895-
"revision": "20230410",
895+
"revision": "20230420",
896896
"rootUrl": "https://tpu.googleapis.com/",
897897
"schemas": {
898898
"AcceleratorConfig": {
@@ -1295,7 +1295,7 @@
12951295
"type": "object"
12961296
},
12971297
"Location": {
1298-
"description": "A resource that represents Google Cloud Platform location.",
1298+
"description": "A resource that represents a Google Cloud location.",
12991299
"id": "Location",
13001300
"properties": {
13011301
"displayName": {

src/apis/tpu/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export namespace tpu_v1 {
219219
unreachable?: string[] | null;
220220
}
221221
/**
222-
* A resource that represents Google Cloud Platform location.
222+
* A resource that represents a Google Cloud location.
223223
*/
224224
export interface Schema$Location {
225225
/**

src/apis/tpu/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export namespace tpu_v1alpha1 {
219219
unreachable?: string[] | null;
220220
}
221221
/**
222-
* A resource that represents Google Cloud Platform location.
222+
* A resource that represents a Google Cloud location.
223223
*/
224224
export interface Schema$Location {
225225
/**

src/apis/tpu/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export namespace tpu_v2 {
332332
unreachable?: string[] | null;
333333
}
334334
/**
335-
* A resource that represents Google Cloud Platform location.
335+
* A resource that represents a Google Cloud location.
336336
*/
337337
export interface Schema$Location {
338338
/**

src/apis/tpu/v2alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export namespace tpu_v2alpha1 {
404404
unreachable?: string[] | null;
405405
}
406406
/**
407-
* A resource that represents Google Cloud Platform location.
407+
* A resource that represents a Google Cloud location.
408408
*/
409409
export interface Schema$Location {
410410
/**

0 commit comments

Comments
 (0)