ãã¨ãã°æ¬¡ã®ãããªãuser.protoãã¨ãããããã³ã«å®ç¾©ãã¡ã¤ã«ãç¨æãããããå¤æããä¾ãè¦ã¦ã¿ããã syntax = "proto3"; message Picture { uint32 id = 1; uint32 width = 2; uint32 height = 3; enum PictureType { PNG = 0; JPEG = 1; GIF = 2; } PictureType type = 4; } message User { uint32 id = 1; string nickname = 2; string mail_address = 3; enum UserType { NORMAL = 0; ADMINISTRATOR = 1; GUEST = 2; DISABLED = 3; } UserType user_type = 4; repeated
{{#tags}}- {{label}}
{{/tags}}