public enum EntityMetadata.EntityType extends Enum<EntityMetadata.EntityType> implements ProtocolMessageEnumDescribes the type of entity. An unknown event type.
Protobuf enum google.backstory.EntityMetadata.EntityType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ASSET |
An asset, such as workstation, laptop, phone, virtual machine, etc. |
ASSET_VALUE |
An asset, such as workstation, laptop, phone, virtual machine, etc. |
CIDR_BLOCK |
A CIDR block. |
CIDR_BLOCK_VALUE |
A CIDR block. |
DOMAIN_NAME |
A domain. |
DOMAIN_NAME_VALUE |
A domain. |
FILE |
A file. |
FILE_VALUE |
A file. |
GROUP |
Group. |
GROUP_VALUE |
Group. |
IP_ADDRESS |
An external IP address. |
IP_ADDRESS_VALUE |
An external IP address. |
METRIC |
A metric. |
METRIC_VALUE |
A metric. |
MUTEX |
A mutex. |
MUTEX_VALUE |
A mutex. |
RESOURCE |
Resource. |
RESOURCE_VALUE |
Resource. |
UNKNOWN_ENTITYTYPE |
@hide_from_doc |
UNKNOWN_ENTITYTYPE_VALUE |
@hide_from_doc |
UNRECOGNIZED |
|
URL |
A url. |
URL_VALUE |
A url. |
USER |
User. |
USER_VALUE |
User. |
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() |
|