[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Device Streaming v1 API - Class AndroidDevice (1.0.0-beta01)\n\n public sealed class AndroidDevice : IMessage\u003cAndroidDevice\u003e, IEquatable\u003cAndroidDevice\u003e, IDeepCloneable\u003cAndroidDevice\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Device Streaming v1 API class AndroidDevice.\n\nA single Android device. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AndroidDevice \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AndroidDevice](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.AndroidDevice), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AndroidDevice](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.AndroidDevice), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AndroidDevice](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.AndroidDevice), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DeviceStreaming.V1](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DeviceStreaming.V1.dll\n\nConstructors\n------------\n\n### AndroidDevice()\n\n public AndroidDevice()\n\n### AndroidDevice(AndroidDevice)\n\n public AndroidDevice(AndroidDevice other)\n\nProperties\n----------\n\n### AndroidModelId\n\n public string AndroidModelId { get; set; }\n\nRequired. The id of the Android device to be used.\nUse the TestEnvironmentDiscoveryService to get supported options.\n\n### AndroidVersionId\n\n public string AndroidVersionId { get; set; }\n\nRequired. The id of the Android OS version to be used.\nUse the TestEnvironmentDiscoveryService to get supported options.\n\n### Locale\n\n public string Locale { get; set; }\n\nOptional. The locale the test device used for testing.\nUse the TestEnvironmentDiscoveryService to get supported options.\n\n### Orientation\n\n public string Orientation { get; set; }\n\nOptional. How the device is oriented during the test.\nUse the TestEnvironmentDiscoveryService to get supported options."]]