[[["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 StatusUpdate (1.0.0-beta01)\n\n public sealed class StatusUpdate : IMessage\u003cStatusUpdate\u003e, IEquatable\u003cStatusUpdate\u003e, IDeepCloneable\u003cStatusUpdate\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Device Streaming v1 API class StatusUpdate.\n\nA StatusUpdate message given over the ADB protocol for the device state. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StatusUpdate \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StatusUpdate](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StatusUpdate), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StatusUpdate](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StatusUpdate), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StatusUpdate](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StatusUpdate), [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### StatusUpdate()\n\n public StatusUpdate()\n\n### StatusUpdate(StatusUpdate)\n\n public StatusUpdate(StatusUpdate other)\n\nProperties\n----------\n\n### Features\n\n public string Features { get; set; }\n\nA comma-separated list of \"features\" that this device supports.\n\n### Properties\n\n public MapField\u003cstring, string\u003e Properties { get; }\n\nA map of properties with information about this device.\n\n### State\n\n public StatusUpdate.Types.DeviceState State { get; set; }\n\nThe device's state"]]