public sealed class StreamStatus : IMessage<StreamStatus>, IEquatable<StreamStatus>, IDeepCloneable<StreamStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Device Streaming v1 API class StreamStatus.
The result of a stream.
Implements
IMessageStreamStatus, IEquatableStreamStatus, IDeepCloneableStreamStatus, IBufferMessage, IMessageNamespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Constructors
StreamStatus()
public StreamStatus()
StreamStatus(StreamStatus)
public StreamStatus(StreamStatus other)
Parameter | |
---|---|
Name | Description |
other |
StreamStatus |
Properties
Fail
public Fail Fail { get; set; }
Fail for failure.
Property Value | |
---|---|
Type | Description |
Fail |
Okay
public Okay Okay { get; set; }
Okay for success.
Property Value | |
---|---|
Type | Description |
Okay |
StatusCase
public StreamStatus.StatusOneofCase StatusCase { get; }
Property Value | |
---|---|
Type | Description |
StreamStatusStatusOneofCase |
StreamId
public int StreamId { get; set; }
The unique ID of this stream, assigned by the client.
Property Value | |
---|---|
Type | Description |
int |