Skip to content

Commit 1ecbe07

Browse files
authored
Add container analysis v1beta to batch generation script (#3558)
1 parent 799710f commit 1ecbe07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

utilities/batch_generate_apis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def generate(artman_yaml, artifact_name=generate_api.JAVA_GAPIC):
4242
generate('google/bigtable/artman_bigtable.yaml')
4343
generate('google/bigtable/admin/artman_bigtableadmin.yaml')
4444
generate('google/container/artman_container.yaml')
45+
generate('google/devtools/containeranalysis/artman_containeranalysis_v1beta1.yaml')
4546
generate('google/cloud/dataproc/artman_dataproc_v1.yaml')
4647
generate('google/cloud/dataproc/artman_dataproc_v1beta2.yaml')
4748
generate('google/cloud/dialogflow/artman_dialogflow_v2.yaml')

utilities/generate_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def run_generate_api(config_path, artifact_name, noisy=False):
153153
print('This script doesn\'t set up new clients. If this is a new client, you need to:')
154154
print('1. Add the new proto and grpc modules into google-api-grpc/pom.xml')
155155
print('2. Add version declarations for the proto and grpc modules in google-api-grpc/pom.xml')
156-
print('3. Copy an existing client pom.xml to the new client directory, update its text')
157-
print('4. Copy an existing client README.md to the new client directory, update its text')
156+
print('3. Copy an existing client pom.xml to the new client directory in google-cloud-clients/google-cloud-[api], update its text')
157+
print('4. Copy an existing client README.md to the same new client directory, update its text')
158158
print('5. Add the new proto, grpc, and client modules into versions.txt')
159159
print('6. Add the new proto, grpc, and client modules into google-cloud-bom/pom.xml')
160160
print('7. Add the API to the list in the root README.md')

0 commit comments

Comments
 (0)