Skip to content

Commit 3f48ea4

Browse files
yoshi-automationfeywind
authored andcommitted
fix(tpu): update the API
#### tpu:v1alpha1 The following keys were changed: - resources.projects.resources.locations.methods.list.description #### tpu:v2alpha1 The following keys were changed: - resources.projects.resources.locations.methods.list.description #### tpu:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.description #### tpu:v2 The following keys were changed: - resources.projects.resources.locations.methods.list.description
1 parent a12bab2 commit 3f48ea4

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
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "tpu.projects.locations.list",
@@ -684,7 +684,7 @@
684684
}
685685
}
686686
},
687-
"revision": "20251130",
687+
"revision": "20260127",
688688
"rootUrl": "https://tpu.googleapis.com/",
689689
"schemas": {
690690
"AcceleratorType": {

discovery/tpu-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1alpha1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "tpu.projects.locations.list",
@@ -694,7 +694,7 @@
694694
}
695695
}
696696
},
697-
"revision": "20251130",
697+
"revision": "20260127",
698698
"rootUrl": "https://tpu.googleapis.com/",
699699
"schemas": {
700700
"AcceleratorType": {

discovery/tpu-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
]
164164
},
165165
"list": {
166-
"description": "Lists information about the supported locations for this service.",
166+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
167167
"flatPath": "v2/projects/{projectsId}/locations",
168168
"httpMethod": "GET",
169169
"id": "tpu.projects.locations.list",
@@ -898,7 +898,7 @@
898898
}
899899
}
900900
},
901-
"revision": "20251130",
901+
"revision": "20260127",
902902
"rootUrl": "https://tpu.googleapis.com/",
903903
"schemas": {
904904
"AcceleratorConfig": {

discovery/tpu-v2alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
]
164164
},
165165
"list": {
166-
"description": "Lists information about the supported locations for this service.",
166+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
167167
"flatPath": "v2alpha1/projects/{projectsId}/locations",
168168
"httpMethod": "GET",
169169
"id": "tpu.projects.locations.list",
@@ -1057,7 +1057,7 @@
10571057
}
10581058
}
10591059
},
1060-
"revision": "20251130",
1060+
"revision": "20260127",
10611061
"rootUrl": "https://tpu.googleapis.com/",
10621062
"schemas": {
10631063
"AcceleratorConfig": {

src/apis/tpu/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ export namespace tpu_v1 {
648648
}
649649

650650
/**
651-
* Lists information about the supported locations for this service.
651+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
652652
* @example
653653
* ```js
654654
* // Before running the sample:

src/apis/tpu/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ export namespace tpu_v1alpha1 {
648648
}
649649

650650
/**
651-
* Lists information about the supported locations for this service.
651+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
652652
* @example
653653
* ```js
654654
* // Before running the sample:

src/apis/tpu/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ export namespace tpu_v2 {
12841284
}
12851285

12861286
/**
1287-
* Lists information about the supported locations for this service.
1287+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
12881288
* @example
12891289
* ```js
12901290
* // Before running the sample:

src/apis/tpu/v2alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ export namespace tpu_v2alpha1 {
14801480
}
14811481

14821482
/**
1483-
* Lists information about the supported locations for this service.
1483+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
14841484
* @example
14851485
* ```js
14861486
* // Before running the sample:

0 commit comments

Comments
 (0)