Class AndroidDevice (0.2.0)

public final class AndroidDevice extends GeneratedMessageV3 implements AndroidDeviceOrBuilder

A single Android device.

Protobuf type google.cloud.devicestreaming.v1.AndroidDevice

Static Fields

ANDROID_MODEL_ID_FIELD_NUMBER

public static final int ANDROID_MODEL_ID_FIELD_NUMBER
Field Value
Type Description
int

ANDROID_VERSION_ID_FIELD_NUMBER

public static final int ANDROID_VERSION_ID_FIELD_NUMBER
Field Value
Type Description
int

LOCALE_FIELD_NUMBER

public static final int LOCALE_FIELD_NUMBER
Field Value
Type Description
int

ORIENTATION_FIELD_NUMBER

public static final int ORIENTATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AndroidDevice getDefaultInstance()
Returns
Type Description
AndroidDevice

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AndroidDevice.Builder newBuilder()
Returns
Type Description
AndroidDevice.Builder

newBuilder(AndroidDevice prototype)

public static AndroidDevice.Builder newBuilder(AndroidDevice prototype)
Parameter
Name Description
prototype AndroidDevice
Returns
Type Description
AndroidDevice.Builder

parseDelimitedFrom(InputStream input)

public static AndroidDevice parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AndroidDevice parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AndroidDevice parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AndroidDevice parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AndroidDevice parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AndroidDevice parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AndroidDevice parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AndroidDevice
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AndroidDevice> parser()
Returns
Type Description
Parser<AndroidDevice>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAndroidModelId()

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

getDefaultInstanceForType()

public AndroidDevice getDefaultInstanceForType()
Returns
Type Description
AndroidDevice

getLocale()

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

getParserForType()

public Parser<AndroidDevice> getParserForType()
Returns
Type Description
Parser<AndroidDevice>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AndroidDevice.Builder newBuilderForType()
Returns
Type Description
AndroidDevice.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AndroidDevice.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AndroidDevice.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AndroidDevice.Builder toBuilder()
Returns
Type Description
AndroidDevice.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException