Skip to content

Commit 9603238

Browse files
1 parent 4e19b88 commit 9603238

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-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-rev20250325-2.0.0</version>
25+
<version>v1-rev20250415-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-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250415-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public final class AudioConfig extends com.google.api.client.json.GenericJson {
6868
private java.lang.Integer sampleRateHertz;
6969

7070
/**
71-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
71+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
7272
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
73-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
73+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
7474
* error.
7575
* The value may be {@code null}.
7676
*/
@@ -176,9 +176,9 @@ public AudioConfig setSampleRateHertz(java.lang.Integer sampleRateHertz) {
176176
}
177177

178178
/**
179-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
179+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
180180
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
181-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
181+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
182182
* error.
183183
* @return value or {@code null} for none
184184
*/
@@ -187,9 +187,9 @@ public java.lang.Double getSpeakingRate() {
187187
}
188188

189189
/**
190-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
190+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
191191
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
192-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
192+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
193193
* error.
194194
* @param speakingRate speakingRate or {@code null} for none
195195
*/

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-rev20250325-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1-rev20250325-2.0.0</name>
11+
<version>v1-rev20250415-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1-rev20250415-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-rev20250325-2.0.0</version>
25+
<version>v1-rev20250415-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-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20250415-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-rev20250325-2.0.0</version>
25+
<version>v1beta1-rev20250415-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-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20250415-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public final class AudioConfig extends com.google.api.client.json.GenericJson {
6868
private java.lang.Integer sampleRateHertz;
6969

7070
/**
71-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
71+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
7272
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
73-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
73+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
7474
* error.
7575
* The value may be {@code null}.
7676
*/
@@ -176,9 +176,9 @@ public AudioConfig setSampleRateHertz(java.lang.Integer sampleRateHertz) {
176176
}
177177

178178
/**
179-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
179+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
180180
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
181-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
181+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
182182
* error.
183183
* @return value or {@code null} for none
184184
*/
@@ -187,9 +187,9 @@ public java.lang.Double getSpeakingRate() {
187187
}
188188

189189
/**
190-
* Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native
190+
* Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is the normal native
191191
* speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If
192-
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an
192+
* unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 2.0 will return an
193193
* error.
194194
* @param speakingRate speakingRate or {@code null} for none
195195
*/

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-rev20250325-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1beta1-rev20250325-2.0.0</name>
11+
<version>v1beta1-rev20250415-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1beta1-rev20250415-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-rev20250325-2.0.0</version>
25+
<version>v1beta1-rev20250415-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-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20250415-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)