Class: Google::Cloud::DeviceStreaming::V1::StreamData
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::StreamData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/adb_service.rb
Overview
Data for a stream.
Instance Attribute Summary collapse
-
#close ⇒ ::Google::Cloud::DeviceStreaming::V1::Close
The stream is closing.
-
#data ⇒ ::String
Data in the stream.
-
#stream_id ⇒ ::Integer
Required.
Instance Attribute Details
#close ⇒ ::Google::Cloud::DeviceStreaming::V1::Close
Returns The stream is closing. EOF.
Note: The following fields are mutually exclusive: close
, data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
164 165 166 167 |
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 164 class StreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data ⇒ ::String
Returns Data in the stream.
Note: The following fields are mutually exclusive: data
, close
. If a field in that set is populated, all other fields in the set will automatically be cleared.
164 165 166 167 |
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 164 class StreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_id ⇒ ::Integer
Returns Required. The unique ID of this stream, assigned by the client.
164 165 166 167 |
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 164 class StreamData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |