Skip to content

Commit

Permalink
feat: generate GAPIC metadata file for Node.js by default (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Dec 8, 2020
1 parent 9cfa03f commit 4e92a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ load(

nodejs_gapic_library(
name = "{{name}}_nodejs_gapic",
package_name = "@google-cloud/{{name}}",
src = ":{{name}}_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = {{grpc_service_config}},
package = "{{package}}",
service_yaml = "{{service_yaml}}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ load(

nodejs_gapic_library(
name = "library_nodejs_gapic",
package_name = "@google-cloud/library",
src = ":library_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "library_example_grpc_service_config.json",
package = "google.example.library.v1",
service_yaml = "//google/example/library:library_example_v1.yaml",
Expand Down

0 comments on commit 4e92a9b

Please sign in to comment.