I notice that for ProtoBuf 3 generated classes, they have fields 
numbers there.

E.g. for C#:

>     public const int LatitudeFieldNumber = 1;
>
 

>     private float latitude_;
>     public float Latitude {
>       get { return latitude_; }
>       set {
>         latitude_ = value;
>       }
>     }
>

 Found similar behavior in Java and C++.

I think those should belong to Descriptor, no?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to