Class: Google::Cloud::DeviceStreaming::V1::AdbMessage
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::AdbMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/adb_service.rb
Overview
A message to an ADB server.
Instance Attribute Summary collapse
-
#open ⇒ ::Google::Cloud::DeviceStreaming::V1::Open
Open a new stream.
-
#stream_data ⇒ ::Google::Cloud::DeviceStreaming::V1::StreamData
Send data to a stream.
Instance Attribute Details
#open ⇒ ::Google::Cloud::DeviceStreaming::V1::Open
Returns 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.
56 57 58 59 |
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 56 class AdbMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_data ⇒ ::Google::Cloud::DeviceStreaming::V1::StreamData
Returns 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.
56 57 58 59 |
# File 'proto_docs/google/cloud/devicestreaming/v1/adb_service.rb', line 56 class AdbMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |