Skip to content

Commit

Permalink
Add container analysis v1beta to batch generation script (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Aug 14, 2018
1 parent 799710f commit 1ecbe07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions utilities/batch_generate_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def generate(artman_yaml, artifact_name=generate_api.JAVA_GAPIC):
generate('google/bigtable/artman_bigtable.yaml')
generate('google/bigtable/admin/artman_bigtableadmin.yaml')
generate('google/container/artman_container.yaml')
generate('google/devtools/containeranalysis/artman_containeranalysis_v1beta1.yaml')
generate('google/cloud/dataproc/artman_dataproc_v1.yaml')
generate('google/cloud/dataproc/artman_dataproc_v1beta2.yaml')
generate('google/cloud/dialogflow/artman_dialogflow_v2.yaml')
Expand Down
4 changes: 2 additions & 2 deletions utilities/generate_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def run_generate_api(config_path, artifact_name, noisy=False):
print('This script doesn\'t set up new clients. If this is a new client, you need to:')
print('1. Add the new proto and grpc modules into google-api-grpc/pom.xml')
print('2. Add version declarations for the proto and grpc modules in google-api-grpc/pom.xml')
print('3. Copy an existing client pom.xml to the new client directory, update its text')
print('4. Copy an existing client README.md to the new client directory, update its text')
print('3. Copy an existing client pom.xml to the new client directory in google-cloud-clients/google-cloud-[api], update its text')
print('4. Copy an existing client README.md to the same new client directory, update its text')
print('5. Add the new proto, grpc, and client modules into versions.txt')
print('6. Add the new proto, grpc, and client modules into google-cloud-bom/pom.xml')
print('7. Add the API to the list in the root README.md')
Expand Down

0 comments on commit 1ecbe07

Please sign in to comment.