Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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