File tree Expand file tree Collapse file tree
google/cloud/bigquery/migration/v2alpha Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ proto_library(
2626 "migration_error_details.proto" ,
2727 "migration_metrics.proto" ,
2828 "migration_service.proto" ,
29+ "translation_service.proto" ,
2930 "translation_task.proto" ,
3031 ],
3132 deps = [
@@ -358,9 +359,7 @@ csharp_gapic_library(
358359 common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
359360 grpc_service_config = "bigquerymigration_grpc_service_config.json" ,
360361 rest_numeric_enums = False ,
361- # Currently the service YAML file refers to SqlTranslationService which isn't
362- # published yet. This needs fixing before we can publish this API for C#.
363- # service_yaml = "bigquerymigration_v2alpha.yaml",
362+ service_yaml = "bigquerymigration_v2alpha.yaml" ,
364363 deps = [
365364 ":migration_csharp_grpc" ,
366365 ":migration_csharp_proto" ,
You can’t perform that action at this time.
0 commit comments