chore: Enable snippetgen for Python Bigtable Admin

PiperOrigin-RevId: 790755981
This commit is contained in:
Google APIs 2025-08-04 08:17:08 -07:00 committed by Copybara-Service
parent ef165499a8
commit eb6d57bd10

View file

@ -1,9 +1,5 @@
# This file was automatically generated by BuildFileGenerator
##############################################################################
# Common
##############################################################################
load("@rules_proto//proto:defs.bzl", "proto_library")
load(
"@com_google_googleapis_imports//:imports.bzl",
"cc_grpc_library",
@ -35,6 +31,11 @@ load(
"ruby_proto_library",
)
##############################################################################
# Common
##############################################################################
load("@rules_proto//proto:defs.bzl", "proto_library")
# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])
@ -171,7 +172,6 @@ py_gapic_library(
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=bigtable_admin",
"autogen-snippets=False",
],
rest_numeric_enums = True,
service_yaml = "bigtableadmin_v2.yaml",