@@ -12,15 +12,21 @@ proto_library(
1212 srcs = [
1313 "arrow.proto" ,
1414 "avro.proto" ,
15+ "protobuf.proto" ,
1516 "storage.proto" ,
1617 "stream.proto" ,
18+ "table.proto" ,
1719 ],
1820 deps = [
1921 "//google/api:annotations_proto" ,
2022 "//google/api:client_proto" ,
2123 "//google/api:field_behavior_proto" ,
2224 "//google/api:resource_proto" ,
25+ "//google/rpc:status_proto" ,
26+ "@com_google_protobuf//:descriptor_proto" ,
27+ "@com_google_protobuf//:empty_proto" ,
2328 "@com_google_protobuf//:timestamp_proto" ,
29+ "@com_google_protobuf//:wrappers_proto" ,
2430 ],
2531)
2632
@@ -105,6 +111,7 @@ go_proto_library(
105111 protos = [":storage_proto" ],
106112 deps = [
107113 "//google/api:annotations_go_proto" ,
114+ "//google/rpc:status_go_proto" ,
108115 ],
109116)
110117
@@ -236,53 +243,55 @@ nodejs_gapic_assembly_pkg(
236243##############################################################################
237244# Ruby
238245##############################################################################
239- load (
240- "@com_google_googleapis_imports//:imports.bzl" ,
241- "ruby_cloud_gapic_library" ,
242- "ruby_gapic_assembly_pkg" ,
243- "ruby_grpc_library" ,
244- "ruby_proto_library" ,
245- )
246-
247- ruby_proto_library (
248- name = "storage_ruby_proto" ,
249- deps = [":storage_proto" ],
250- )
251-
252- ruby_grpc_library (
253- name = "storage_ruby_grpc" ,
254- srcs = [":storage_proto" ],
255- deps = [":storage_ruby_proto" ],
256- )
257-
258- ruby_cloud_gapic_library (
259- name = "storage_ruby_gapic" ,
260- srcs = [":storage_proto_with_info" ],
261- extra_protoc_parameters = [
262- "ruby-cloud-gem-name=google-cloud-bigquery-storage-v1" ,
263- "ruby-cloud-env-prefix=BIGQUERY_STORAGE" ,
264- "ruby-cloud-product-url=https://cloud.google.com/bigquery/docs/reference/storage" ,
265- "ruby-cloud-api-id=bigquerystorage.googleapis.com" ,
266- "ruby-cloud-api-shortname=bigquerystorage" ,
267- ],
268- grpc_service_config = "bigquerystorage_grpc_service_config.json" ,
269- ruby_cloud_description = "The BigQuery Storage API provides fast access to BigQuery managed storage." ,
270- ruby_cloud_title = "BigQuery Storage V1" ,
271- deps = [
272- ":storage_ruby_grpc" ,
273- ":storage_ruby_proto" ,
274- ],
275- )
276-
277- # Open Source Packages
278- ruby_gapic_assembly_pkg (
279- name = "google-cloud-bigquery-storage-v1-ruby" ,
280- deps = [
281- ":storage_ruby_gapic" ,
282- ":storage_ruby_grpc" ,
283- ":storage_ruby_proto" ,
284- ],
285- )
246+ # disabled due to https://github.com/protocolbuffers/protobuf/issues/7992
247+ #
248+ # load(
249+ # "@com_google_googleapis_imports//:imports.bzl",
250+ # "ruby_cloud_gapic_library",
251+ # "ruby_gapic_assembly_pkg",
252+ # "ruby_grpc_library",
253+ # "ruby_proto_library",
254+ # )
255+
256+ # ruby_proto_library(
257+ # name = "storage_ruby_proto",
258+ # deps = [":storage_proto"],
259+ # )
260+
261+ # ruby_grpc_library(
262+ # name = "storage_ruby_grpc",
263+ # srcs = [":storage_proto"],
264+ # deps = [":storage_ruby_proto"],
265+ # )
266+
267+ # ruby_cloud_gapic_library(
268+ # name = "storage_ruby_gapic",
269+ # srcs = [":storage_proto_with_info"],
270+ # extra_protoc_parameters = [
271+ # "ruby-cloud-gem-name=google-cloud-bigquery-storage-v1",
272+ # "ruby-cloud-env-prefix=BIGQUERY_STORAGE",
273+ # "ruby-cloud-product-url=https://cloud.google.com/bigquery/docs/reference/storage",
274+ # "ruby-cloud-api-id=bigquerystorage.googleapis.com",
275+ # "ruby-cloud-api-shortname=bigquerystorage",
276+ # ],
277+ # grpc_service_config = "bigquerystorage_grpc_service_config.json",
278+ # ruby_cloud_description = "The BigQuery Storage API provides fast access to BigQuery managed storage.",
279+ # ruby_cloud_title = "BigQuery Storage V1",
280+ # deps = [
281+ # ":storage_ruby_grpc",
282+ # ":storage_ruby_proto",
283+ # ],
284+ # )
285+
286+ # # Open Source Packages
287+ # ruby_gapic_assembly_pkg(
288+ # name = "google-cloud-bigquery-storage-v1-ruby",
289+ # deps = [
290+ # ":storage_ruby_gapic",
291+ # ":storage_ruby_grpc",
292+ # ":storage_ruby_proto",
293+ # ],
294+ # )
286295
287296##############################################################################
288297# C#
0 commit comments