Skip to content

Commit 39423c1

Browse files
feat: Automated regeneration of texttospeech v1beta1 client (googleapis#25155)
Auto-created at 2025-12-07 10:54:19 +0000 using the toys pull request generator.
1 parent cbfd9b2 commit 39423c1

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

generated/google-apis-texttospeech_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-texttospeech_v1beta1
22

3+
### v0.41.0 (2025-12-07)
4+
5+
* Regenerated from discovery document revision 20251202
6+
37
### v0.40.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251014

generated/google-apis-texttospeech_v1beta1/lib/google/apis/texttospeech_v1beta1/classes.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@ class ListOperationsResponse
246246
attr_accessor :operations
247247

248248
# Unordered list. Unreachable resources. Populated when the request sets `
249-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
250-
# when attempting to list all resources across all supported locations.
249+
# ListOperationsRequest.return_partial_success` and reads across collections.
250+
# For example, when attempting to list all resources across all supported
251+
# locations.
251252
# Corresponds to the JSON property `unreachable`
252253
# @return [Array<String>]
253254
attr_accessor :unreachable
@@ -463,8 +464,8 @@ class SynthesisInput
463464
# @return [Google::Apis::TexttospeechV1beta1::CustomPronunciations]
464465
attr_accessor :custom_pronunciations
465466

466-
# Markup for HD voices specifically. This field may not be used with any other
467-
# voices.
467+
# Markup for Chirp 3: HD voices specifically. This field may not be used with
468+
# any other voices.
468469
# Corresponds to the JSON property `markup`
469470
# @return [String]
470471
attr_accessor :markup

generated/google-apis-texttospeech_v1beta1/lib/google/apis/texttospeech_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TexttospeechV1beta1
1818
# Version of the google-apis-texttospeech_v1beta1 gem
19-
GEM_VERSION = "0.40.0"
19+
GEM_VERSION = "0.41.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251014"
25+
REVISION = "20251202"
2626
end
2727
end
2828
end

generated/google-apis-texttospeech_v1beta1/lib/google/apis/texttospeech_v1beta1/service.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
127127
# The standard list page token.
128128
# @param [Boolean] return_partial_success
129129
# When set to `true`, operations that are reachable are returned as normal, and
130-
# those that are unreachable are returned in the [ListOperationsResponse.
131-
# unreachable] field. This can only be `true` when reading across collections e.
132-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
133-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
134-
# explicitly documented otherwise in service or product specific documentation.
130+
# those that are unreachable are returned in the ListOperationsResponse.
131+
# unreachable field. This can only be `true` when reading across collections.
132+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
133+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
134+
# if set unless explicitly documented otherwise in service or product specific
135+
# documentation.
135136
# @param [String] fields
136137
# Selector specifying which fields to include in a partial response.
137138
# @param [String] quota_user

0 commit comments

Comments
 (0)