Skip to content

Commit

Permalink
chore: Update orchestration/airflow BUILD.bazel files for nodejs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 394536640
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 2, 2021
1 parent e3c419f commit 8bc0991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/orchestration/airflow/service/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ load(

nodejs_gapic_library(
name = "service_nodejs_gapic",
package_name = "@google-cloud/composer",
package_name = "@google-cloud/orchestration-airflow",
src = ":service_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "composer_grpc_service_config.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ load(

nodejs_gapic_library(
name = "service_nodejs_gapic",
package_name = "@google-cloud/composer",
package_name = "@google-cloud/orchestration-airflow",
src = ":service_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "composer_grpc_service_config.json",
Expand Down

0 comments on commit 8bc0991

Please sign in to comment.