//option optimize_for = LITE_RUNTIME;

message MoviesMedia{

enum ElemStatus{
ELOLD = 0;
ELNEW = 1;
ELDELETED = 2;
ELMODIFYED = 3;
}

  required ElemStatus recstatus = 1 [default = ELNEW] ;
  required string storagelabel = 2;
required int64 storagecapacity = 3;
required string path = 5;
required string fname = 6;
required string  regtime = 7;
required string  modificationdate = 8;
required int64  filesize = 9;
required string filesha2 = 10;
required string filemeta = 11;

}

 message MovieMessage{

required string plugintype=1; //UUID
required string timestamp=4 ;  //
required int64  lastidx=9;
repeated MoviesMedia line=10 ;

}

 Object created by this description contains all the information 
completely. At least, DebugString () shows all the information. Parsing 
error occurs on a highlighted field. If this field is removed, then 
everything works correctly.

-- 
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/groups/opt_out.

Reply via email to