From 1cbeafa1527735b8c0cec1112be169b146892c48 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 12 Apr 2024 10:02:12 -0700 Subject: [PATCH] chore: enable new client surfaces for PHP PiperOrigin-RevId: 624213011 --- google/chat/v1/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/chat/v1/BUILD.bazel b/google/chat/v1/BUILD.bazel index 461d2c245f3f7..31dd1512d5fbc 100644 --- a/google/chat/v1/BUILD.bazel +++ b/google/chat/v1/BUILD.bazel @@ -244,7 +244,7 @@ php_gapic_library( name = "chat_php_gapic", srcs = [":chat_proto_with_info"], grpc_service_config = "chat_grpc_service_config.json", - migration_mode = "PRE_MIGRATION_SURFACE_ONLY", + migration_mode = "NEW_SURFACE_ONLY", rest_numeric_enums = True, service_yaml = "chat_v1.yaml", transport = "grpc+rest",