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

Commit

Permalink
feat: update v1beta1 proto (#594)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 409139454

Source-Link: googleapis/googleapis@7c10623

Source-Link: googleapis/googleapis-gen@48051eb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDgwNTFlYmFiZjk5MWFiY2RkY2IyNjg1Y2VmYzMzMWFlYTdmNTIwOCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Nov 15, 2021
1 parent 24bdc49 commit e00e27a
Show file tree
Hide file tree
Showing 11 changed files with 1,616 additions and 120 deletions.
Expand Up @@ -15,7 +15,9 @@
*/

/**
* The interfaces provided are listed below, along with usage samples.
* A client to Cloud Text-to-Speech API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
* <p>======================= TextToSpeechClient =======================
*
Expand Down
Expand Up @@ -154,11 +154,11 @@ public TextToSpeechStub getStub() {
* @param languageCode Optional. Recommended.
* [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If not specified, the
* API will return all supported voices. If specified, the ListVoices call will only return
* voices that can be used to synthesize this language_code. E.g. when specifying "en-NZ", you
* will get supported "en-NZ" voices; when specifying "no", you will get supported
* "no-\\&#42;" (Norwegian) and "nb-\\&#42;" (Norwegian Bokmal) voices; specifying "zh" will
* also get supported "cmn-\\&#42;" voices; specifying "zh-hk" will also get supported
* "yue-hk" voices.
* voices that can be used to synthesize this language_code. E.g. when specifying `"en-NZ"`,
* you will get supported `"en-NZ"` voices; when specifying `"no"`, you will get supported
* `"no-\\&#42;"` (Norwegian) and `"nb-\\&#42;"` (Norwegian Bokmal) voices; specifying `"zh"`
* will also get supported `"cmn-\\&#42;"` voices; specifying `"zh-hk"` will also get
* supported `"yue-hk"` voices.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListVoicesResponse listVoices(String languageCode) {
Expand Down
Expand Up @@ -15,7 +15,9 @@
*/

/**
* The interfaces provided are listed below, along with usage samples.
* A client to Cloud Text-to-Speech API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
* <p>======================= TextToSpeechClient =======================
*
Expand Down

0 comments on commit e00e27a

Please sign in to comment.