diff --git a/generation_config.yaml b/generation_config.yaml index 0f47c81c37d6..3f5ce705fa25 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.62.0 -googleapis_commitish: 525c95a7a122ec2869ae06cd02fa5013819463f6 +googleapis_commitish: b738e78ed63effb7d199ed2d61c9e03291b6077f libraries_bom_version: 26.66.0 # the libraries are ordered with respect to library name, which is diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 2c4af4ed5729..272308a7a603 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-texttospeech - 2.73.0 + 2.74.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.73.0' +implementation 'com.google.cloud:google-cloud-texttospeech:2.74.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.73.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.74.0" ``` ## Authentication @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-texttospeech.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-texttospeech/2.73.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-texttospeech/2.74.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-texttospeech/google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java b/java-texttospeech/google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java index 06ba226a6f77..edfdad323b53 100644 --- a/java-texttospeech/google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java +++ b/java-texttospeech/google-cloud-texttospeech/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechClient.java @@ -93,7 +93,7 @@ * * *

StreamingSynthesize - *

Performs bidirectional streaming speech synthesis: receive audio while sending text. + *

Performs bidirectional streaming speech synthesis: receives audio while sending text. * *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

*