Skip to content

Commit 410f323

Browse files
Google APIscopybara-github
authored andcommitted
chore: update bazel BUILD
PiperOrigin-RevId: 392995655
1 parent 5572865 commit 410f323

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/gkehub/v1beta1/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,18 @@ java_grpc_library(
6969
java_gapic_library(
7070
name = "gkehub_java_gapic",
7171
srcs = [":gkehub_proto_with_info"],
72+
gapic_yaml = "memberships_gapic.yaml",
7273
grpc_service_config = "membership_grpc_service_config.json",
74+
service_yaml = "gkehub_v1beta1.yaml",
7375
test_deps = [
7476
":gkehub_java_grpc",
77+
"//google/cloud/location:location_java_grpc",
7578
],
7679
deps = [
7780
":gkehub_java_proto",
81+
"//google/api:api_java_proto",
82+
"//google/cloud/location:location_java_grpc",
83+
"//google/cloud/location:location_java_proto",
7884
],
7985
)
8086

@@ -94,6 +100,9 @@ java_gapic_assembly_gradle_pkg(
94100
":gkehub_java_grpc",
95101
":gkehub_java_proto",
96102
":gkehub_proto",
103+
"//google/cloud/location:location_java_grpc",
104+
"//google/cloud/location:location_java_proto",
105+
"//google/cloud/location:location_proto",
97106
],
98107
)
99108

0 commit comments

Comments
 (0)