Skip to content

Commit 835a0e0

Browse files
Google APIscopybara-github
authored andcommitted
chore(ruby): Embed accesscontextmanager/type types into the accesscontextmanager/v1 client
PiperOrigin-RevId: 397860208
1 parent 6d969eb commit 835a0e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google/identity/accesscontextmanager/v1/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ load(
266266

267267
ruby_proto_library(
268268
name = "accesscontextmanager_ruby_proto",
269-
deps = [":accesscontextmanager_proto"],
269+
deps = [
270+
":accesscontextmanager_proto",
271+
"//google/identity/accesscontextmanager/type:type_proto",
272+
],
270273
)
271274

272275
ruby_grpc_library(

0 commit comments

Comments
 (0)