Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
networkconnectivity_py_gapic
1 parent 7044962 commit 93aee4aCopy full SHA for 93aee4a
google/cloud/networkconnectivity/v1/BUILD.bazel
@@ -181,7 +181,9 @@ py_gapic_library(
181
grpc_service_config = "networkconnectivity_v1_grpc_service_config.json",
182
opt_args = ["warehouse-package-name=google-cloud-network-connectivity"],
183
rest_numeric_enums = True,
184
+ service_yaml = "networkconnectivity_v1.yaml",
185
transport = "grpc",
186
+ deps = ["//google/iam/v1:iam_policy_py_proto",]
187
)
188
189
py_test(
0 commit comments