Bumping k8s dependencies to 1.13
This commit is contained in:
172
vendor/google.golang.org/appengine/internal/mail/mail_service.pb.go
generated
vendored
172
vendor/google.golang.org/appengine/internal/mail/mail_service.pb.go
generated
vendored
@@ -1,18 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google.golang.org/appengine/internal/mail/mail_service.proto
|
||||
|
||||
/*
|
||||
Package mail is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google.golang.org/appengine/internal/mail/mail_service.proto
|
||||
|
||||
It has these top-level messages:
|
||||
MailServiceError
|
||||
MailAttachment
|
||||
MailHeader
|
||||
MailMessage
|
||||
*/
|
||||
package mail
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
@@ -78,29 +66,71 @@ func (x *MailServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (MailServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor0, []int{0, 0}
|
||||
return fileDescriptor_mail_service_78722be3c4c01d17, []int{0, 0}
|
||||
}
|
||||
|
||||
type MailServiceError struct {
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *MailServiceError) Reset() { *m = MailServiceError{} }
|
||||
func (m *MailServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailServiceError) ProtoMessage() {}
|
||||
func (*MailServiceError) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *MailServiceError) Reset() { *m = MailServiceError{} }
|
||||
func (m *MailServiceError) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailServiceError) ProtoMessage() {}
|
||||
func (*MailServiceError) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_mail_service_78722be3c4c01d17, []int{0}
|
||||
}
|
||||
func (m *MailServiceError) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_MailServiceError.Unmarshal(m, b)
|
||||
}
|
||||
func (m *MailServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_MailServiceError.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *MailServiceError) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_MailServiceError.Merge(dst, src)
|
||||
}
|
||||
func (m *MailServiceError) XXX_Size() int {
|
||||
return xxx_messageInfo_MailServiceError.Size(m)
|
||||
}
|
||||
func (m *MailServiceError) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_MailServiceError.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_MailServiceError proto.InternalMessageInfo
|
||||
|
||||
type MailAttachment struct {
|
||||
FileName *string `protobuf:"bytes,1,req,name=FileName" json:"FileName,omitempty"`
|
||||
Data []byte `protobuf:"bytes,2,req,name=Data" json:"Data,omitempty"`
|
||||
ContentID *string `protobuf:"bytes,3,opt,name=ContentID" json:"ContentID,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
FileName *string `protobuf:"bytes,1,req,name=FileName" json:"FileName,omitempty"`
|
||||
Data []byte `protobuf:"bytes,2,req,name=Data" json:"Data,omitempty"`
|
||||
ContentID *string `protobuf:"bytes,3,opt,name=ContentID" json:"ContentID,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *MailAttachment) Reset() { *m = MailAttachment{} }
|
||||
func (m *MailAttachment) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailAttachment) ProtoMessage() {}
|
||||
func (*MailAttachment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *MailAttachment) Reset() { *m = MailAttachment{} }
|
||||
func (m *MailAttachment) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailAttachment) ProtoMessage() {}
|
||||
func (*MailAttachment) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_mail_service_78722be3c4c01d17, []int{1}
|
||||
}
|
||||
func (m *MailAttachment) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_MailAttachment.Unmarshal(m, b)
|
||||
}
|
||||
func (m *MailAttachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_MailAttachment.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *MailAttachment) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_MailAttachment.Merge(dst, src)
|
||||
}
|
||||
func (m *MailAttachment) XXX_Size() int {
|
||||
return xxx_messageInfo_MailAttachment.Size(m)
|
||||
}
|
||||
func (m *MailAttachment) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_MailAttachment.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_MailAttachment proto.InternalMessageInfo
|
||||
|
||||
func (m *MailAttachment) GetFileName() string {
|
||||
if m != nil && m.FileName != nil {
|
||||
@@ -124,15 +154,36 @@ func (m *MailAttachment) GetContentID() string {
|
||||
}
|
||||
|
||||
type MailHeader struct {
|
||||
Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
|
||||
Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
|
||||
Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *MailHeader) Reset() { *m = MailHeader{} }
|
||||
func (m *MailHeader) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailHeader) ProtoMessage() {}
|
||||
func (*MailHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *MailHeader) Reset() { *m = MailHeader{} }
|
||||
func (m *MailHeader) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailHeader) ProtoMessage() {}
|
||||
func (*MailHeader) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_mail_service_78722be3c4c01d17, []int{2}
|
||||
}
|
||||
func (m *MailHeader) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_MailHeader.Unmarshal(m, b)
|
||||
}
|
||||
func (m *MailHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_MailHeader.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *MailHeader) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_MailHeader.Merge(dst, src)
|
||||
}
|
||||
func (m *MailHeader) XXX_Size() int {
|
||||
return xxx_messageInfo_MailHeader.Size(m)
|
||||
}
|
||||
func (m *MailHeader) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_MailHeader.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_MailHeader proto.InternalMessageInfo
|
||||
|
||||
func (m *MailHeader) GetName() string {
|
||||
if m != nil && m.Name != nil {
|
||||
@@ -149,23 +200,44 @@ func (m *MailHeader) GetValue() string {
|
||||
}
|
||||
|
||||
type MailMessage struct {
|
||||
Sender *string `protobuf:"bytes,1,req,name=Sender" json:"Sender,omitempty"`
|
||||
ReplyTo *string `protobuf:"bytes,2,opt,name=ReplyTo" json:"ReplyTo,omitempty"`
|
||||
To []string `protobuf:"bytes,3,rep,name=To" json:"To,omitempty"`
|
||||
Cc []string `protobuf:"bytes,4,rep,name=Cc" json:"Cc,omitempty"`
|
||||
Bcc []string `protobuf:"bytes,5,rep,name=Bcc" json:"Bcc,omitempty"`
|
||||
Subject *string `protobuf:"bytes,6,req,name=Subject" json:"Subject,omitempty"`
|
||||
TextBody *string `protobuf:"bytes,7,opt,name=TextBody" json:"TextBody,omitempty"`
|
||||
HtmlBody *string `protobuf:"bytes,8,opt,name=HtmlBody" json:"HtmlBody,omitempty"`
|
||||
Attachment []*MailAttachment `protobuf:"bytes,9,rep,name=Attachment" json:"Attachment,omitempty"`
|
||||
Header []*MailHeader `protobuf:"bytes,10,rep,name=Header" json:"Header,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Sender *string `protobuf:"bytes,1,req,name=Sender" json:"Sender,omitempty"`
|
||||
ReplyTo *string `protobuf:"bytes,2,opt,name=ReplyTo" json:"ReplyTo,omitempty"`
|
||||
To []string `protobuf:"bytes,3,rep,name=To" json:"To,omitempty"`
|
||||
Cc []string `protobuf:"bytes,4,rep,name=Cc" json:"Cc,omitempty"`
|
||||
Bcc []string `protobuf:"bytes,5,rep,name=Bcc" json:"Bcc,omitempty"`
|
||||
Subject *string `protobuf:"bytes,6,req,name=Subject" json:"Subject,omitempty"`
|
||||
TextBody *string `protobuf:"bytes,7,opt,name=TextBody" json:"TextBody,omitempty"`
|
||||
HtmlBody *string `protobuf:"bytes,8,opt,name=HtmlBody" json:"HtmlBody,omitempty"`
|
||||
Attachment []*MailAttachment `protobuf:"bytes,9,rep,name=Attachment" json:"Attachment,omitempty"`
|
||||
Header []*MailHeader `protobuf:"bytes,10,rep,name=Header" json:"Header,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *MailMessage) Reset() { *m = MailMessage{} }
|
||||
func (m *MailMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailMessage) ProtoMessage() {}
|
||||
func (*MailMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *MailMessage) Reset() { *m = MailMessage{} }
|
||||
func (m *MailMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*MailMessage) ProtoMessage() {}
|
||||
func (*MailMessage) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_mail_service_78722be3c4c01d17, []int{3}
|
||||
}
|
||||
func (m *MailMessage) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_MailMessage.Unmarshal(m, b)
|
||||
}
|
||||
func (m *MailMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_MailMessage.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *MailMessage) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_MailMessage.Merge(dst, src)
|
||||
}
|
||||
func (m *MailMessage) XXX_Size() int {
|
||||
return xxx_messageInfo_MailMessage.Size(m)
|
||||
}
|
||||
func (m *MailMessage) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_MailMessage.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_MailMessage proto.InternalMessageInfo
|
||||
|
||||
func (m *MailMessage) GetSender() string {
|
||||
if m != nil && m.Sender != nil {
|
||||
@@ -245,10 +317,10 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/mail/mail_service.proto", fileDescriptor0)
|
||||
proto.RegisterFile("google.golang.org/appengine/internal/mail/mail_service.proto", fileDescriptor_mail_service_78722be3c4c01d17)
|
||||
}
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
var fileDescriptor_mail_service_78722be3c4c01d17 = []byte{
|
||||
// 480 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x92, 0xcf, 0x6e, 0xd3, 0x40,
|
||||
0x10, 0xc6, 0x89, 0x9d, 0xb8, 0xf5, 0x04, 0x05, 0x6b, 0x81, 0x76, 0xf9, 0x73, 0x88, 0x72, 0xca,
|
||||
|
Reference in New Issue
Block a user