Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::Open.
Message for opening a new stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service
def service() -> ::String
Returns
- (::String) — Optional. An ADB service to use in the new stream.
#service=
def service=(value) -> ::String
Parameter
- value (::String) — Optional. An ADB service to use in the new stream.
Returns
- (::String) — Optional. An ADB service to use in the new stream.
#stream_id
def stream_id() -> ::Integer
Returns
- (::Integer) — Required. The unique ID that will be used to talk to this stream. This should probably just be a number that increments for each new Open request.
#stream_id=
def stream_id=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The unique ID that will be used to talk to this stream. This should probably just be a number that increments for each new Open request.
Returns
- (::Integer) — Required. The unique ID that will be used to talk to this stream. This should probably just be a number that increments for each new Open request.