Skip to content

Commit 1c8333a

Browse files
Google APIscopybara-github
authored andcommitted
feat: Support REST transport
PiperOrigin-RevId: 512143445
1 parent 8310e03 commit 1c8333a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/translate/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ ruby_cloud_gapic_library(
2222
extra_protoc_parameters = [
2323
"ruby-cloud-gem-name=google-cloud-translate",
2424
"ruby-cloud-env-prefix=TRANSLATE",
25-
"ruby-cloud-wrapper-of=v3:0.0;v2:0.0",
25+
"ruby-cloud-wrapper-of=v3:0.6;v2:0.0",
2626
"ruby-cloud-product-url=https://cloud.google.com/translate",
2727
"ruby-cloud-api-id=translate.googleapis.com",
2828
"ruby-cloud-api-shortname=translate",
2929
"ruby-cloud-migration-version=3.0",
3030
],
3131
ruby_cloud_description = "Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.",
3232
ruby_cloud_title = "Cloud Translation",
33+
transport = "grpc+rest",
3334
)
3435

3536
# Open Source package.

0 commit comments

Comments
 (0)