We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37528b commit a4761d5Copy full SHA for a4761d5
1 file changed
google/cloud/video/livestream/v1/BUILD.bazel
@@ -362,4 +362,20 @@ csharp_gapic_assembly_pkg(
362
##############################################################################
363
# C++
364
365
-# Put your C++ rules here
+load(
366
+ "@com_google_googleapis_imports//:imports.bzl",
367
+ "cc_grpc_library",
368
+ "cc_proto_library",
369
+)
370
+
371
+cc_proto_library(
372
+ name = "livestream_cc_proto",
373
+ deps = [":livestream_proto"],
374
375
376
+cc_grpc_library(
377
+ name = "livestream_cc_grpc",
378
+ srcs = [":livestream_proto"],
379
+ grpc_only = True,
380
+ deps = [":livestream_cc_proto"],
381
0 commit comments