Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::StreamStatus.
The result of a stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fail
def fail() -> ::Google::Cloud::DeviceStreaming::V1::Fail
-
(::Google::Cloud::DeviceStreaming::V1::Fail) — Fail for failure.
Note: The following fields are mutually exclusive:
fail
,okay
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#fail=
def fail=(value) -> ::Google::Cloud::DeviceStreaming::V1::Fail
-
value (::Google::Cloud::DeviceStreaming::V1::Fail) — Fail for failure.
Note: The following fields are mutually exclusive:
fail
,okay
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeviceStreaming::V1::Fail) — Fail for failure.
Note: The following fields are mutually exclusive:
fail
,okay
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#okay
def okay() -> ::Google::Cloud::DeviceStreaming::V1::Okay
-
(::Google::Cloud::DeviceStreaming::V1::Okay) — Okay for success.
Note: The following fields are mutually exclusive:
okay
,fail
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#okay=
def okay=(value) -> ::Google::Cloud::DeviceStreaming::V1::Okay
-
value (::Google::Cloud::DeviceStreaming::V1::Okay) — Okay for success.
Note: The following fields are mutually exclusive:
okay
,fail
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeviceStreaming::V1::Okay) — Okay for success.
Note: The following fields are mutually exclusive:
okay
,fail
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#stream_id
def stream_id() -> ::Integer
- (::Integer) — The unique ID of this stream, assigned by the client.
#stream_id=
def stream_id=(value) -> ::Integer
- value (::Integer) — The unique ID of this stream, assigned by the client.
- (::Integer) — The unique ID of this stream, assigned by the client.