@@ -55,24 +55,24 @@ of versions.txt.
55
55
For each module (e.g. ` google-cloud-java/java-asset ` ), the following files/folders
56
56
will be created/modified:
57
57
58
- | Name | Notes |
59
- | :----------------------------| :-------------------------------------------------------------------------|
60
- | google-* / | Source code generated by gapic-generator-java |
61
- | google-* /pom.xml | Only be generated if it does not exist |
62
- | grpc-* / | Source code generated by grpc generator, one per each version |
63
- | grpc-* /pom.xml | Only be generated if it does not exist |
64
- | proto-* / | Source code generated by Protobuf default compiler, one per each version |
65
- | proto-* /pom.xml | Only be generated if it does not exist |
66
- | samples/snippets/generated/ | Only be generated if ` include_samples ` is set to true |
67
- | google-* -bom/pom.xml | Library BOM, only be generated if it does not exist |
68
- | pom.xml | Library parent BOM, only be generated if it does not exist |
69
- | .repo-metadata.json | Always generated from inputs |
70
- | .OwlBot.yaml | Only be generated from a template if it does not exist |
71
- | owlbot.py | Only be generated from a template if it does not exist |
72
- | README.md | Always generated from inputs |
73
- | gapic-libraries-bom/pom.xml | Always generated from inputs |
74
- | pom.xml (repo root dir) | Always generated from inputs |
75
- | versions.txt | New entries will be added if they don’t exist |
58
+ | Name | Notes |
59
+ | :------------------------------------ | :-------------------------------------------------------------------------|
60
+ | google-* / | Source code generated by gapic-generator-java |
61
+ | google-* /pom.xml | Only be generated if it does not exist |
62
+ | grpc-* / | Source code generated by grpc generator, one per each version |
63
+ | grpc-* /pom.xml | Only be generated if it does not exist |
64
+ | proto-* / | Source code generated by Protobuf default compiler, one per each version |
65
+ | proto-* /pom.xml | Only be generated if it does not exist |
66
+ | samples/snippets/generated/ | Only be generated if ` include_samples ` is set to true |
67
+ | google-* -bom/pom.xml | Library BOM, only be generated if it does not exist |
68
+ | pom.xml | Library parent BOM, only be generated if it does not exist |
69
+ | .repo-metadata.json | Always generated from inputs |
70
+ | .OwlBot-hermetic .yaml | Only be generated from a template if it does not exist |
71
+ | owlbot.py | Only be generated from a template if it does not exist |
72
+ | README.md | Always generated from inputs |
73
+ | gapic-libraries-bom/pom.xml | Always generated from inputs |
74
+ | pom.xml (repo root dir) | Always generated from inputs |
75
+ | versions.txt | New entries will be added if they don’t exist |
76
76
77
77
### googleapis commit history
78
78
@@ -231,7 +231,7 @@ $repository_path
231
231
| |_samples
232
232
| | |_snippets
233
233
| | | |_generated
234
- | |_.OwlBot.yaml
234
+ | |_.OwlBot-hermetic .yaml
235
235
| |_.repo-metadata.json
236
236
| |_owlbot.py
237
237
| |_pom.xml
@@ -275,7 +275,7 @@ $repository_path
275
275
| |_samples
276
276
| | |_snippets
277
277
| | | |_generated
278
- | |_.OwlBot.yaml
278
+ | |_.OwlBot-hermetic .yaml
279
279
| |_.repo-metadata.json
280
280
| |_owlbot.py
281
281
| |_pom.xml
0 commit comments