Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::AdbMessage.
A message to an ADB server.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#open
def open() -> ::Google::Cloud::DeviceStreaming::V1::Open
-
(::Google::Cloud::DeviceStreaming::V1::Open) — Open a new stream.
Note: The following fields are mutually exclusive:
open
,stream_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#open=
def open=(value) -> ::Google::Cloud::DeviceStreaming::V1::Open
-
value (::Google::Cloud::DeviceStreaming::V1::Open) — Open a new stream.
Note: The following fields are mutually exclusive:
open
,stream_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeviceStreaming::V1::Open) — Open a new stream.
Note: The following fields are mutually exclusive:
open
,stream_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#stream_data
def stream_data() -> ::Google::Cloud::DeviceStreaming::V1::StreamData
-
(::Google::Cloud::DeviceStreaming::V1::StreamData) — Send data to a stream.
Note: The following fields are mutually exclusive:
stream_data
,open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#stream_data=
def stream_data=(value) -> ::Google::Cloud::DeviceStreaming::V1::StreamData
-
value (::Google::Cloud::DeviceStreaming::V1::StreamData) — Send data to a stream.
Note: The following fields are mutually exclusive:
stream_data
,open
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeviceStreaming::V1::StreamData) — Send data to a stream.
Note: The following fields are mutually exclusive:
stream_data
,open
. If a field in that set is populated, all other fields in the set will automatically be cleared.