Skip to content

Commit

Permalink
fix: Update shopping and chat common protos. (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Mar 15, 2024
1 parent 7b580e9 commit f472756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-common-protos/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f472756

Please sign in to comment.