chore: disable Python snippetgen for bigtable

PiperOrigin-RevId: 431126635
pull/706/head
Google APIs 3 years ago committed by Copybara-Service
parent b3397f5feb
commit dbfbfdb38a
  1. 1
      google/bigtable/admin/v2/BUILD.bazel
  2. 5
      google/bigtable/v2/BUILD.bazel

@ -173,6 +173,7 @@ py_gapic_library(
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=bigtable_admin",
"autogen-snippets=False",
],
)

@ -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(

Loading…
Cancel
Save