public interface AndroidDeviceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAndroidModelId()
public abstract String getAndroidModelId()
Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
string android_model_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The androidModelId. |
getAndroidModelIdBytes()
public abstract ByteString getAndroidModelIdBytes()
Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
string android_model_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for androidModelId. |
getAndroidVersionId()
public abstract String getAndroidVersionId()
Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
string android_version_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The androidVersionId. |
getAndroidVersionIdBytes()
public abstract ByteString getAndroidVersionIdBytes()
Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
string android_version_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for androidVersionId. |
getLocale()
public abstract String getLocale()
Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
string locale = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The locale. |
getLocaleBytes()
public abstract ByteString getLocaleBytes()
Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
string locale = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for locale. |
getOrientation()
public abstract String getOrientation()
Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
string orientation = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The orientation. |
getOrientationBytes()
public abstract ByteString getOrientationBytes()
Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
string orientation = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for orientation. |