[[["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 StreamStatus (1.0.0-beta01)\n\n public sealed class StreamStatus : IMessage\u003cStreamStatus\u003e, IEquatable\u003cStreamStatus\u003e, IDeepCloneable\u003cStreamStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Device Streaming v1 API class StreamStatus.\n\nThe result of a stream. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StreamStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StreamStatus](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StreamStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StreamStatus](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StreamStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StreamStatus](/dotnet/docs/reference/Google.Cloud.DeviceStreaming.V1/latest/Google.Cloud.DeviceStreaming.V1.StreamStatus), [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### StreamStatus()\n\n public StreamStatus()\n\n### StreamStatus(StreamStatus)\n\n public StreamStatus(StreamStatus other)\n\nProperties\n----------\n\n### Fail\n\n public Fail Fail { get; set; }\n\nFail for failure.\n\n### Okay\n\n public Okay Okay { get; set; }\n\nOkay for success.\n\n### StatusCase\n\n public StreamStatus.StatusOneofCase StatusCase { get; }\n\n### StreamId\n\n public int StreamId { get; set; }\n\nThe unique ID of this stream, assigned by the client."]]