Skip to content

Commit f472756

Browse files
authored
fix: Update shopping and chat common protos. (#2580)
1 parent 7b580e9 commit f472756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-common-protos/.OwlBot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ deep-copy-regex:
3333
dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src"
3434

3535
# For shopping common protos
36-
- source: "/google/shopping/merchant/reports/v1beta/google-cloud-merchant-reports-v1beta-java"
36+
- source: "/google/shopping/type/google-shopping-type-java/proto-google-shopping-type-java/src"
3737
dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src"
3838

3939
# It is only used once in https://github.com/googleapis/googleapis/blob/master/google/chat/v1/BUILD.bazel#L47,
4040
# and technically not a common proto, maybe a violation of AIP-215 if it is not.
4141
# 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.
42-
- source: "/google/apps/card/v1/google-apps-card-v1-java/proto-google-apps-card-v1-java"
42+
- source: "/google/apps/card/v1/google-apps-card-v1-java/proto-google-apps-card-v1-java/src"
4343
dest: "/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src"
4444

4545
- source: "/google/logging/type/google-logging-type-java/proto-google-logging-type-java/src"

0 commit comments

Comments
 (0)