Skip to content

Commit

Permalink
feat: Updated google-cloud-text_to_speech-v1 dependency to version 1.x
Browse files Browse the repository at this point in the history
feat!: Removed dependency on google-cloud-text_to_speech-v1beta1 prerelease service

PiperOrigin-RevId: 725730549
  • Loading branch information
Google APIs authored and copybara-github committed Feb 11, 2025
1 parent d744d88 commit c096330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google/cloud/texttospeech/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ ruby_cloud_gapic_library(
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-text_to_speech",
"ruby-cloud-env-prefix=TEXTTOSPEECH",
"ruby-cloud-wrapper-of=v1:0.12;v1beta1:0.13",
"ruby-cloud-wrapper-of=v1:1.7",
"ruby-cloud-product-url=https://cloud.google.com/text-to-speech",
"ruby-cloud-api-id=texttospeech.googleapis.com",
"ruby-cloud-api-shortname=texttospeech",
"ruby-cloud-migration-version=1.0",
],
ruby_cloud_description = "Text-to-Speech converts text or Speech Synthesis Markup Language (SSML) input into audio data of natural human speech.",
ruby_cloud_title = "Cloud Text-to-Speech",
Expand Down

0 comments on commit c096330

Please sign in to comment.