From f472756590215308305bbb370097e300439f168b Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 15 Mar 2024 14:52:17 -0400 Subject: [PATCH] fix: Update shopping and chat common protos. (#2580) --- java-common-protos/.OwlBot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-common-protos/.OwlBot.yaml b/java-common-protos/.OwlBot.yaml index 14bb0edc75..1c93522786 100644 --- a/java-common-protos/.OwlBot.yaml +++ b/java-common-protos/.OwlBot.yaml @@ -33,13 +33,13 @@ deep-copy-regex: dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src" # For shopping common protos -- source: "/google/shopping/merchant/reports/v1beta/google-cloud-merchant-reports-v1beta-java" +- source: "/google/shopping/type/google-shopping-type-java/proto-google-shopping-type-java/src" dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src" # It is only used once in https://github.com/googleapis/googleapis/blob/master/google/chat/v1/BUILD.bazel#L47, # and technically not a common proto, maybe a violation of AIP-215 if it is not. # However, it's better to put it here so that we don't have to manually add it to BUILD.bazel file and hermetic build scripts. -- source: "/google/apps/card/v1/google-apps-card-v1-java/proto-google-apps-card-v1-java" +- source: "/google/apps/card/v1/google-apps-card-v1-java/proto-google-apps-card-v1-java/src" dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src" - source: "/google/logging/type/google-logging-type-java/proto-google-logging-type-java/src"