Skip to content

Commit d287831

Browse files
chore(translate): update the api
1 parent 3c84a3e commit d287831

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/dyn/translate_v3.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ <h3>Method Details</h3>
281281

282282
Args:
283283
name: string, The resource that owns the locations collection, if applicable. (required)
284-
filter: string, The standard list filter.
285-
pageSize: integer, The standard list page size.
286-
pageToken: string, The standard list page token.
284+
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).
285+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
286+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
287287
x__xgafv: string, V1 error format.
288288
Allowed values
289289
1 - v1 error format

docs/dyn/translate_v3beta1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ <h3>Method Details</h3>
281281

282282
Args:
283283
name: string, The resource that owns the locations collection, if applicable. (required)
284-
filter: string, The standard list filter.
285-
pageSize: integer, The standard list page size.
286-
pageToken: string, The standard list page token.
284+
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).
285+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
286+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
287287
x__xgafv: string, V1 error format.
288288
Allowed values
289289
1 - v1 error format

googleapiclient/discovery_cache/documents/translate.v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
],
338338
"parameters": {
339339
"filter": {
340-
"description": "The standard list filter.",
340+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
341341
"location": "query",
342342
"type": "string"
343343
},
@@ -349,13 +349,13 @@
349349
"type": "string"
350350
},
351351
"pageSize": {
352-
"description": "The standard list page size.",
352+
"description": "The maximum number of results to return. If not set, the service will select a default.",
353353
"format": "int32",
354354
"location": "query",
355355
"type": "integer"
356356
},
357357
"pageToken": {
358-
"description": "The standard list page token.",
358+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
359359
"location": "query",
360360
"type": "string"
361361
}
@@ -687,7 +687,7 @@
687687
}
688688
}
689689
},
690-
"revision": "20210219",
690+
"revision": "20210312",
691691
"rootUrl": "https://translation.googleapis.com/",
692692
"schemas": {
693693
"BatchTranslateTextRequest": {

googleapiclient/discovery_cache/documents/translate.v3beta1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
],
338338
"parameters": {
339339
"filter": {
340-
"description": "The standard list filter.",
340+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
341341
"location": "query",
342342
"type": "string"
343343
},
@@ -349,13 +349,13 @@
349349
"type": "string"
350350
},
351351
"pageSize": {
352-
"description": "The standard list page size.",
352+
"description": "The maximum number of results to return. If not set, the service will select a default.",
353353
"format": "int32",
354354
"location": "query",
355355
"type": "integer"
356356
},
357357
"pageToken": {
358-
"description": "The standard list page token.",
358+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
359359
"location": "query",
360360
"type": "string"
361361
}
@@ -687,7 +687,7 @@
687687
}
688688
}
689689
},
690-
"revision": "20210219",
690+
"revision": "20210312",
691691
"rootUrl": "https://translation.googleapis.com/",
692692
"schemas": {
693693
"BatchTranslateTextRequest": {

0 commit comments

Comments
 (0)