Skip to content

Commit 5440048

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add custom instance config operations
PiperOrigin-RevId: 473928081
1 parent 565a550 commit 5440048

3 files changed

Lines changed: 511 additions & 41 deletions

File tree

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

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

@@ -207,6 +208,11 @@ py_gapic_assembly_pkg(
207208
],
208209
)
209210

211+
py_proto_library(
212+
name = "database_py_proto",
213+
deps = [":database_proto"],
214+
)
215+
210216
##############################################################################
211217
# PHP
212218
##############################################################################

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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",
2526
"@com_google_protobuf//:empty_proto",
2627
"@com_google_protobuf//:field_mask_proto",
2728
"@com_google_protobuf//:timestamp_proto",
@@ -116,6 +117,7 @@ go_proto_library(
116117
"//google/api:annotations_go_proto",
117118
"//google/iam/v1:iam_go_proto",
118119
"//google/longrunning:longrunning_go_proto",
120+
"//google/spanner/admin/database/v1:database_go_proto",
119121
],
120122
)
121123

@@ -172,6 +174,7 @@ py_gapic_library(
172174
],
173175
deps = [
174176
"//google/iam/v1:iam_policy_py_proto",
177+
"//google/spanner/admin/database/v1:database_py_proto",
175178
],
176179
)
177180

0 commit comments

Comments
 (0)