Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit e5b016e

Browse files
committed
feat: Create proto & grpc for Datastore admin V1.
1 parent 2d5416a commit e5b016e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/.OwlBot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ deep-copy-regex:
2525
- source: "/google/datastore/(v.*)/.*-java/proto-google-.*/src"
2626
dest: "/owl-bot-staging/$1/proto-google-cloud-datastore-$1/src"
2727
- source: "/google/datastore/(v.*)/.*-java/grpc-google-.*/src"
28-
dest: "/owl-bot-staging/$1/grpc-google-cloud-datastore-$1/src"
28+
dest: "/owl-bot-staging/$1/grpc-google-cloud-datastore-$1/src"
29+
- source: "/google/datastore/admin/(v.*)/.*-java/proto-google-.*/src"
30+
dest: "/owl-bot-staging/$1/proto-google-cloud-datastore-admin-$1/src"
31+
- source: "/google/datastore/admin/(v.*)/.*-java/grpc-google-.*/src"
32+
dest: "/owl-bot-staging/$1/grpc-google-cloud-datastore-admin-$1/src"

0 commit comments

Comments
 (0)