Skip to content

Commit 7f0d7a7

Browse files
chore: escape * characters in comments (#436)
PiperOrigin-RevId: 325528080 Source-Author: Google APIs <[email protected]> Source-Date: Fri Aug 7 16:11:33 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 9b0c7b1a4665909bd18a0e0fd33004945b5c9c13 Source-Link: googleapis/googleapis@9b0c7b1
1 parent 1614f78 commit 7f0d7a7

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1/cloud_tts.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ message ListVoicesRequest {
6060
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
6161
// specified, the ListVoices call will only return voices that can be used to
6262
// synthesize this language_code. E.g. when specifying "en-NZ", you will get
63-
// supported "en-*" voices; when specifying "no", you will get supported
64-
// "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
65-
// will also get supported "cmn-*" voices; specifying "zh-hk" will also get
66-
// supported "yue-*" voices.
63+
// supported "en-\*" voices; when specifying "no", you will get supported
64+
// "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
65+
// will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
66+
// supported "yue-\*" voices.
6767
string language_code = 1 [(google.api.field_behavior) = OPTIONAL];
6868
}
6969

packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1beta1/cloud_tts.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ message ListVoicesRequest {
5959
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
6060
// specified, the ListVoices call will only return voices that can be used to
6161
// synthesize this language_code. E.g. when specifying "en-NZ", you will get
62-
// supported "en-*" voices; when specifying "no", you will get supported
63-
// "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
64-
// will also get supported "cmn-*" voices; specifying "zh-hk" will also get
65-
// supported "yue-*" voices.
62+
// supported "en-\*" voices; when specifying "no", you will get supported
63+
// "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
64+
// will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
65+
// supported "yue-\*" voices.
6666
string language_code = 1 [(google.api.field_behavior) = OPTIONAL];
6767
}
6868

packages/google-cloud-texttospeech/src/v1/text_to_speech_client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ export class TextToSpeechClient {
307307
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
308308
* specified, the ListVoices call will only return voices that can be used to
309309
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
310-
* supported "en-*" voices; when specifying "no", you will get supported
311-
* "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
312-
* will also get supported "cmn-*" voices; specifying "zh-hk" will also get
313-
* supported "yue-*" voices.
310+
* supported "en-\*" voices; when specifying "no", you will get supported
311+
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
312+
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
313+
* supported "yue-\*" voices.
314314
* @param {object} [options]
315315
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
316316
* @returns {Promise} - The promise which resolves to an array.

packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ export class TextToSpeechClient {
311311
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
312312
* specified, the ListVoices call will only return voices that can be used to
313313
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
314-
* supported "en-*" voices; when specifying "no", you will get supported
315-
* "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
316-
* will also get supported "cmn-*" voices; specifying "zh-hk" will also get
317-
* supported "yue-*" voices.
314+
* supported "en-\*" voices; when specifying "no", you will get supported
315+
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
316+
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
317+
* supported "yue-\*" voices.
318318
* @param {object} [options]
319319
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
320320
* @returns {Promise} - The promise which resolves to an array.

packages/google-cloud-texttospeech/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-text-to-speech.git",
7-
"sha": "c8f7eb43e776fa9647136d37c82197d8f4e19577"
7+
"sha": "e6e41b84ec9adcbb4a68ba2c1f3969c427f85a93"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a94df49e8f208649f2f5cb39a84668c6a3434ce8",
15-
"internalRef": "323424211"
14+
"sha": "9b0c7b1a4665909bd18a0e0fd33004945b5c9c13",
15+
"internalRef": "325528080"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)