artman batch config updates (#150)
This commit is contained in:
parent
7891d66e2a
commit
aee949dddd
|
|
@ -13,6 +13,7 @@ common:
|
|||
output_dir: ${REPOROOT}/artman/output
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-errorreporting
|
||||
enable_batch_generation: True
|
||||
python:
|
||||
final_repo_dir: ${REPOROOT}/artman/output/gcloud-python-errorreporting
|
||||
go:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ common:
|
|||
- ${REPOROOT}/googleapis/google/cloud/language/v1beta1/language_gapic.yaml
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-language
|
||||
enable_batch_generation: True
|
||||
python:
|
||||
final_repo_dir: ${REPOROOT}/artman/output/gcloud-python-cloud-language
|
||||
go:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ common:
|
|||
output_dir: ${REPOROOT}/artman/output
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-monitoring
|
||||
enable_batch_generation: True
|
||||
php:
|
||||
final_repo_dir: ${REPOROOT}/artman/output/gcloud-php-monitoring
|
||||
python:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ common:
|
|||
- ${REPOROOT}/googleapis/google/cloud/speech/v1beta1/cloud_speech_gapic.yaml
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-speech
|
||||
enable_batch_generation: True
|
||||
python:
|
||||
final_repo_dir: ${REPOROOT}/artman/output/gcloud-python-cloud-speech
|
||||
go:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ common:
|
|||
output_dir: ${REPOROOT}/artman/output
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-trace
|
||||
enable_batch_generation: True
|
||||
python:
|
||||
final_repo_dir: ${REPOROOT}/artman/output/gcloud-python-trace
|
||||
ruby:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ common:
|
|||
output_dir: ${REPOROOT}/artman/output
|
||||
gapic_api_yaml:
|
||||
- ${REPOROOT}/googleapis/google/cloud/vision/v1/vision_gapic.yaml
|
||||
enable_batch_generation: True
|
||||
java:
|
||||
final_repo_dir: ${REPOROOT}/google-cloud-java/google-cloud-vision
|
||||
python:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
common:
|
||||
toolkit_path: ${REPOROOT}/toolkit
|
||||
staging_repo_dir: ${REPOROOT}/client-library-staging/generated
|
||||
staging_repo_dir: ${REPOROOT}/api-client-staging/generated
|
||||
java:
|
||||
enable_batch_generation: True
|
||||
gapic_language_yaml:
|
||||
|
|
|
|||
Loading…
Reference in New Issue