Skip to content

Commit af2ae7d

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor formatting
PiperOrigin-RevId: 775127576
1 parent 3d5f6a0 commit af2ae7d

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

google/cloud/translate/v3/translate_v3.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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: |-

google/cloud/translate/v3/translation_service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)