The bytes type sounds like a good choice to me. I could also imagine using
a pair of fixed64 fields if you want to avoid having to validate the length
of the byte string.

On Thu, Apr 28, 2016 at 10:39 PM, Osman Ali <osman.lx...@gmail.com> wrote:

> Looking use a 128 bit uuid according to rfc4122. For Proto3 should use
> bytes type?
>
> So:
>
> message SendIdentifier {
>  bytes user_uuid = 1;
> }
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to