You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
* changes without context
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
* chore: escape `*` characters in comments
PiperOrigin-RevId: 325528080
Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Aug 7 16:11:33 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 9b0c7b1a4665909bd18a0e0fd33004945b5c9c13
Source-Link: googleapis/googleapis@9b0c7b1
Copy file name to clipboardexpand all lines: proto-google-cloud-texttospeech-v1/src/main/java/com/google/cloud/texttospeech/v1/ListVoicesRequestOrBuilder.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ public interface ListVoicesRequestOrBuilder
31
31
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
32
32
* specified, the ListVoices call will only return voices that can be used to
33
33
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
34
-
* supported "en-*" voices; when specifying "no", you will get supported
35
-
* "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
36
-
* will also get supported "cmn-*" voices; specifying "zh-hk" will also get
37
-
* supported "yue-*" voices.
34
+
* supported "en-\*" voices; when specifying "no", you will get supported
35
+
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
36
+
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
Copy file name to clipboardexpand all lines: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/ListVoicesRequest.java
+28-28
Original file line number
Diff line number
Diff line change
@@ -121,10 +121,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
121
121
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
122
122
* specified, the ListVoices call will only return voices that can be used to
123
123
* synthesize this language_code. E.g. when specifying "en-NZ", you will get
124
-
* supported "en-*" voices; when specifying "no", you will get supported
125
-
* "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
126
-
* will also get supported "cmn-*" voices; specifying "zh-hk" will also get
127
-
* supported "yue-*" voices.
124
+
* supported "en-\*" voices; when specifying "no", you will get supported
125
+
* "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
126
+
* will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
0 commit comments