From eb6d57bd107cec300d2be7158a99280fdff2f673 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 4 Aug 2025 08:17:08 -0700 Subject: [PATCH] chore: Enable snippetgen for Python Bigtable Admin PiperOrigin-RevId: 790755981 --- google/bigtable/admin/v2/BUILD.bazel | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/google/bigtable/admin/v2/BUILD.bazel b/google/bigtable/admin/v2/BUILD.bazel index a08a8535fe..b5686ee36b 100644 --- a/google/bigtable/admin/v2/BUILD.bazel +++ b/google/bigtable/admin/v2/BUILD.bazel @@ -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",