Skip to content

Commit d659e2b

Browse files
1 parent bcaac8f commit d659e2b

File tree

8 files changed

+72
-12
lines changed

8 files changed

+72
-12
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-rev20251001-2.0.0</version>
25+
<version>v1-rev20251014-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-rev20251001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20251014-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class AdvancedVoiceOptions extends com.google.api.client.json.Gener
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean lowLatencyJourneySynthesis;
3939

40+
/**
41+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
42+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
43+
* google.rpc.Code.INVALID_ARGUMENT.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.Boolean relaxSafetyFilters;
48+
4049
/**
4150
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
4251
* @return value or {@code null} for none
@@ -54,6 +63,27 @@ public AdvancedVoiceOptions setLowLatencyJourneySynthesis(java.lang.Boolean lowL
5463
return this;
5564
}
5665

66+
/**
67+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
68+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
69+
* google.rpc.Code.INVALID_ARGUMENT.
70+
* @return value or {@code null} for none
71+
*/
72+
public java.lang.Boolean getRelaxSafetyFilters() {
73+
return relaxSafetyFilters;
74+
}
75+
76+
/**
77+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
78+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
79+
* google.rpc.Code.INVALID_ARGUMENT.
80+
* @param relaxSafetyFilters relaxSafetyFilters or {@code null} for none
81+
*/
82+
public AdvancedVoiceOptions setRelaxSafetyFilters(java.lang.Boolean relaxSafetyFilters) {
83+
this.relaxSafetyFilters = relaxSafetyFilters;
84+
return this;
85+
}
86+
5787
@Override
5888
public AdvancedVoiceOptions set(String fieldName, Object value) {
5989
return (AdvancedVoiceOptions) super.set(fieldName, value);

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-rev20251001-2.0.0</version>
12-
<name>Cloud Text-to-Speech API v1-rev20251001-2.0.0</name>
11+
<version>v1-rev20251014-2.0.0</version>
12+
<name>Cloud Text-to-Speech API v1-rev20251014-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-rev20251001-2.0.0</version>
25+
<version>v1-rev20251014-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-rev20251001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1-rev20251014-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-rev20251001-2.0.0</version>
25+
<version>v1beta1-rev20251014-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-rev20251001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-texttospeech:v1beta1-rev20251014-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ public final class AdvancedVoiceOptions extends com.google.api.client.json.Gener
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean lowLatencyJourneySynthesis;
3939

40+
/**
41+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
42+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
43+
* google.rpc.Code.INVALID_ARGUMENT.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.Boolean relaxSafetyFilters;
48+
4049
/**
4150
* Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
4251
* @return value or {@code null} for none
@@ -54,6 +63,27 @@ public AdvancedVoiceOptions setLowLatencyJourneySynthesis(java.lang.Boolean lowL
5463
return this;
5564
}
5665

66+
/**
67+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
68+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
69+
* google.rpc.Code.INVALID_ARGUMENT.
70+
* @return value or {@code null} for none
71+
*/
72+
public java.lang.Boolean getRelaxSafetyFilters() {
73+
return relaxSafetyFilters;
74+
}
75+
76+
/**
77+
* Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for
78+
* accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result
79+
* google.rpc.Code.INVALID_ARGUMENT.
80+
* @param relaxSafetyFilters relaxSafetyFilters or {@code null} for none
81+
*/
82+
public AdvancedVoiceOptions setRelaxSafetyFilters(java.lang.Boolean relaxSafetyFilters) {
83+
this.relaxSafetyFilters = relaxSafetyFilters;
84+
return this;
85+
}
86+
5787
@Override
5888
public AdvancedVoiceOptions set(String fieldName, Object value) {
5989
return (AdvancedVoiceOptions) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)