Skip to content

Commit 0dd2ede

Browse files
authored
doc: update code generation command for new libraries (#11846)
1 parent 1f39b74 commit 0dd2ede

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/contributor/howto-guide-adding-generated-libraries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ bazel run \
124124
//generator:google-cloud-cpp-codegen -- \
125125
--protobuf_proto_path="${bazel_output_base}"/external/com_google_protobuf/src \
126126
--googleapis_proto_path="${bazel_output_base}"/external/com_google_googleapis \
127+
--discovery_proto_path="${PWD}" \
127128
--output_path="${PWD}" \
128129
--config_file="${PWD}/generator/generator_config.textproto" \
129130
--scaffold_templates_path="${PWD}/generator/templates/" \

0 commit comments

Comments
 (0)