-
Notifications
You must be signed in to change notification settings - Fork 58
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: confirm owlbot-copy succeeeded to transfer java files #2235
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is used in integration test against `generate_library.sh`. | ||
# Format: | ||
# proto_path repository_path is_handwritten | ||
# proto_path repository_path skip_postprocessing_test | ||
# google/bigtable/admin/v2 java-bigtable true | ||
# google/bigtable/v2 java-bigtable true | ||
google/cloud/apigeeconnect/v1 java-apigee-connect false | ||
|
@@ -17,7 +17,8 @@ google/cloud/redis/v1 java-redis false | |
google/cloud/redis/v1beta1 java-redis false | ||
# google/example/library/v1 google-cloud-example-library-v1-java null false | ||
google/devtools/containeranalysis/v1 java-containeranalysis false | ||
google/iam/v1 java-iam false | ||
google/iam/v1 java-iam true | ||
google/iam/v2 java-iam false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add another line for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll disable |
||
google/iam/credentials/v1 java-iamcredentials false | ||
google/logging/v2 java-logging true | ||
google/pubsub/v1 java-pubsub true | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
"${enable_postprocessing}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I added this and a couple other format fixes