public enum StatusUpdate.DeviceState extends Enum<StatusUpdate.DeviceState> implements ProtocolMessageEnum
The state displayed with the ADB Device when running "adb devices"
Protobuf enum google.cloud.devicestreaming.v1.StatusUpdate.DeviceState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTHORIZING |
The ADB device is in the "authorizing" status. |
AUTHORIZING_VALUE |
The ADB device is in the "authorizing" status. |
CONNECTING |
The ADB device is in the "connecting" status. |
CONNECTING_VALUE |
The ADB device is in the "connecting" status. |
DEVICE |
The ADB device is in the "device" status. |
DEVICE_STATE_UNSPECIFIED |
The device state is unknown. |
DEVICE_STATE_UNSPECIFIED_VALUE |
The device state is unknown. |
DEVICE_VALUE |
The ADB device is in the "device" status. |
MISSING |
The ADB device is in the "missing" status. |
MISSING_VALUE |
The ADB device is in the "missing" status. |
OFFLINE |
The ADB device is in the "offline" status. |
OFFLINE_VALUE |
The ADB device is in the "offline" status. |
RECOVERY |
The ADB device is in the "recovery" status. |
RECOVERY_VALUE |
The ADB device is in the "recovery" status. |
RESCUE |
The ADB device is in the "rescue" status. |
RESCUE_VALUE |
The ADB device is in the "rescue" status. |
SIDELOAD |
The ADB device is in the "sideload" status. |
SIDELOAD_VALUE |
The ADB device is in the "sideload" status. |
UNAUTHORIZED |
The ADB device is in the "unauthorized" status. |
UNAUTHORIZED_VALUE |
The ADB device is in the "unauthorized" status. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |