Skip to content

Commit cf65a53

Browse files
Google APIscopybara-github
authored andcommitted
chore: add generated snippets for Document AI
PiperOrigin-RevId: 410062505
1 parent 3b0e3e9 commit cf65a53

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/documentai/v1/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ py_gapic_library(
178178
name = "documentai_py_gapic",
179179
srcs = [":documentai_proto"],
180180
grpc_service_config = "documentai_v1_grpc_service_config.json",
181+
opt_args = [
182+
"autogen-snippets"
183+
]
181184
)
182185

183186
# Open Source Packages

google/cloud/documentai/v1beta3/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ py_gapic_library(
180180
name = "documentai_py_gapic",
181181
srcs = [":documentai_proto"],
182182
grpc_service_config = "documentai_v1beta3_grpc_service_config.json",
183+
opt_args = [
184+
"autogen-snippets"
185+
]
183186
)
184187

185188
# Open Source Packages

0 commit comments

Comments
 (0)