Skip to content

Commit 7f9967f

Browse files
chore(tpu): update the api
1 parent 818824a commit 7f9967f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/dyn/tpu_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148148
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
149-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
149+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
150150
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
151151
x__xgafv: string, V1 error format.
152152
Allowed values

docs/dyn/tpu_v1alpha1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148148
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
149-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
149+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
150150
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
151151
x__xgafv: string, V1 error format.
152152
Allowed values

googleapiclient/discovery_cache/documents/tpu.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"pageSize": {
159-
"description": "The maximum number of results to return. If not set, the service will select a default.",
159+
"description": "The maximum number of results to return. If not set, the service selects a default.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20210401",
662+
"revision": "20210414",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {

googleapiclient/discovery_cache/documents/tpu.v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"pageSize": {
159-
"description": "The maximum number of results to return. If not set, the service will select a default.",
159+
"description": "The maximum number of results to return. If not set, the service selects a default.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20210401",
662+
"revision": "20210414",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {

0 commit comments

Comments
 (0)