This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate java files for extended_operations.proto (#200)
feat: generate java files for error_reason.proto and localized_text.proto BigqueryAuditMetadata is being explicitly removed because it is introducing a [circular dependency](https://paste.googleplex.com/5113053075996672) with iam.Policy. common-protos cannot depend on iam because iam depends on common protos. This issue needs to be resolved before BigqueryAuditMetadata can be added to the java-common-protos
- Loading branch information
Showing
17 changed files
with
2,735 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ env_vars: { | |
} | ||
|
||
env_vars: { | ||
key: "ENABLE_BUILD_COP" | ||
key: "ENABLE_FLAKYBOT" | ||
value: "true" | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,6 @@ env_vars: { | |
} | ||
|
||
env_vars: { | ||
key: "ENABLE_BUILD_COP" | ||
key: "ENABLE_FLAKYBOT" | ||
value: "true" | ||
} |
Oops, something went wrong.