Skip to content

Commit

Permalink
feat: Automated regeneration of texttospeech v1beta1 client (googleap…
Browse files Browse the repository at this point in the history
…is#16571)

Auto-created at 2023-10-29 10:51:17 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 29, 2023
1 parent 5725ed5 commit 3377a45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-texttospeech_v1beta1

### v0.26.0 (2023-10-29)

* Regenerated from discovery document revision 20231023

### v0.25.0 (2023-08-13)

* Regenerated from discovery document revision 20230803
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CustomVoiceParams
# @return [String]
attr_accessor :model

# Optional. The usage of the synthesized audio to be reported.
# Optional. Deprecated. The usage of the synthesized audio to be reported.
# Corresponds to the JSON property `reportedUsage`
# @return [String]
attr_accessor :reported_usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module TexttospeechV1beta1
# Version of the google-apis-texttospeech_v1beta1 gem
GEM_VERSION = "0.25.0"
GEM_VERSION = "0.26.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20230803"
REVISION = "20231023"
end
end
end

0 comments on commit 3377a45

Please sign in to comment.