[[["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-08-28 UTC."],[],[],null,["# Device Streaming v1 API - Class DeviceMessage (1.0.0-beta01)\n\n public sealed class DeviceMessage : IMessage\u003cDeviceMessage\u003e, IEquatable\u003cDeviceMessage\u003e, IDeepCloneable\u003cDeviceMessage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Device Streaming v1 API class DeviceMessage.\n\nA message returned from a device. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeviceMessage \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeviceMessage](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.DeviceMessage), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeviceMessage](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.DeviceMessage), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeviceMessage](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.DeviceMessage), [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### DeviceMessage()\n\n public DeviceMessage()\n\n### DeviceMessage(DeviceMessage)\n\n public DeviceMessage(DeviceMessage other)\n\nProperties\n----------\n\n### ContentsCase\n\n public DeviceMessage.ContentsOneofCase ContentsCase { get; }\n\n### StatusUpdate\n\n public StatusUpdate StatusUpdate { get; set; }\n\nInformation about the device's state.\n\n### StreamData\n\n public StreamData StreamData { get; set; }\n\nData from an open stream.\n\n### StreamStatus\n\n public StreamStatus StreamStatus { get; set; }\n\nThe result of a device stream from ADB."]]