mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
chore: Enable snippetgen for Python Bigtable Admin
PiperOrigin-RevId: 790755981
This commit is contained in:
parent
ef165499a8
commit
eb6d57bd10
1 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue