feat: A new field region_code is added to message .google.devtools.testing.v1.LabInfo

PiperOrigin-RevId: 738108599
This commit is contained in:
Google APIs 2025-03-18 12:44:53 -07:00 committed by Copybara-Service
parent 4c4d2b6ad6
commit 419b39e69c

View file

@ -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.