Skip to content

Commit

Permalink
fix: Fixes ruby gem build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 358152223
  • Loading branch information
Google APIs authored and copybara-github committed Feb 18, 2021
1 parent d8d59fb commit e13001b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions google/devtools/clouderrorreporting/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ nodejs_gapic_assembly_pkg(
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_gapic_assembly_pkg",
"ruby_gapic_library",
"ruby_cloud_gapic_library",
"ruby_grpc_library",
"ruby_proto_library",
)
Expand All @@ -273,13 +273,20 @@ ruby_grpc_library(
deps = [":clouderrorreporting_ruby_proto"],
)

ruby_gapic_library(
ruby_cloud_gapic_library(
name = "clouderrorreporting_ruby_gapic",
src = ":clouderrorreporting_proto_with_info",
srcs = [":clouderrorreporting_proto_with_info",],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-error_reporting-v1beta1",
"ruby-cloud-title=Cloud Error Reporting V1beta1",
"ruby-cloud-description=The Error Reporting API provides a simple endpoint to report errors from your running service, and read access to error groups and their associated errors.",
"ruby-cloud-env-prefix=ERROR_REPORTING",
"ruby-cloud-product-url=https://cloud.google.com/error-reporting",
"ruby-cloud-api-id=clouderrorreporting.googleapis.com",
"ruby-cloud-api-shortname=clouderrorreporting",
],
gapic_yaml = "errorreporting_gapic.yaml",
grpc_service_config = "errorreporting_grpc_service_config.json",
package = "google.devtools.clouderrorreporting.v1beta1",
service_yaml = "clouderrorreporting_v1beta1.yaml",
deps = [
":clouderrorreporting_ruby_grpc",
":clouderrorreporting_ruby_proto",
Expand Down

0 comments on commit e13001b

Please sign in to comment.