Device Streaming V1 API - Class Google::Cloud::DeviceStreaming::V1::AdbMessage (v0.1.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.