Searched defs:MailAttachment (Results 1 – 2 of 2) sorted by relevance
| /external/syzkaller/vendor/google.golang.org/appengine/internal/mail/ |
| D | mail_service.pb.go | 84 type MailAttachment struct { struct 85 FileName *string `protobuf:"bytes,1,req,name=FileName" json:"FileName,omitempty"` 86 Data []byte `protobuf:"bytes,2,req,name=Data" json:"Data,omitempty"` 87 ContentID *string `protobuf:"bytes,3,opt,name=ContentID" json:"ContentID,omitempty"` 88 XXX_unrecognized []byte `json:"-"` 91 func (m *MailAttachment) Reset() { *m = MailAttachment{} } 92 func (m *MailAttachment) String() string { return proto.CompactTextString(m) } 93 func (*MailAttachment) ProtoMessage() {} 95 func (m *MailAttachment) GetFileName() string { 102 func (m *MailAttachment) GetData() []byte { [all …]
|
| D | mail_service.proto | 18 message MailAttachment { message
|