public enum Asset.AssetType extends Enum<Asset.AssetType> implements ProtocolMessageEnumThe role type of the asset.
Protobuf enum google.backstory.Asset.AssetType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
IOT |
An IOT asset. |
IOT_VALUE |
An IOT asset. |
LAPTOP |
A laptop computer. |
LAPTOP_VALUE |
A laptop computer. |
MOBILE |
A mobile device such as a mobile phone or PDA. |
MOBILE_VALUE |
A mobile device such as a mobile phone or PDA. |
NETWORK_ATTACHED_STORAGE |
A network attached storage device. |
NETWORK_ATTACHED_STORAGE_VALUE |
A network attached storage device. |
PRINTER |
A printer. |
PRINTER_VALUE |
A printer. |
ROLE_UNSPECIFIED |
Unspecified asset role. |
ROLE_UNSPECIFIED_VALUE |
Unspecified asset role. |
SCANNER |
A scanner. |
SCANNER_VALUE |
A scanner. |
SERVER |
A server. |
SERVER_VALUE |
A server. |
TAPE_LIBRARY |
A tape library device. |
TAPE_LIBRARY_VALUE |
A tape library device. |
UNRECOGNIZED |
|
WORKSTATION |
A workstation or desktop. |
WORKSTATION_VALUE |
A workstation or desktop. |
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() |
|