Lines Matching defs:NewMessage_Nested
1676 type NewMessage_Nested struct { struct
1677 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1678 … *string `protobuf:"bytes,2,opt,name=food_group,json=foodGroup" json:"food_group,omitempty"`
1679 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1680 XXX_unrecognized []byte `json:"-"`
1681 XXX_sizecache int32 `json:"-"`
1684 func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} }
1685 func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) }
1686 func (*NewMessage_Nested) ProtoMessage() {}
1687 func (*NewMessage_Nested) Descriptor() ([]byte, []int) {
1691 func (m *NewMessage_Nested) XXX_Unmarshal(b []byte) error {
1694 func (m *NewMessage_Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1697 func (m *NewMessage_Nested) XXX_Merge(src proto.Message) {
1700 func (m *NewMessage_Nested) XXX_Size() int {
1703 func (m *NewMessage_Nested) XXX_DiscardUnknown() {
1709 func (m *NewMessage_Nested) GetName() string {
1716 func (m *NewMessage_Nested) GetFoodGroup() string {