Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e00e27a

Browse files
feat: update v1beta1 proto (#594)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 409139454 Source-Link: googleapis/googleapis@7c10623 Source-Link: https://github.com/googleapis/googleapis-gen/commit/48051ebabf991abcddcb2685cefc331aea7f5208 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDgwNTFlYmFiZjk5MWFiY2RkY2IyNjg1Y2VmYzMzMWFlYTdmNTIwOCJ9
1 parent 24bdc49 commit e00e27a

File tree

11 files changed

+1616
-120
lines changed

11 files changed

+1616
-120
lines changed

google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
*/
1616

1717
/**
18-
* The interfaces provided are listed below, along with usage samples.
18+
* A client to Cloud Text-to-Speech API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
1921
*
2022
* <p>======================= TextToSpeechClient =======================
2123
*

google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ public TextToSpeechStub getStub() {
154154
* @param languageCode Optional. Recommended.
155155
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If not specified, the
156156
* API will return all supported voices. If specified, the ListVoices call will only return
157-
* voices that can be used to synthesize this language_code. E.g. when specifying "en-NZ", you
158-
* will get supported "en-NZ" voices; when specifying "no", you will get supported
159-
* "no-\\&#42;" (Norwegian) and "nb-\\&#42;" (Norwegian Bokmal) voices; specifying "zh" will
160-
* also get supported "cmn-\\&#42;" voices; specifying "zh-hk" will also get supported
161-
* "yue-hk" voices.
157+
* voices that can be used to synthesize this language_code. E.g. when specifying `"en-NZ"`,
158+
* you will get supported `"en-NZ"` voices; when specifying `"no"`, you will get supported
159+
* `"no-\\&#42;"` (Norwegian) and `"nb-\\&#42;"` (Norwegian Bokmal) voices; specifying `"zh"`
160+
* will also get supported `"cmn-\\&#42;"` voices; specifying `"zh-hk"` will also get
161+
* supported `"yue-hk"` voices.
162162
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
163163
*/
164164
public final ListVoicesResponse listVoices(String languageCode) {

google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
*/
1616

1717
/**
18-
* The interfaces provided are listed below, along with usage samples.
18+
* A client to Cloud Text-to-Speech API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
1921
*
2022
* <p>======================= TextToSpeechClient =======================
2123
*

0 commit comments

Comments
 (0)