mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
feat: A new field region_code is added to message .google.devtools.testing.v1.LabInfo
PiperOrigin-RevId: 738108599
This commit is contained in:
parent
4c4d2b6ad6
commit
419b39e69c
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue