|
|
@ -243,55 +243,54 @@ nodejs_gapic_assembly_pkg( |
|
|
|
############################################################################## |
|
|
|
############################################################################## |
|
|
|
# Ruby |
|
|
|
# Ruby |
|
|
|
############################################################################## |
|
|
|
############################################################################## |
|
|
|
# disabled due to https://github.com/protocolbuffers/protobuf/issues/7992 |
|
|
|
|
|
|
|
# |
|
|
|
load( |
|
|
|
# load( |
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
# "@com_google_googleapis_imports//:imports.bzl", |
|
|
|
"ruby_cloud_gapic_library", |
|
|
|
# "ruby_cloud_gapic_library", |
|
|
|
"ruby_gapic_assembly_pkg", |
|
|
|
# "ruby_gapic_assembly_pkg", |
|
|
|
"ruby_grpc_library", |
|
|
|
# "ruby_grpc_library", |
|
|
|
"ruby_proto_library", |
|
|
|
# "ruby_proto_library", |
|
|
|
) |
|
|
|
# ) |
|
|
|
|
|
|
|
|
|
|
|
ruby_proto_library( |
|
|
|
# ruby_proto_library( |
|
|
|
name = "storage_ruby_proto", |
|
|
|
# name = "storage_ruby_proto", |
|
|
|
deps = [":storage_proto"], |
|
|
|
# deps = [":storage_proto"], |
|
|
|
) |
|
|
|
# ) |
|
|
|
|
|
|
|
|
|
|
|
ruby_grpc_library( |
|
|
|
# ruby_grpc_library( |
|
|
|
name = "storage_ruby_grpc", |
|
|
|
# name = "storage_ruby_grpc", |
|
|
|
srcs = [":storage_proto"], |
|
|
|
# srcs = [":storage_proto"], |
|
|
|
deps = [":storage_ruby_proto"], |
|
|
|
# deps = [":storage_ruby_proto"], |
|
|
|
) |
|
|
|
# ) |
|
|
|
|
|
|
|
|
|
|
|
ruby_cloud_gapic_library( |
|
|
|
# ruby_cloud_gapic_library( |
|
|
|
name = "storage_ruby_gapic", |
|
|
|
# name = "storage_ruby_gapic", |
|
|
|
srcs = [":storage_proto_with_info"], |
|
|
|
# srcs = [":storage_proto_with_info"], |
|
|
|
extra_protoc_parameters = [ |
|
|
|
# extra_protoc_parameters = [ |
|
|
|
"ruby-cloud-gem-name=google-cloud-bigquery-storage-v1", |
|
|
|
# "ruby-cloud-gem-name=google-cloud-bigquery-storage-v1", |
|
|
|
"ruby-cloud-env-prefix=BIGQUERY_STORAGE", |
|
|
|
# "ruby-cloud-env-prefix=BIGQUERY_STORAGE", |
|
|
|
"ruby-cloud-product-url=https://cloud.google.com/bigquery/docs/reference/storage", |
|
|
|
# "ruby-cloud-product-url=https://cloud.google.com/bigquery/docs/reference/storage", |
|
|
|
"ruby-cloud-api-id=bigquerystorage.googleapis.com", |
|
|
|
# "ruby-cloud-api-id=bigquerystorage.googleapis.com", |
|
|
|
"ruby-cloud-api-shortname=bigquerystorage", |
|
|
|
# "ruby-cloud-api-shortname=bigquerystorage", |
|
|
|
], |
|
|
|
# ], |
|
|
|
grpc_service_config = "bigquerystorage_grpc_service_config.json", |
|
|
|
# grpc_service_config = "bigquerystorage_grpc_service_config.json", |
|
|
|
ruby_cloud_description = "The BigQuery Storage API provides fast access to BigQuery managed storage.", |
|
|
|
# ruby_cloud_description = "The BigQuery Storage API provides fast access to BigQuery managed storage.", |
|
|
|
ruby_cloud_title = "BigQuery Storage V1", |
|
|
|
# ruby_cloud_title = "BigQuery Storage V1", |
|
|
|
deps = [ |
|
|
|
# deps = [ |
|
|
|
":storage_ruby_grpc", |
|
|
|
# ":storage_ruby_grpc", |
|
|
|
":storage_ruby_proto", |
|
|
|
# ":storage_ruby_proto", |
|
|
|
], |
|
|
|
# ], |
|
|
|
) |
|
|
|
# ) |
|
|
|
|
|
|
|
|
|
|
|
# Open Source Packages |
|
|
|
# # Open Source Packages |
|
|
|
ruby_gapic_assembly_pkg( |
|
|
|
# ruby_gapic_assembly_pkg( |
|
|
|
name = "google-cloud-bigquery-storage-v1-ruby", |
|
|
|
# name = "google-cloud-bigquery-storage-v1-ruby", |
|
|
|
deps = [ |
|
|
|
# deps = [ |
|
|
|
":storage_ruby_gapic", |
|
|
|
# ":storage_ruby_gapic", |
|
|
|
":storage_ruby_grpc", |
|
|
|
# ":storage_ruby_grpc", |
|
|
|
":storage_ruby_proto", |
|
|
|
# ":storage_ruby_proto", |
|
|
|
], |
|
|
|
# ], |
|
|
|
) |
|
|
|
# ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
############################################################################## |
|
|
|
# C# |
|
|
|
# C# |
|
|
|