public interface DeviceMessageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentsCase()
public abstract DeviceMessage.ContentsCase getContentsCase()
Returns | |
---|---|
Type | Description |
DeviceMessage.ContentsCase |
getStatusUpdate()
public abstract StatusUpdate getStatusUpdate()
Information about the device's state.
.google.cloud.devicestreaming.v1.StatusUpdate status_update = 1;
Returns | |
---|---|
Type | Description |
StatusUpdate |
The statusUpdate. |
getStatusUpdateOrBuilder()
public abstract StatusUpdateOrBuilder getStatusUpdateOrBuilder()
Information about the device's state.
.google.cloud.devicestreaming.v1.StatusUpdate status_update = 1;
Returns | |
---|---|
Type | Description |
StatusUpdateOrBuilder |
getStreamData()
public abstract StreamData getStreamData()
Data from an open stream.
.google.cloud.devicestreaming.v1.StreamData stream_data = 3;
Returns | |
---|---|
Type | Description |
StreamData |
The streamData. |
getStreamDataOrBuilder()
public abstract StreamDataOrBuilder getStreamDataOrBuilder()
Data from an open stream.
.google.cloud.devicestreaming.v1.StreamData stream_data = 3;
Returns | |
---|---|
Type | Description |
StreamDataOrBuilder |
getStreamStatus()
public abstract StreamStatus getStreamStatus()
The result of a device stream from ADB.
.google.cloud.devicestreaming.v1.StreamStatus stream_status = 2;
Returns | |
---|---|
Type | Description |
StreamStatus |
The streamStatus. |
getStreamStatusOrBuilder()
public abstract StreamStatusOrBuilder getStreamStatusOrBuilder()
The result of a device stream from ADB.
.google.cloud.devicestreaming.v1.StreamStatus stream_status = 2;
Returns | |
---|---|
Type | Description |
StreamStatusOrBuilder |
hasStatusUpdate()
public abstract boolean hasStatusUpdate()
Information about the device's state.
.google.cloud.devicestreaming.v1.StatusUpdate status_update = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the statusUpdate field is set. |
hasStreamData()
public abstract boolean hasStreamData()
Data from an open stream.
.google.cloud.devicestreaming.v1.StreamData stream_data = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the streamData field is set. |
hasStreamStatus()
public abstract boolean hasStreamStatus()
The result of a device stream from ADB.
.google.cloud.devicestreaming.v1.StreamStatus stream_status = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the streamStatus field is set. |