Update to support PHP batch generation (#359)

This commit is contained in:
michaelbausor 2017-05-30 12:10:43 -07:00 committed by GitHub
parent 74e7e85d06
commit 7075b13252
4 changed files with 8 additions and 1 deletions

View File

@ -54,6 +54,10 @@ nodejs:
- lib/operation*
php:
gapic_code_dir: ${REPOROOT}/artman/output/gax-php
git_repos:
staging:
paths:
- generated/php/google-longrunning-v1
python:
gapic_code_dir: ${REPOROOT}/artman/output/gax-python
git_repos:

View File

@ -59,7 +59,6 @@ php:
gapic_code_dir: ${REPOROOT}/artman/output/gcloud-php-cloud-vision
git_repos:
staging:
gapic_subpath: generated/php/google-cloud-vision-v1
paths:
- generated/php/google-cloud-vision-v1
python:

View File

@ -27,3 +27,5 @@ java:
dest: generated/java/proto-google-common-protos
- artifact: grpc
dest: generated/java/grpc-google-common-protos
php:
enable_batch_generation: false

View File

@ -23,3 +23,5 @@ java:
dest: generated/java/grpc-google-iam-v1
- artifact: proto
dest: generated/java/proto-google-iam-v1
php:
enable_batch_generation: false