Skip to content

Commit

Permalink
chore: add fully annotated/configd api to tests (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Sep 19, 2019
1 parent 84a3adf commit 83696a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ generate --go_gapic_opt 'go-gapic-package=cloud.google.com/go/kms/apiv1;kms' $GO
echo "Generating Cloud Data Catalog v1beta1"
generate --go_gapic_opt 'go-gapic-package=cloud.google.com/go/datacatalog/apiv1beta1;datacatalog' $GOOGLEAPIS/google/cloud/datacatalog/v1beta1/*.proto

echo "Generating Cloud Text-to-Speech v1 w/gRPC ServiceConfig"
generate --go_gapic_opt 'go-gapic-package=cloud.google.com/go/texttospeech/apiv1;texttospeech' --go_gapic_opt "grpc-service-config=$GOOGLEAPIS/google/cloud/texttospeech/v1/texttospeech_grpc_service_config.json" $GOOGLEAPIS/google/cloud/texttospeech/v1/*.proto

echo "Generation complete"

echo "Running gofmt to check for syntax errors"
Expand Down

0 comments on commit 83696a4

Please sign in to comment.