From 419b39e69c8ca2dff6be7096a7a1feebb99e27eb Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 18 Mar 2025 12:44:53 -0700 Subject: [PATCH] feat: A new field `region_code` is added to message `.google.devtools.testing.v1.LabInfo` PiperOrigin-RevId: 738108599 --- google/devtools/testing/v1/test_environment_discovery.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/devtools/testing/v1/test_environment_discovery.proto b/google/devtools/testing/v1/test_environment_discovery.proto index cc4e88e7bb..937d271c98 100644 --- a/google/devtools/testing/v1/test_environment_discovery.proto +++ b/google/devtools/testing/v1/test_environment_discovery.proto @@ -321,6 +321,10 @@ message LabInfo { // Lab name where the device is hosted. // If empty, the device is hosted in a Google owned lab. string name = 1; + + // The Unicode country/region code (CLDR) of the lab where the device is + // hosted. E.g. "US" for United States, "CH" for Switzerland. + string region_code = 2; } // The currently supported iOS devices.