Skip to content

Commit

Permalink
chore: Specify rest transport for C# Compute GAPIC library (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Aug 15, 2022
1 parent e6e875a commit b1f76aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/compute/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ csharp_gapic_library(
srcs = [":compute_proto_with_info"],
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
grpc_service_config = ":compute_grpc_service_config.json",
transport = "rest",
deps = [
":compute_csharp_grpc",
":compute_csharp_proto",
Expand Down

0 comments on commit b1f76aa

Please sign in to comment.