Skip to content

Commit de63f2a

Browse files
feat: Automated regeneration of texttospeech v1beta1 client (#17130)
Auto-created at 2024-01-17 01:03:37 +0000 using the toys pull request generator.
1 parent 40b210e commit de63f2a

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
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.27.0 (2024-01-17)
4+
5+
* Regenerated from discovery document revision 20240109
6+
37
### v0.26.0 (2023-10-29)
48

59
* Regenerated from discovery document revision 20231023

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ def update!(**args)
122122
class GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata
123123
include Google::Apis::Core::Hashable
124124

125+
# Deprecated. Do not use.
126+
# Corresponds to the JSON property `lastUpdateTime`
127+
# @return [String]
128+
attr_accessor :last_update_time
129+
125130
# The progress of the most recent processing update in percentage, ie. 70.0%.
126131
# Corresponds to the JSON property `progressPercentage`
127132
# @return [Float]
@@ -138,6 +143,7 @@ def initialize(**args)
138143

139144
# Update properties of this object
140145
def update!(**args)
146+
@last_update_time = args[:last_update_time] if args.key?(:last_update_time)
141147
@progress_percentage = args[:progress_percentage] if args.key?(:progress_percentage)
142148
@start_time = args[:start_time] if args.key?(:start_time)
143149
end
@@ -322,6 +328,11 @@ def update!(**args)
322328
class SynthesizeLongAudioMetadata
323329
include Google::Apis::Core::Hashable
324330

331+
# Deprecated. Do not use.
332+
# Corresponds to the JSON property `lastUpdateTime`
333+
# @return [String]
334+
attr_accessor :last_update_time
335+
325336
# The progress of the most recent processing update in percentage, ie. 70.0%.
326337
# Corresponds to the JSON property `progressPercentage`
327338
# @return [Float]
@@ -338,6 +349,7 @@ def initialize(**args)
338349

339350
# Update properties of this object
340351
def update!(**args)
352+
@last_update_time = args[:last_update_time] if args.key?(:last_update_time)
341353
@progress_percentage = args[:progress_percentage] if args.key?(:progress_percentage)
342354
@start_time = args[:start_time] if args.key?(:start_time)
343355
end

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.26.0"
19+
GEM_VERSION = "0.27.0"
2020

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
135135
class GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata
136136
# @private
137137
class Representation < Google::Apis::Core::JsonRepresentation
138+
property :last_update_time, as: 'lastUpdateTime'
138139
property :progress_percentage, as: 'progressPercentage'
139140
property :start_time, as: 'startTime'
140141
end
@@ -189,6 +190,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
189190
class SynthesizeLongAudioMetadata
190191
# @private
191192
class Representation < Google::Apis::Core::JsonRepresentation
193+
property :last_update_time, as: 'lastUpdateTime'
192194
property :progress_percentage, as: 'progressPercentage'
193195
property :start_time, as: 'startTime'
194196
end

0 commit comments

Comments
 (0)