JSON representation |
---|
{
"fields": [
{
object ( |
Fields | |
---|---|
fields[] |
|
AlertFieldAggregation
JSON representation |
---|
{ "field_name": string, "baseline_alert_count": integer, "alert_count": integer, "too_many_values": boolean, "value_count": integer, "all_values": [ { object ( |
Fields | |
---|---|
field_name |
|
baseline_alert_count |
|
alert_count |
|
too_many_values |
|
value_count |
|
all_values[] |
|
top_values[] |
|
bottom_values[] |
|
AlertFieldValueCount
JSON representation |
---|
{
"value": {
object ( |
Fields | |
---|---|
value |
|
baseline_alert_count |
|
alert_count |
|
AlertFieldValue
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
string_value |
|
int32_value |
|
uint32_value |
|
int64_value |
|
uint64_value |
|
float_value |
|
double_value |
|
enum_value |
|
bool_value |
|
bytes_value |
A base64-encoded string. |