Skip to content

Commit

Permalink
build: add package name to BUILD file for nodejs-web-security-scanner
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 348500610
  • Loading branch information
Google APIs authored and copybara-github committed Dec 21, 2020
1 parent 089409f commit bfdb1df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/websecurityscanner/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ load(

nodejs_gapic_library(
name = "websecurityscanner_nodejs_gapic",
package_name = "@google-cloud/web-security-scanner",
src = ":websecurityscanner_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "websecurityscanner_grpc_service_config.json",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/websecurityscanner/v1alpha/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ load(

nodejs_gapic_library(
name = "websecurityscanner_nodejs_gapic",
package_name = "@google-cloud/web-security-scanner",
src = ":websecurityscanner_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "websecurityscanner_grpc_service_config.json",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/websecurityscanner/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ load(

nodejs_gapic_library(
name = "websecurityscanner_nodejs_gapic",
package_name = "@google-cloud/web-security-scanner",
src = ":websecurityscanner_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "websecurityscanner_grpc_service_config.json",
Expand Down

0 comments on commit bfdb1df

Please sign in to comment.