Skip to content

Commit c3e14b6

Browse files
1 parent 656c92b commit c3e14b6

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

clients/google-api-services-texttospeech/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1-rev20240419-2.0.0</version>
25+
<version>v1-rev20240815-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20240419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20240815-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/SynthesizeLongAudioRequest.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public final class SynthesizeLongAudioRequest extends com.google.api.client.json
3838
private AudioConfig audioConfig;
3939

4040
/**
41-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
42-
* preview, SSML is temporarily unsupported.
41+
* Required. The Synthesizer requires either plain text or SSML as input.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
@@ -78,17 +77,15 @@ public SynthesizeLongAudioRequest setAudioConfig(AudioConfig audioConfig) {
7877
}
7978

8079
/**
81-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
82-
* preview, SSML is temporarily unsupported.
80+
* Required. The Synthesizer requires either plain text or SSML as input.
8381
* @return value or {@code null} for none
8482
*/
8583
public SynthesisInput getInput() {
8684
return input;
8785
}
8886

8987
/**
90-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
91-
* preview, SSML is temporarily unsupported.
88+
* Required. The Synthesizer requires either plain text or SSML as input.
9289
* @param input input or {@code null} for none
9390
*/
9491
public SynthesizeLongAudioRequest setInput(SynthesisInput input) {

clients/google-api-services-texttospeech/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-texttospeech</artifactId>
11-
<version>v1-rev20240419-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1-rev20240419-2.0.0</name>
11+
<version>v1-rev20240815-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1-rev20240815-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-texttospeech/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1-rev20240419-2.0.0</version>
25+
<version>v1-rev20240815-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20240419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20240815-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-texttospeech/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1beta1-rev20240419-2.0.0</version>
25+
<version>v1beta1-rev20240815-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20240419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20240815-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-texttospeech/v1beta1/2.0.0/com/google/api/services/texttospeech/v1beta1/model/SynthesizeLongAudioRequest.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public final class SynthesizeLongAudioRequest extends com.google.api.client.json
3838
private AudioConfig audioConfig;
3939

4040
/**
41-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
42-
* preview, SSML is temporarily unsupported.
41+
* Required. The Synthesizer requires either plain text or SSML as input.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
@@ -78,17 +77,15 @@ public SynthesizeLongAudioRequest setAudioConfig(AudioConfig audioConfig) {
7877
}
7978

8079
/**
81-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
82-
* preview, SSML is temporarily unsupported.
80+
* Required. The Synthesizer requires either plain text or SSML as input.
8381
* @return value or {@code null} for none
8482
*/
8583
public SynthesisInput getInput() {
8684
return input;
8785
}
8886

8987
/**
90-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
91-
* preview, SSML is temporarily unsupported.
88+
* Required. The Synthesizer requires either plain text or SSML as input.
9289
* @param input input or {@code null} for none
9390
*/
9491
public SynthesizeLongAudioRequest setInput(SynthesisInput input) {

clients/google-api-services-texttospeech/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-texttospeech</artifactId>
11-
<version>v1beta1-rev20240419-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1beta1-rev20240419-2.0.0</name>
11+
<version>v1beta1-rev20240815-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1beta1-rev20240815-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-texttospeech/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-texttospeech</artifactId>
25-
<version>v1beta1-rev20240419-2.0.0</version>
25+
<version>v1beta1-rev20240815-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20240419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20240815-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)