Skip to content

Commit

Permalink
chore(ruby): Backfill Ruby microgenerator params for Transcoder V1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390638960
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 13, 2021
1 parent c47ff19 commit b08c556
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/video/transcoder/v1/BUILD.bazel
Expand Up @@ -271,9 +271,15 @@ ruby_cloud_gapic_library(
name = "transcoder_ruby_gapic",
srcs = [":transcoder_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-api-id=transcoder.googleapis.com",
"ruby-cloud-api-shortname=transcoder",
"ruby-cloud-env-prefix=TRANSCODER",
"ruby-cloud-gem-name=google-cloud-video-transcoder-v1",
"ruby-cloud-product-url=https://cloud.google.com/transcoder/",
],
grpc_service_config = "transcoder_grpc_service_config.json",
ruby_cloud_description = "The Transcoder API allows you to convert video files and package them for optimized delivery to web, mobile and connected TVs.",
ruby_cloud_title = "Transcoder V1",
deps = [
":transcoder_ruby_grpc",
":transcoder_ruby_proto",
Expand Down

0 comments on commit b08c556

Please sign in to comment.