aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle APIs <noreply@google.com>2024-04-24 06:29:32 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-24 06:30:20 -0700
commitbf3ee9307c4bcc438cd75506bb58751fd699d55d (patch)
treeb594610db299a5353951b00fc6314d1044091aa8
parent0179dcc4d2b4d7376e7f0292b15c72aab3100dd6 (diff)
downloadgoogleapis-bf3ee9307c4bcc438cd75506bb58751fd699d55d.tar.gz
chore(ruby): Add shopping type dependency to google-shopping-merchant gems
PiperOrigin-RevId: 627709155
-rw-r--r--google/shopping/merchant/lfp/v1beta/BUILD.bazel1
-rw-r--r--google/shopping/merchant/notifications/v1beta/BUILD.bazel1
2 files changed, 2 insertions, 0 deletions
diff --git a/google/shopping/merchant/lfp/v1beta/BUILD.bazel b/google/shopping/merchant/lfp/v1beta/BUILD.bazel
index ce65e8b07..bc7ac7080 100644
--- a/google/shopping/merchant/lfp/v1beta/BUILD.bazel
+++ b/google/shopping/merchant/lfp/v1beta/BUILD.bazel
@@ -316,6 +316,7 @@ ruby_cloud_gapic_library(
srcs = [":lfp_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-shopping-merchant-lfp-v1beta",
+ "ruby-cloud-extra-dependencies=google-shopping-type=>0.0+<2.a",
],
grpc_service_config = "lfp_grpc_service_config.json",
rest_numeric_enums = True,
diff --git a/google/shopping/merchant/notifications/v1beta/BUILD.bazel b/google/shopping/merchant/notifications/v1beta/BUILD.bazel
index 9524d7a3a..ba5498d6c 100644
--- a/google/shopping/merchant/notifications/v1beta/BUILD.bazel
+++ b/google/shopping/merchant/notifications/v1beta/BUILD.bazel
@@ -308,6 +308,7 @@ ruby_cloud_gapic_library(
srcs = [":notifications_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-shopping-merchant-notifications-v1beta",
+ "ruby-cloud-extra-dependencies=google-shopping-type=>0.0+<2.a",
],
grpc_service_config = "notifications_grpc_service_config.json",
rest_numeric_enums = True,