Skip to content

Commit

Permalink
chore: disable Python snippetgen for bigtable
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 431126635
  • Loading branch information
Google APIs authored and copybara-github committed Feb 26, 2022
1 parent b3397f5 commit dbfbfdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions google/bigtable/admin/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ py_gapic_library(
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=bigtable_admin",
"autogen-snippets=False",
],
)

Expand Down
5 changes: 4 additions & 1 deletion google/bigtable/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ py_gapic_library(
name = "bigtable_py_gapic",
srcs = [":bigtable_proto"],
grpc_service_config = "bigtable_grpc_service_config.json",
opt_args = ["python-gapic-namespace=google.cloud"],
opt_args = [
"python-gapic-namespace=google.cloud",
"autogen-snippets=False",
],
)

py_gapic_assembly_pkg(
Expand Down

0 comments on commit dbfbfdb

Please sign in to comment.