Skip to content

Commit b61649b

Browse files
fix(translate): update the api
#### translate:v3 The following keys were changed: - resources.projects.resources.locations.methods.batchTranslateDocument.scopes (Total Keys: 1) - resources.projects.resources.locations.methods.batchTranslateText.scopes (Total Keys: 1) #### translate:v3beta1 The following keys were changed: - resources.projects.resources.locations.methods.batchTranslateDocument.scopes (Total Keys: 1) - resources.projects.resources.locations.methods.batchTranslateText.scopes (Total Keys: 1) - resources.projects.resources.locations.resources.glossaries.methods.create.scopes (Total Keys: 1)
1 parent 0b9b482 commit b61649b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

googleapiclient/discovery_cache/documents/translate.v3.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@
291291
"$ref": "Operation"
292292
},
293293
"scopes": [
294-
"https://www.googleapis.com/auth/cloud-platform"
294+
"https://www.googleapis.com/auth/cloud-platform",
295+
"https://www.googleapis.com/auth/cloud-translation"
295296
]
296297
},
297298
"batchTranslateText": {
@@ -319,7 +320,8 @@
319320
"$ref": "Operation"
320321
},
321322
"scopes": [
322-
"https://www.googleapis.com/auth/cloud-platform"
323+
"https://www.googleapis.com/auth/cloud-platform",
324+
"https://www.googleapis.com/auth/cloud-translation"
323325
]
324326
},
325327
"detectLanguage": {
@@ -1708,7 +1710,7 @@
17081710
}
17091711
}
17101712
},
1711-
"revision": "20240912",
1713+
"revision": "20241029",
17121714
"rootUrl": "https://translation.googleapis.com/",
17131715
"schemas": {
17141716
"AdaptiveMtDataset": {

googleapiclient/discovery_cache/documents/translate.v3beta1.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
"$ref": "Operation"
234234
},
235235
"scopes": [
236-
"https://www.googleapis.com/auth/cloud-platform"
236+
"https://www.googleapis.com/auth/cloud-platform",
237+
"https://www.googleapis.com/auth/cloud-translation"
237238
]
238239
},
239240
"batchTranslateText": {
@@ -261,7 +262,8 @@
261262
"$ref": "Operation"
262263
},
263264
"scopes": [
264-
"https://www.googleapis.com/auth/cloud-platform"
265+
"https://www.googleapis.com/auth/cloud-platform",
266+
"https://www.googleapis.com/auth/cloud-translation"
265267
]
266268
},
267269
"detectLanguage": {
@@ -484,7 +486,8 @@
484486
"$ref": "Operation"
485487
},
486488
"scopes": [
487-
"https://www.googleapis.com/auth/cloud-platform"
489+
"https://www.googleapis.com/auth/cloud-platform",
490+
"https://www.googleapis.com/auth/cloud-translation"
488491
]
489492
},
490493
"delete": {
@@ -744,7 +747,7 @@
744747
}
745748
}
746749
},
747-
"revision": "20240301",
750+
"revision": "20241029",
748751
"rootUrl": "https://translation.googleapis.com/",
749752
"schemas": {
750753
"BatchDocumentInputConfig": {

0 commit comments

Comments
 (0)