chore: Enable REGAPIC in selected C# packages

This matches the existing configuration in the google-cloud-dotnet repository.

PiperOrigin-RevId: 500795565
pull/765/head
Google APIs 2 years ago committed by Copybara-Service
parent 961d1eeff4
commit 59af416e90
  1. 1
      google/cloud/accessapproval/v1/BUILD.bazel
  2. 1
      google/cloud/batch/v1/BUILD.bazel
  3. 1
      google/cloud/domains/v1/BUILD.bazel
  4. 1
      google/cloud/gaming/v1/BUILD.bazel
  5. 1
      google/cloud/notebooks/v1/BUILD.bazel
  6. 1
      google/cloud/scheduler/v1/BUILD.bazel
  7. 1
      google/cloud/secretmanager/v1/BUILD.bazel
  8. 1
      google/cloud/texttospeech/v1/BUILD.bazel
  9. 1
      google/cloud/vision/v1/BUILD.bazel

@ -347,6 +347,7 @@ csharp_gapic_library(
grpc_service_config = "accessapproval_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "accessapproval_v1.yaml",
transport = "grpc+rest",
deps = [
":accessapproval_csharp_grpc",
":accessapproval_csharp_proto",

@ -368,6 +368,7 @@ csharp_gapic_library(
grpc_service_config = "batch_v1_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "batch_v1.yaml",
transport = "grpc+rest",
deps = [
":batch_csharp_grpc",
":batch_csharp_proto",

@ -358,6 +358,7 @@ csharp_gapic_library(
grpc_service_config = "domains_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "domains_v1.yaml",
transport = "grpc+rest",
deps = [
":domains_csharp_grpc",
":domains_csharp_proto",

@ -367,6 +367,7 @@ csharp_gapic_library(
grpc_service_config = "gaming_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "gameservices_v1.yaml",
transport = "grpc+rest",
deps = [
":gaming_csharp_grpc",
":gaming_csharp_proto",

@ -375,6 +375,7 @@ csharp_gapic_library(
grpc_service_config = "notebooks_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "notebooks_v1.yaml",
transport = "grpc+rest",
deps = [
":notebooks_csharp_grpc",
":notebooks_csharp_proto",

@ -360,6 +360,7 @@ csharp_gapic_library(
grpc_service_config = "cloudscheduler_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "cloudscheduler_v1.yaml",
transport = "grpc+rest",
deps = [
":scheduler_csharp_grpc",
":scheduler_csharp_proto",

@ -360,6 +360,7 @@ csharp_gapic_library(
grpc_service_config = "secretmanager_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "secretmanager_v1.yaml",
transport = "grpc+rest",
deps = [
":secretmanager_csharp_grpc",
":secretmanager_csharp_proto",

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

@ -371,6 +371,7 @@ csharp_gapic_library(
grpc_service_config = "vision_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "vision_v1.yaml",
transport = "grpc+rest",
deps = [
":vision_csharp_grpc",
":vision_csharp_proto",

Loading…
Cancel
Save