Skip to content

Commit d21399d

Browse files
committed
chore: Specify the rest transport for C# (again)
(Last time it broke as the generator Bazel rules weren't ready. This time they are.)
1 parent 5f58301 commit d21399d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/compute/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ csharp_gapic_library(
393393
srcs = [":compute_proto_with_info"],
394394
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
395395
grpc_service_config = ":compute_grpc_service_config.json",
396+
transport = "rest",
396397
deps = [
397398
":compute_csharp_grpc",
398399
":compute_csharp_proto",

0 commit comments

Comments
 (0)