Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update shopping and chat common protos. #2580

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading