message DataMessage {
int32 Status = 1;
int32 Entries = 2;
repeated string columnNames = 4;
// By repeating this message, we somewhat emulate a 2D array
message Record {
repeated google.protobuf.Value columns = 1;
}
repeated Record records = 5;
}
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/8da02464-6e75-43d1-90f8-ba8ff97cc515%40googlegroups.com.