feat(csharp): Enable REST transport in C#

This change does not affect other languages.

PiperOrigin-RevId: 502338808
pull/760/head
Google APIs 2 years ago committed by Copybara-Service
parent f2961269ad
commit 5a226be4e3
  1. 1
      google/api/apikeys/v2/BUILD.bazel
  2. 1
      google/cloud/asset/v1/BUILD.bazel
  3. 1
      google/cloud/datacatalog/v1/BUILD.bazel
  4. 1
      google/cloud/dataproc/v1/BUILD.bazel
  5. 1
      google/cloud/dialogflow/cx/v3/BUILD.bazel
  6. 1
      google/cloud/gkehub/v1/BUILD.bazel
  7. 1
      google/cloud/language/v1/BUILD.bazel
  8. 1
      google/cloud/metastore/v1/BUILD.bazel
  9. 1
      google/cloud/talent/v4/BUILD.bazel
  10. 1
      google/cloud/texttospeech/v1beta1/BUILD.bazel
  11. 1
      google/datastore/admin/v1/BUILD.bazel
  12. 1
      google/datastore/v1/BUILD.bazel
  13. 1
      google/devtools/artifactregistry/v1/BUILD.bazel
  14. 1
      google/devtools/artifactregistry/v1beta2/BUILD.bazel
  15. 1
      google/firestore/admin/v1/BUILD.bazel
  16. 1
      google/iam/v2/BUILD.bazel
  17. 1
      google/maps/addressvalidation/v1/BUILD.bazel
  18. 2
      google/maps/fleetengine/v1/BUILD.bazel
  19. 1
      google/maps/routing/v2/BUILD.bazel
  20. 1
      google/storagetransfer/v1/BUILD.bazel

@ -361,6 +361,7 @@ csharp_gapic_library(
grpc_service_config = "apikeys_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "apikeys_v2.yaml",
transport = "grpc+rest",
deps = [
":apikeys_csharp_grpc",
":apikeys_csharp_proto",

@ -377,6 +377,7 @@ csharp_gapic_library(
grpc_service_config = "cloudasset_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "cloudasset_v1.yaml",
transport = "grpc+rest",
deps = [
":asset_csharp_grpc",
":asset_csharp_proto",

@ -373,6 +373,7 @@ csharp_gapic_library(
grpc_service_config = "datacatalog_grpc_service_config.json",
rest_numeric_enums = False,
service_yaml = "datacatalog_v1.yaml",
transport = "grpc+rest",
deps = [
":datacatalog_csharp_grpc",
":datacatalog_csharp_proto",

@ -360,6 +360,7 @@ csharp_gapic_library(
grpc_service_config = "dataproc_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "dataproc_v1.yaml",
transport = "grpc+rest",
deps = [
":dataproc_csharp_grpc",
":dataproc_csharp_proto",

@ -429,6 +429,7 @@ csharp_gapic_library(
grpc_service_config = "dialogflow_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "dialogflow_v3.yaml",
transport = "grpc+rest",
deps = [
":cx_csharp_grpc",
":cx_csharp_proto",

@ -378,6 +378,7 @@ csharp_gapic_library(
grpc_service_config = "v1_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "gkehub_v1.yaml",
transport = "grpc+rest",
deps = [
":gkehub_csharp_grpc",
":gkehub_csharp_proto",

@ -349,6 +349,7 @@ csharp_gapic_library(
grpc_service_config = "language_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "language_v1.yaml",
transport = "grpc+rest",
deps = [
":language_csharp_grpc",
":language_csharp_proto",

@ -360,6 +360,7 @@ csharp_gapic_library(
grpc_service_config = "metastore_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "metastore_v1.yaml",
transport = "grpc+rest",
deps = [
":metastore_csharp_grpc",
":metastore_csharp_proto",

@ -381,6 +381,7 @@ csharp_gapic_library(
srcs = [":talent_proto_with_info"],
rest_numeric_enums = True,
service_yaml = "jobs_v4.yaml",
transport = "grpc+rest",
deps = [
":talent_csharp_grpc",
":talent_csharp_proto",

@ -359,6 +359,7 @@ csharp_gapic_library(
grpc_service_config = "texttospeech_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "texttospeech_v1beta1.yaml",
transport = "grpc+rest",
deps = [
":texttospeech_csharp_grpc",
":texttospeech_csharp_proto",

@ -310,6 +310,7 @@ csharp_gapic_library(
grpc_service_config = "datastore_admin_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "datastore_v1.yaml",
transport = "grpc+rest",
deps = [
":admin_csharp_grpc",
":admin_csharp_proto",

@ -365,6 +365,7 @@ csharp_gapic_library(
grpc_service_config = "datastore_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "datastore_v1.yaml",
transport = "grpc+rest",
deps = [
":datastore_csharp_grpc",
":datastore_csharp_proto",

@ -387,6 +387,7 @@ csharp_gapic_library(
grpc_service_config = "artifactregistry_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "artifactregistry_v1.yaml",
transport = "grpc+rest",
deps = [
":artifactregistry_csharp_grpc",
":artifactregistry_csharp_proto",

@ -386,6 +386,7 @@ csharp_gapic_library(
grpc_service_config = "artifactregistry_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "artifactregistry_v1beta2.yaml",
transport = "grpc+rest",
deps = [
":artifactregistry_csharp_grpc",
":artifactregistry_csharp_proto",

@ -371,6 +371,7 @@ csharp_gapic_library(
grpc_service_config = "firestore_admin_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "firestore_v1.yaml",
transport = "grpc+rest",
deps = [
":admin_csharp_grpc",
":admin_csharp_proto",

@ -363,6 +363,7 @@ csharp_gapic_library(
grpc_service_config = "iam_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "iam_v2.yaml",
transport = "grpc+rest",
deps = [
":iam_csharp_grpc",
":iam_csharp_proto",

@ -362,6 +362,7 @@ csharp_gapic_library(
grpc_service_config = "addressvalidation_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "addressvalidation_v1.yaml",
transport = "grpc+rest",
deps = [
":addressvalidation_csharp_grpc",
":addressvalidation_csharp_proto",

@ -310,6 +310,8 @@ csharp_gapic_library(
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
grpc_service_config = "fleetengine_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "fleetengine.yaml",
transport = "grpc+rest",
deps = [
":fleetengine_csharp_grpc",
":fleetengine_csharp_proto",

@ -380,6 +380,7 @@ csharp_gapic_library(
grpc_service_config = "library_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "routes_v2.yaml",
transport = "grpc+rest",
deps = [
":routing_csharp_grpc",
":routing_csharp_proto",

@ -323,6 +323,7 @@ csharp_gapic_library(
grpc_service_config = "storagetransfer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "storagetransfer_v1.yaml",
transport = "grpc+rest",
deps = [
":storagetransfer_csharp_grpc",
":storagetransfer_csharp_proto",

Loading…
Cancel
Save