chore: enable metadata generation

The GAPIC metadata JSON includes information about all methods generated for RPCs of the given service. Eventually, we'll enable it for all libraries and languages.

PiperOrigin-RevId: 343188178
This commit is contained in:
Google APIs 2020-11-18 17:12:23 -08:00 committed by Copybara-Service
parent 5587028631
commit 0e7ae7b0ba
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ nodejs_gapic_library(
grpc_service_config = "language_grpc_service_config.json",
package = "google.cloud.language.v1",
service_yaml = "//google/cloud/language:language_v1.yaml",
extra_protoc_parameters = ["metadata"],
deps = [],
)

View File

@ -231,6 +231,7 @@ nodejs_gapic_library(
grpc_service_config = "language_grpc_service_config.json",
package = "google.cloud.language.v1beta2",
service_yaml = "language_v1beta2.yaml",
extra_protoc_parameters = ["metadata"],
deps = [],
)