Reference documentation and code samples for the Google Cloud Device Streaming V1 Client class Open.
Message for opening a new stream.
Generated from protobuf message google.cloud.devicestreaming.v1.Open
Namespace
Google \ Cloud \ DeviceStreaming \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stream_id
int
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.
↳ service
string
Optional. An ADB service to use in the new stream.
getStreamId
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.
int
setStreamId
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.
var
int
$this
getService
Optional. An ADB service to use in the new stream.
string
setService
Optional. An ADB service to use in the new stream.
var
string
$this