Hello folks,

I have a 2D array emulation in my proto file.

message DataMessage {

        int32 Status = 1;

        int32 Entries = 2;

        int32 interval = 3;

        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 [email protected].
To post to this group, send email to [email protected].
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/a3c4b7dd-30da-4345-accb-b4d4228f6f1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to