Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions java-texttospeech/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -100,7 +100,7 @@ public java.lang.String getParent() {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand Down Expand Up @@ -794,7 +794,7 @@ public Builder mergeFrom(
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -817,7 +817,7 @@ public java.lang.String getParent() {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -840,7 +840,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -862,7 +862,7 @@ public Builder setParent(java.lang.String value) {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -880,7 +880,7 @@ public Builder clearParent() {
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface SynthesizeLongAudioRequestOrBuilder
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand All @@ -41,7 +41,7 @@ public interface SynthesizeLongAudioRequestOrBuilder
*
* <pre>
* The resource states of the request in the form of
* projects/&#42;&#47;locations/&#42;&#47;voices/&#42;.
* `projects/&#42;&#47;locations/&#42;&#47;voices/&#42;`.
* </pre>
*
* <code>string parent = 1;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
grpc-google-cloud-tpu-v2:2.8.0:2.8.0