File tree Expand file tree Collapse file tree
google/cloud/translate/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,18 +54,6 @@ authentication:
5454 canonical_scopes : |-
5555 https://www.googleapis.com/auth/cloud-platform,
5656 https://www.googleapis.com/auth/cloud-translation
57- - selector : google.cloud.translation.v3.TranslationService.BatchTranslateDocument
58- oauth :
59- canonical_scopes : |-
60- https://www.googleapis.com/auth/cloud-platform
61- - selector : google.cloud.translation.v3.TranslationService.BatchTranslateText
62- oauth :
63- canonical_scopes : |-
64- https://www.googleapis.com/auth/cloud-platform
65- - selector : google.cloud.translation.v3.TranslationService.CreateGlossary
66- oauth :
67- canonical_scopes : |-
68- https://www.googleapis.com/auth/cloud-platform
6957 - selector : ' google.longrunning.Operations.*'
7058 oauth :
7159 canonical_scopes : |-
Original file line number Diff line number Diff line change @@ -1041,16 +1041,16 @@ message TranslateDocumentRequest {
10411041
10421042 // Optional. The ISO-639 language code of the input document if known, for
10431043 // example, "en-US" or "sr-Latn". Supported language codes are listed in
1044- // [Language Support] (https://cloud.google.com/translate/docs/languages). If
1044+ // [Language Support](https://cloud.google.com/translate/docs/languages). If
10451045 // the source language isn't specified, the API attempts to identify the
10461046 // source language automatically and returns the source language within the
10471047 // response. Source language must be specified if the request contains a
10481048 // glossary or a custom model.
10491049 string source_language_code = 2 [(google.api.field_behavior ) = OPTIONAL ];
10501050
10511051 // Required. The ISO-639 language code to use for translation of the input
1052- // document, set to one of the language codes listed in [Language Support]
1053- // (https://cloud.google.com/translate/docs/languages).
1052+ // document, set to one of the language codes listed in [Language
1053+ // Support] (https://cloud.google.com/translate/docs/languages).
10541054 string target_language_code = 3 [(google.api.field_behavior ) = REQUIRED ];
10551055
10561056 // Required. Input configurations.
You can’t perform that action at this time.
0 commit comments