fix: Include common protos in google-cloud-bigquery-data_exchange-v1b… · googleapis/googleapis@6781fcd

File tree

1 file changed

lines changed

  • google/cloud/bigquery/dataexchange/v1beta1

1 file changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -272,6 +272,11 @@ load(

272272

"ruby_proto_library",

273273

)

274274
275+

_RUBY_SUBPACKAGE_DEPS = [

276+

"//google/cloud/bigquery/dataexchange/common:common_ruby_proto",

277+

"//google/cloud/bigquery/dataexchange/common:common_ruby_grpc",

278+

]

279+
275280

ruby_proto_library(

276281

name = "dataexchange_ruby_proto",

277282

deps = [":dataexchange_proto"],

@@ -298,7 +303,7 @@ ruby_cloud_gapic_library(

298303

deps = [

299304

":dataexchange_ruby_grpc",

300305

":dataexchange_ruby_proto",

301-

],

306+

] + _RUBY_SUBPACKAGE_DEPS,

302307

)

303308
304309

# Open Source Packages

@@ -308,7 +313,7 @@ ruby_gapic_assembly_pkg(

308313

":dataexchange_ruby_gapic",

309314

":dataexchange_ruby_grpc",

310315

":dataexchange_ruby_proto",

311-

],

316+

] + _RUBY_SUBPACKAGE_DEPS,

312317

)

313318
314319

##############################################################################