diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 644dcd756c27..dabef2b28237 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-texttospeech - 2.7.0 + 2.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.7.0' +implementation 'com.google.cloud:google-cloud-texttospeech:2.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.8.0" ``` ## Authentication diff --git a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequest.java b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequest.java index 3a49c0d32317..de057980dc41 100644 --- a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequest.java +++ b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequest.java @@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The resource states of the request in the form of
-   * projects/*/locations/*/voices/*.
+   * `projects/*/locations/*/voices/*`.
    * 
* * string parent = 1; @@ -100,7 +100,7 @@ public java.lang.String getParent() { * *
    * The resource states of the request in the form of
-   * projects/*/locations/*/voices/*.
+   * `projects/*/locations/*/voices/*`.
    * 
* * string parent = 1; @@ -794,7 +794,7 @@ public Builder mergeFrom( * *
      * The resource states of the request in the form of
-     * projects/*/locations/*/voices/*.
+     * `projects/*/locations/*/voices/*`.
      * 
* * string parent = 1; @@ -817,7 +817,7 @@ public java.lang.String getParent() { * *
      * The resource states of the request in the form of
-     * projects/*/locations/*/voices/*.
+     * `projects/*/locations/*/voices/*`.
      * 
* * string parent = 1; @@ -840,7 +840,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * The resource states of the request in the form of
-     * projects/*/locations/*/voices/*.
+     * `projects/*/locations/*/voices/*`.
      * 
* * string parent = 1; @@ -862,7 +862,7 @@ public Builder setParent(java.lang.String value) { * *
      * The resource states of the request in the form of
-     * projects/*/locations/*/voices/*.
+     * `projects/*/locations/*/voices/*`.
      * 
* * string parent = 1; @@ -880,7 +880,7 @@ public Builder clearParent() { * *
      * The resource states of the request in the form of
-     * projects/*/locations/*/voices/*.
+     * `projects/*/locations/*/voices/*`.
      * 
* * string parent = 1; diff --git a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequestOrBuilder.java b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequestOrBuilder.java index d86a0a0be53d..9c9d9d0e2da7 100644 --- a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequestOrBuilder.java +++ b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/SynthesizeLongAudioRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface SynthesizeLongAudioRequestOrBuilder * *
    * The resource states of the request in the form of
-   * projects/*/locations/*/voices/*.
+   * `projects/*/locations/*/voices/*`.
    * 
* * string parent = 1; @@ -41,7 +41,7 @@ public interface SynthesizeLongAudioRequestOrBuilder * *
    * The resource states of the request in the form of
-   * projects/*/locations/*/voices/*.
+   * `projects/*/locations/*/voices/*`.
    * 
* * string parent = 1; diff --git a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto index 9adcd6ae6005..17bc9479f0b4 100644 --- a/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto +++ b/java-texttospeech/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto @@ -56,7 +56,7 @@ service TextToSpeechLongAudioSynthesize { // `SynthesizeLongAudio` method. message SynthesizeLongAudioRequest { // The resource states of the request in the form of - // projects/*/locations/*/voices/*. + // `projects/*/locations/*/voices/*`. string parent = 1; // Required. The Synthesizer requires either plain text or SSML as input. diff --git a/versions.txt b/versions.txt index a7c8d4a2bf0f..26acef5dc131 100644 --- a/versions.txt +++ b/versions.txt @@ -599,4 +599,4 @@ google-cloud-monitoring-metricsscope:0.1.0:0.1.0 proto-google-cloud-monitoring-metricsscope-v1:0.1.0:0.1.0 grpc-google-cloud-monitoring-metricsscope-v1:0.1.0:0.1.0 proto-google-cloud-tpu-v2:2.8.0:2.8.0 -grpc-google-cloud-tpu-v2:2.8.0:2.8.0 \ No newline at end of file +grpc-google-cloud-tpu-v2:2.8.0:2.8.0