@@ -298,26 +298,34 @@ csharp_grpc_library(
298298 deps = [":connection_csharp_proto" ],
299299)
300300
301- csharp_gapic_library (
302- name = "connection_csharp_gapic" ,
303- srcs = [":connection_proto_with_info" ],
304- common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
305- grpc_service_config = "bigqueryconnection_grpc_service_config.json" ,
306- deps = [
307- ":connection_csharp_grpc" ,
308- ":connection_csharp_proto" ,
309- ],
310- )
311-
312- # Open Source Packages
313- csharp_gapic_assembly_pkg (
314- name = "google-cloud-bigquery-connection-v1beta1-csharp" ,
315- deps = [
316- ":connection_csharp_gapic" ,
317- ":connection_csharp_grpc" ,
318- ":connection_csharp_proto" ,
319- ],
320- )
301+ ##
302+ # [2021-09-17, virost] Disabled this pending investigation because
303+ # the pagination in the ListConnections methods plays havoc with the
304+ # pagination detection in the generator.
305+ # Likely because the type is google.protobuf.UInt32Value
306+ #
307+ # This is for v1beta1 (unpublished for C#), v1 is unaffected
308+ #
309+ # csharp_gapic_library(
310+ # name = "connection_csharp_gapic",
311+ # srcs = [":connection_proto_with_info"],
312+ # common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
313+ # grpc_service_config = "bigqueryconnection_grpc_service_config.json",
314+ # deps = [
315+ # ":connection_csharp_grpc",
316+ # ":connection_csharp_proto",
317+ # ],
318+ # )
319+
320+ # # Open Source Packages
321+ # csharp_gapic_assembly_pkg(
322+ # name = "google-cloud-bigquery-connection-v1beta1-csharp",
323+ # deps = [
324+ # ":connection_csharp_gapic",
325+ # ":connection_csharp_grpc",
326+ # ":connection_csharp_proto",
327+ # ],
328+ # )
321329
322330##############################################################################
323331# C++
0 commit comments