Skip to content

Commit e544df5

Browse files
Google APIscopybara-github
authored andcommitted
fix!: Revert add custom instance config operations (change broke client libraries; reverting before any are released)
PiperOrigin-RevId: 473985182
1 parent e2bb76c commit e544df5

3 files changed

Lines changed: 41 additions & 511 deletions

File tree

google/spanner/admin/database/v1/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ load(
173173
"@com_google_googleapis_imports//:imports.bzl",
174174
"py_gapic_assembly_pkg",
175175
"py_gapic_library",
176-
"py_proto_library",
177176
"py_test",
178177
)
179178

@@ -208,11 +207,6 @@ py_gapic_assembly_pkg(
208207
],
209208
)
210209

211-
py_proto_library(
212-
name = "database_py_proto",
213-
deps = [":database_proto"],
214-
)
215-
216210
##############################################################################
217211
# PHP
218212
##############################################################################

google/spanner/admin/instance/v1/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ proto_library(
2222
"//google/iam/v1:iam_policy_proto",
2323
"//google/iam/v1:policy_proto",
2424
"//google/longrunning:operations_proto",
25-
"//google/spanner/admin/database/v1:database_proto",
2625
"@com_google_protobuf//:empty_proto",
2726
"@com_google_protobuf//:field_mask_proto",
2827
"@com_google_protobuf//:timestamp_proto",
@@ -117,7 +116,6 @@ go_proto_library(
117116
"//google/api:annotations_go_proto",
118117
"//google/iam/v1:iam_go_proto",
119118
"//google/longrunning:longrunning_go_proto",
120-
"//google/spanner/admin/database/v1:database_go_proto",
121119
],
122120
)
123121

@@ -174,7 +172,6 @@ py_gapic_library(
174172
],
175173
deps = [
176174
"//google/iam/v1:iam_policy_py_proto",
177-
"//google/spanner/admin/database/v1:database_py_proto",
178175
],
179176
)
180177

0 commit comments

Comments
 (0)