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.
 
 
 
 
 
 

56 lines
1.0 KiB

[
{
"name": "build_number",
"type": "INTEGER",
"mode": "NULLABLE"
},
{
"name": "timestamp",
"type": "TIMESTAMP",
"mode": "NULLABLE"
},
{
"name": "matrix",
"type": "RECORD",
"mode": "REPEATED",
"fields": [
{
"name": "name",
"type": "STRING",
"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"
}
]
}
]
}
]