Skip to content

Commit bbf9c59

Browse files
1 parent 749848b commit bbf9c59

File tree

12 files changed

+46
-44
lines changed

12 files changed

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

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -949,30 +949,31 @@ public List setPageToken(java.lang.String pageToken) {
949949

950950
/**
951951
* When set to `true`, operations that are reachable are returned as normal, and those
952-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
953-
* This can only be `true` when reading across collections e.g. when `parent` is set to
954-
* `"projects/example/locations/-"`. This field is not by default supported and will
952+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
953+
* can only be `true` when reading across collections. For example, when `parent` is set
954+
* to `"projects/example/locations/-"`. This field is not supported by default and will
955955
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
956956
* service or product specific documentation.
957957
*/
958958
@com.google.api.client.util.Key
959959
private java.lang.Boolean returnPartialSuccess;
960960

961961
/** When set to `true`, operations that are reachable are returned as normal, and those that are
962-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
963-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
964-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
965-
explicitly documented otherwise in service or product specific documentation.
962+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
963+
when reading across collections. For example, when `parent` is set to
964+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
965+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
966+
documentation.
966967
*/
967968
public java.lang.Boolean getReturnPartialSuccess() {
968969
return returnPartialSuccess;
969970
}
970971

971972
/**
972973
* When set to `true`, operations that are reachable are returned as normal, and those
973-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
974-
* This can only be `true` when reading across collections e.g. when `parent` is set to
975-
* `"projects/example/locations/-"`. This field is not by default supported and will
974+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
975+
* can only be `true` when reading across collections. For example, when `parent` is set
976+
* to `"projects/example/locations/-"`. This field is not supported by default and will
976977
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
977978
* service or product specific documentation.
978979
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
4343
private CustomPronunciations customPronunciations;
4444

4545
/**
46-
* Markup for HD voices specifically. This field may not be used with any other voices.
46+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -107,15 +107,15 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
107107
}
108108

109109
/**
110-
* Markup for HD voices specifically. This field may not be used with any other voices.
110+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
111111
* @return value or {@code null} for none
112112
*/
113113
public java.lang.String getMarkup() {
114114
return markup;
115115
}
116116

117117
/**
118-
* Markup for HD voices specifically. This field may not be used with any other voices.
118+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
119119
* @param markup markup or {@code null} for none
120120
*/
121121
public SynthesisInput setMarkup(java.lang.String markup) {

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

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -650,30 +650,31 @@ public List setPageToken(java.lang.String pageToken) {
650650

651651
/**
652652
* When set to `true`, operations that are reachable are returned as normal, and those
653-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
654-
* This can only be `true` when reading across collections e.g. when `parent` is set to
655-
* `"projects/example/locations/-"`. This field is not by default supported and will
653+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
654+
* can only be `true` when reading across collections. For example, when `parent` is set
655+
* to `"projects/example/locations/-"`. This field is not supported by default and will
656656
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
657657
* service or product specific documentation.
658658
*/
659659
@com.google.api.client.util.Key
660660
private java.lang.Boolean returnPartialSuccess;
661661

662662
/** When set to `true`, operations that are reachable are returned as normal, and those that are
663-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
664-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
665-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
666-
explicitly documented otherwise in service or product specific documentation.
663+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
664+
when reading across collections. For example, when `parent` is set to
665+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
666+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
667+
documentation.
667668
*/
668669
public java.lang.Boolean getReturnPartialSuccess() {
669670
return returnPartialSuccess;
670671
}
671672

672673
/**
673674
* When set to `true`, operations that are reachable are returned as normal, and those
674-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
675-
* This can only be `true` when reading across collections e.g. when `parent` is set to
676-
* `"projects/example/locations/-"`. This field is not by default supported and will
675+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
676+
* can only be `true` when reading across collections. For example, when `parent` is set
677+
* to `"projects/example/locations/-"`. This field is not supported by default and will
677678
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
678679
* service or product specific documentation.
679680
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class SynthesisInput extends com.google.api.client.json.GenericJson
4343
private CustomPronunciations customPronunciations;
4444

4545
/**
46-
* Markup for HD voices specifically. This field may not be used with any other voices.
46+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -107,15 +107,15 @@ public SynthesisInput setCustomPronunciations(CustomPronunciations customPronunc
107107
}
108108

109109
/**
110-
* Markup for HD voices specifically. This field may not be used with any other voices.
110+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
111111
* @return value or {@code null} for none
112112
*/
113113
public java.lang.String getMarkup() {
114114
return markup;
115115
}
116116

117117
/**
118-
* Markup for HD voices specifically. This field may not be used with any other voices.
118+
* Markup for Chirp 3: HD voices specifically. This field may not be used with any other voices.
119119
* @param markup markup or {@code null} for none
120120
*/
121121
public SynthesisInput setMarkup(java.lang.String markup) {

0 commit comments

Comments
 (0)