mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
chore(python): fix warehouse-package-name for containeranalysis v1
PiperOrigin-RevId: 490231518
This commit is contained in:
parent
0cbcc59360
commit
fea19470f9
1 changed files with 4 additions and 1 deletions
|
|
@ -184,7 +184,10 @@ py_gapic_library(
|
|||
name = "containeranalysis_py_gapic",
|
||||
srcs = [":containeranalysis_proto"],
|
||||
grpc_service_config = "containeranalysis_grpc_service_config.json",
|
||||
opt_args = ["python-gapic-namespace=google.cloud.devtools"],
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud.devtools",
|
||||
"warehouse-package-name=google-cloud-containeranalysis",
|
||||
],
|
||||
rest_numeric_enums = False,
|
||||
transport = "grpc",
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue