Skip to content

Commit dbfbfdb

Browse files
Google APIscopybara-github
authored andcommitted
chore: disable Python snippetgen for bigtable
PiperOrigin-RevId: 431126635
1 parent b3397f5 commit dbfbfdb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

google/bigtable/admin/v2/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ py_gapic_library(
173173
opt_args = [
174174
"python-gapic-namespace=google.cloud",
175175
"python-gapic-name=bigtable_admin",
176+
"autogen-snippets=False",
176177
],
177178
)
178179

google/bigtable/v2/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ py_gapic_library(
152152
name = "bigtable_py_gapic",
153153
srcs = [":bigtable_proto"],
154154
grpc_service_config = "bigtable_grpc_service_config.json",
155-
opt_args = ["python-gapic-namespace=google.cloud"],
155+
opt_args = [
156+
"python-gapic-namespace=google.cloud",
157+
"autogen-snippets=False",
158+
],
156159
)
157160

158161
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)