|
|
|
@ -287,27 +287,26 @@ csharp_grpc_library( |
|
|
|
|
deps = [":recommendationengine_csharp_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Invalid C# namespaces, cannot build. |
|
|
|
|
# csharp_gapic_library( |
|
|
|
|
# name = "recommendationengine_csharp_gapic", |
|
|
|
|
# srcs = [":recommendationengine_proto_with_info"], |
|
|
|
|
# grpc_service_config = "recommendationengine_grpc_service_config.json", |
|
|
|
|
# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json", |
|
|
|
|
# deps = [ |
|
|
|
|
# ":recommendationengine_csharp_grpc", |
|
|
|
|
# ":recommendationengine_csharp_proto", |
|
|
|
|
# ], |
|
|
|
|
# ) |
|
|
|
|
csharp_gapic_library( |
|
|
|
|
name = "recommendationengine_csharp_gapic", |
|
|
|
|
srcs = [":recommendationengine_proto_with_info"], |
|
|
|
|
grpc_service_config = "recommendationengine_grpc_service_config.json", |
|
|
|
|
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json", |
|
|
|
|
deps = [ |
|
|
|
|
":recommendationengine_csharp_grpc", |
|
|
|
|
":recommendationengine_csharp_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# # Open Source Packages |
|
|
|
|
# csharp_gapic_assembly_pkg( |
|
|
|
|
# name = "google-cloud-recommendationengine-v1beta1-csharp", |
|
|
|
|
# deps = [ |
|
|
|
|
# ":recommendationengine_csharp_gapic", |
|
|
|
|
# ":recommendationengine_csharp_grpc", |
|
|
|
|
# ":recommendationengine_csharp_proto", |
|
|
|
|
# ], |
|
|
|
|
# ) |
|
|
|
|
# Open Source Packages |
|
|
|
|
csharp_gapic_assembly_pkg( |
|
|
|
|
name = "google-cloud-recommendationengine-v1beta1-csharp", |
|
|
|
|
deps = [ |
|
|
|
|
":recommendationengine_csharp_gapic", |
|
|
|
|
":recommendationengine_csharp_grpc", |
|
|
|
|
":recommendationengine_csharp_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# C++ |
|
|
|
|