Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93aee4a

Browse files
Google APIscopybara-github
authored andcommitted
fix: Add service_yaml_parameters to networkconnectivity_py_gapic
PiperOrigin-RevId: 513621642
1 parent 7044962 commit 93aee4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/networkconnectivity/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ py_gapic_library(
181181
grpc_service_config = "networkconnectivity_v1_grpc_service_config.json",
182182
opt_args = ["warehouse-package-name=google-cloud-network-connectivity"],
183183
rest_numeric_enums = True,
184+
service_yaml = "networkconnectivity_v1.yaml",
184185
transport = "grpc",
186+
deps = ["//google/iam/v1:iam_policy_py_proto",]
185187
)
186188

187189
py_test(

0 commit comments

Comments
 (0)