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: Re-generate SecretManager v1beta1 client library #11402

Merged
merged 10 commits into from
Jan 28, 2025
2 changes: 2 additions & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,8 @@ libraries:
GAPICs:
- proto_path: google/cloud/secretmanager/v1
- proto_path: google/cloud/secretmanager/v1beta2
# v1beta1's version is in a different proto path from the rest
- proto_path: google/cloud/secret/v1beta1
lqiu96 marked this conversation as resolved.
Show resolved Hide resolved

- api_shortname: securesourcemanager
name_pretty: Secure Source Manager API
Expand Down
10 changes: 10 additions & 0 deletions java-secretmanager/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ deep-preserve-regex:


deep-copy-regex:
# The first four configurations are for v1beta1 configured in /google/cloud/secret/{version}
- source: "/google/cloud/secret/(v\\d.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-secretmanager/$1/proto-google-cloud-secretmanager-$1/src"
- source: "/google/cloud/secret/(v\\d.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/java-secretmanager/$1/grpc-google-cloud-secretmanager-$1/src"
- source: "/google/cloud/secret/(v\\d.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-secretmanager/$1/google-cloud-secretmanager/src"
- source: "/google/cloud/secret/(v\\d.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/java-secretmanager/$1/samples/snippets/generated"
# The next four configurations are for all others versions configured in /google/cloud/secretmanager/{version}
- source: "/google/cloud/secretmanager/(v\\d.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-secretmanager/$1/proto-google-cloud-secretmanager-$1/src"
- source: "/google/cloud/secretmanager/(v\\d.*)/.*-java/grpc-google-.*/src"
Expand Down
Loading