Skip to content

Commit 83728bb

Browse files
Google APIscopybara-github
authored andcommitted
chore: enable python snippetgen for privatecatalog
Committer: @busunkim96 PiperOrigin-RevId: 397369926
1 parent ab61c52 commit 83728bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

google/cloud/privatecatalog/v1beta1/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ py_gapic_library(
169169
name = "privatecatalog_py_gapic",
170170
srcs = [":privatecatalog_proto"],
171171
grpc_service_config = "cloudprivatecatalog_grpc_service_config.json",
172-
opt_args = ["warehouse-package-name=google-cloud-private-catalog"]
172+
opt_args = [
173+
"warehouse-package-name=google-cloud-private-catalog",
174+
"autogen-snippets"
175+
]
173176
)
174177

175178
# Open Source Packages

0 commit comments

Comments
 (0)