Skip to content

Commit

Permalink
feat: Add custom instance config operations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 473928081
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 13, 2022
1 parent 565a550 commit 5440048
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 41 deletions.
6 changes: 6 additions & 0 deletions google/spanner/admin/database/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
"py_gapic_library",
"py_proto_library",
"py_test",
)

Expand Down Expand Up @@ -207,6 +208,11 @@ py_gapic_assembly_pkg(
],
)

py_proto_library(
name = "database_py_proto",
deps = [":database_proto"],
)

##############################################################################
# PHP
##############################################################################
Expand Down
3 changes: 3 additions & 0 deletions google/spanner/admin/instance/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ proto_library(
"//google/iam/v1:iam_policy_proto",
"//google/iam/v1:policy_proto",
"//google/longrunning:operations_proto",
"//google/spanner/admin/database/v1:database_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:timestamp_proto",
Expand Down Expand Up @@ -116,6 +117,7 @@ go_proto_library(
"//google/api:annotations_go_proto",
"//google/iam/v1:iam_go_proto",
"//google/longrunning:longrunning_go_proto",
"//google/spanner/admin/database/v1:database_go_proto",
],
)

Expand Down Expand Up @@ -172,6 +174,7 @@ py_gapic_library(
],
deps = [
"//google/iam/v1:iam_policy_py_proto",
"//google/spanner/admin/database/v1:database_py_proto",
],
)

Expand Down

0 comments on commit 5440048

Please sign in to comment.