| JSON representation | 
|---|
|  { 
 "fields" 
 : 
 [ 
 { 
 object (  | 
| Fields | |
|---|---|
| fields[] |   | 
AlertFieldAggregation
| JSON representation | 
|---|
| { "fieldName" : string , "baselineAlertCount" : integer , "alertCount" : integer , "tooManyValues" : boolean , "valueCount" : integer , "allValues" : [ { object ( | 
| Fields | |
|---|---|
| fieldName |   | 
| baselineAlertCount |   | 
| alertCount |   | 
| tooManyValues |   | 
| valueCount |   | 
| allValues[] |   | 
| topValues[] |   | 
| bottomValues[] |   | 
AlertFieldValueCount
| JSON representation | 
|---|
|  { 
 "value" 
 : 
 { 
 object (  | 
| Fields | |
|---|---|
| value |   | 
| baselineAlertCount |   | 
| alertCount |   | 
AlertFieldValue
| JSON representation | 
|---|
| { // Union field | 
Union field value 
.
 value 
can be only one of the following:
stringValue 
 string 
int32Value 
 integer 
uint32Value 
 integer ( uint32 
format) 
int64Value 
 string ( int64 
format) 
uint64Value 
 string 
floatValue 
 number 
doubleValue 
 number 
enumValue 
 string 
boolValue 
 boolean 
bytesValue 
 string ( bytes 
format) 
A base64-encoded string.

