UdmEventInfo

JSON representation
{"event":{object (UDM)},"entity":{object (Entity)},"datatableRowInfo":[{object (SearchDataTableRowInfo)}],"filterProperties":{object (FilterProperties)},"eventLogToken":string,"alertNumber":integer,"displayName":string,"chip":{object (Chip)},"uid":string,"annotations":[enum (Annotation)],"detections":[{object (Collection)}],"outcomes":[{object (UdmColumnType)}],"connectedComponentLabel":string,"ttrKeys":{object (TtrKeyInfo)},"idAndPath":{object (IdAndPath)},"memcacheInfo":{object (MemcacheInfo)},"placerRowInfo":{object (PlacerRowInfo)},"tenantId":string,"tenantCode":string}
Fields
event

object (UDM)

entity

object (Entity)

datatableRowInfo[]

object (SearchDataTableRowInfo)

filterProperties
(deprecated)

object (FilterProperties)

This item is deprecated!

eventLogToken

string

alertNumber

integer

displayName
(deprecated)

string

This item is deprecated!

chip
(deprecated)

object (Chip)

This item is deprecated!

uid

string (bytes format)

A base64-encoded string.

annotations[]

enum (Annotation)

detections[]

object (Collection)

outcomes[]

object (UdmColumnType)

connectedComponentLabel

string (bytes format)

Optional.

A base64-encoded string.

ttrKeys

object (TtrKeyInfo)

idAndPath

object (IdAndPath)

memcacheInfo

object (MemcacheInfo)

placerRowInfo

object (PlacerRowInfo)

tenantId

string

Optional.

tenantCode

string

SearchDataTableRowInfo

JSON representation
{"dataTable":string,"rows":[{object (SearchDataTableRow)}]}
Fields
dataTable

string

rows[]

object (SearchDataTableRow)

SearchDataTableRow

JSON representation
{"column":string,"value":string}
Fields
column

string

value

string

Annotation

Enums
ANNOTATION_UNSPECIFIED
ANNOTATION_ALERT

MemcacheInfo

JSON representation
{"key":string,"arrayIndex":integer}
Fields
key

string (bytes format)

A base64-encoded string.

arrayIndex

integer

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-02 UTC.