mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
706 B
45 lines
706 B
8 years ago
|
[
|
||
|
{
|
||
|
"name": "build_number",
|
||
|
"type": "INTEGER",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "timestamp",
|
||
|
"type": "TIMESTAMP",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "duration",
|
||
|
"type": "FLOAT",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "pass_count",
|
||
|
"type": "INTEGER",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "failure_count",
|
||
|
"type": "INTEGER",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "error",
|
||
|
"type": "RECORD",
|
||
|
"mode": "REPEATED",
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "description",
|
||
|
"type": "STRING",
|
||
|
"mode": "NULLABLE"
|
||
|
},
|
||
|
{
|
||
|
"name": "count",
|
||
|
"type": "INTEGER",
|
||
|
"mode": "NULLABLE"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|