Skip to content

Commit a24e1f5

Browse files
Google APIscopybara-github
authored andcommitted
chore: enable python snippetgen for aiplatform
Committer: @dizcology PiperOrigin-RevId: 399732585
1 parent 9d7c743 commit a24e1f5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ py_gapic_library(
264264
name = "aiplatform_py_gapic",
265265
srcs = [":aiplatform_proto"],
266266
grpc_service_config = "aiplatform_grpc_service_config.json",
267+
opt_args = ["autogen-snippets"],
267268
)
268269

269270
# Open Source Packages

google/cloud/aiplatform/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ py_gapic_library(
276276
name = "aiplatform_py_gapic",
277277
srcs = [":aiplatform_proto"],
278278
grpc_service_config = "aiplatform_grpc_service_config.json",
279+
opt_args = ["autogen-snippets"],
279280
)
280281

281282
# Open Source Packages

0 commit comments

Comments
 (0)