fix: only configure new surface for latest API versions (Functions, Speech,

Talent)

PiperOrigin-RevId: 535364999
pull/807/head^2
Google APIs 2 years ago committed by Copybara-Service
parent 2a185dbd12
commit f8fb681a79
  1. 1
      google/cloud/functions/v1/BUILD.bazel
  2. 1
      google/cloud/functions/v2/BUILD.bazel
  3. 1
      google/cloud/speech/v1/BUILD.bazel
  4. 2
      google/cloud/speech/v2/BUILD.bazel
  5. 1
      google/cloud/talent/v4/BUILD.bazel
  6. 1
      google/cloud/talent/v4beta1/BUILD.bazel

@ -238,7 +238,6 @@ php_gapic_library(
name = "functions_php_gapic",
srcs = [":functions_proto_with_info"],
grpc_service_config = "functions_grpc_service_config.json",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "cloudfunctions_v1.yaml",
transport = "grpc+rest",

@ -235,6 +235,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudfunctions_v2.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":functions_php_grpc",
":functions_php_proto",

@ -231,7 +231,6 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "speech_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":speech_php_grpc",
":speech_php_proto",

@ -228,7 +228,7 @@ php_gapic_library(
name = "speech_php_gapic",
srcs = [":speech_proto_with_info"],
grpc_service_config = "speech_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
rest_numeric_enums = True,
service_yaml = "speech_v2.yaml",
transport = "grpc+rest",

@ -253,6 +253,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "jobs_v4.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":talent_php_grpc",
":talent_php_proto",

@ -260,7 +260,6 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "jobs_v4beta1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":talent_php_grpc",
":talent_php_proto",

Loading…
Cancel
Save