Skip to content

Commit 5137558

Browse files
chore: regenerate texttospeech client
1 parent 5ec85f7 commit 5137558

File tree

10 files changed

+72
-18
lines changed

10 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class AdvancedVoiceOptions extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
35+
* Only applies for Gemini TTS.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean enableTextnorm;
40+
3341
/**
3442
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
3543
* The value may be {@code null}.
@@ -46,6 +54,25 @@ public final class AdvancedVoiceOptions extends com.google.api.client.json.Gener
4654
@com.google.api.client.util.Key
4755
private java.lang.Boolean relaxSafetyFilters;
4856

57+
/**
58+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
59+
* Only applies for Gemini TTS.
60+
* @return value or {@code null} for none
61+
*/
62+
public java.lang.Boolean getEnableTextnorm() {
63+
return enableTextnorm;
64+
}
65+
66+
/**
67+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
68+
* Only applies for Gemini TTS.
69+
* @param enableTextnorm enableTextnorm or {@code null} for none
70+
*/
71+
public AdvancedVoiceOptions setEnableTextnorm(java.lang.Boolean enableTextnorm) {
72+
this.enableTextnorm = enableTextnorm;
73+
return this;
74+
}
75+
4976
/**
5077
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
5178
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class SynthesizeSpeechRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Advanced voice options.
34+
* Optional. Advanced voice options.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -59,15 +59,15 @@ public final class SynthesizeSpeechRequest extends com.google.api.client.json.Ge
5959
private VoiceSelectionParams voice;
6060

6161
/**
62-
* Advanced voice options.
62+
* Optional. Advanced voice options.
6363
* @return value or {@code null} for none
6464
*/
6565
public AdvancedVoiceOptions getAdvancedVoiceOptions() {
6666
return advancedVoiceOptions;
6767
}
6868

6969
/**
70-
* Advanced voice options.
70+
* Optional. Advanced voice options.
7171
* @param advancedVoiceOptions advancedVoiceOptions or {@code null} for none
7272
*/
7373
public SynthesizeSpeechRequest setAdvancedVoiceOptions(AdvancedVoiceOptions advancedVoiceOptions) {

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class AdvancedVoiceOptions extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
35+
* Only applies for Gemini TTS.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean enableTextnorm;
40+
3341
/**
3442
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
3543
* The value may be {@code null}.
@@ -46,6 +54,25 @@ public final class AdvancedVoiceOptions extends com.google.api.client.json.Gener
4654
@com.google.api.client.util.Key
4755
private java.lang.Boolean relaxSafetyFilters;
4856

57+
/**
58+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
59+
* Only applies for Gemini TTS.
60+
* @return value or {@code null} for none
61+
*/
62+
public java.lang.Boolean getEnableTextnorm() {
63+
return enableTextnorm;
64+
}
65+
66+
/**
67+
* Optional. If true, textnorm will be applied to text input. This feature is enabled by default.
68+
* Only applies for Gemini TTS.
69+
* @param enableTextnorm enableTextnorm or {@code null} for none
70+
*/
71+
public AdvancedVoiceOptions setEnableTextnorm(java.lang.Boolean enableTextnorm) {
72+
this.enableTextnorm = enableTextnorm;
73+
return this;
74+
}
75+
4976
/**
5077
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
5178
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class SynthesizeSpeechRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Advanced voice options.
34+
* Optional. Advanced voice options.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -66,15 +66,15 @@ public final class SynthesizeSpeechRequest extends com.google.api.client.json.Ge
6666
private VoiceSelectionParams voice;
6767

6868
/**
69-
* Advanced voice options.
69+
* Optional. Advanced voice options.
7070
* @return value or {@code null} for none
7171
*/
7272
public AdvancedVoiceOptions getAdvancedVoiceOptions() {
7373
return advancedVoiceOptions;
7474
}
7575

7676
/**
77-
* Advanced voice options.
77+
* Optional. Advanced voice options.
7878
* @param advancedVoiceOptions advancedVoiceOptions or {@code null} for none
7979
*/
8080
public SynthesizeSpeechRequest setAdvancedVoiceOptions(AdvancedVoiceOptions advancedVoiceOptions) {

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

0 commit comments

Comments
 (0)