public static final class MailServicePb.MailMessage extends GeneratedMessageV3 implements MailServicePb.MailMessageOrBuilder
Inheritance
Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > MailServicePb.MailMessageImplements
MailServicePb.MailMessageOrBuilderStatic Fields
AMPHTMLBODY_FIELD_NUMBER
public static final int AMPHTMLBODY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ATTACHMENT_FIELD_NUMBER
public static final int ATTACHMENT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
BCC_FIELD_NUMBER
public static final int BCC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CC_FIELD_NUMBER
public static final int CC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HTMLBODY_FIELD_NUMBER
public static final int HTMLBODY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PARSER
public static final Parser<MailServicePb.MailMessage> PARSER
Field Value | |
---|---|
Type | Description |
com.google.protobuf.Parser<MailMessage> |
REPLYTO_FIELD_NUMBER
public static final int REPLYTO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SENDER_FIELD_NUMBER
public static final int SENDER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SUBJECT_FIELD_NUMBER
public static final int SUBJECT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TEXTBODY_FIELD_NUMBER
public static final int TEXTBODY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TO_FIELD_NUMBER
public static final int TO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MailServicePb.MailMessage getDefaultInstance()
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
com.google.protobuf.Descriptors.Descriptor |
newBuilder()
public static MailServicePb.MailMessage.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Builder |
newBuilder(MailServicePb.MailMessage arg0)
public static MailServicePb.MailMessage.Builder newBuilder(MailServicePb.MailMessage arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
MailServicePb.MailMessage |
Returns | |
---|---|
Type | Description |
Builder |
parseDelimitedFrom(InputStream arg0)
public static MailServicePb.MailMessage parseDelimitedFrom(InputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
InputStream |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
InputStream |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] arg0)
public static MailServicePb.MailMessage parseFrom(byte[] arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
byte[] |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
byte[] |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parseFrom(ByteString arg0)
public static MailServicePb.MailMessage parseFrom(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.ByteString |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.ByteString |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parseFrom(CodedInputStream arg0)
public static MailServicePb.MailMessage parseFrom(CodedInputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.CodedInputStream |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.CodedInputStream |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream arg0)
public static MailServicePb.MailMessage parseFrom(InputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
InputStream |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
InputStream |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer arg0)
public static MailServicePb.MailMessage parseFrom(ByteBuffer arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
public static MailServicePb.MailMessage parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
ByteBuffer |
arg1 |
com.google.protobuf.ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
Exceptions | |
---|---|
Type | Description |
com.google.protobuf.InvalidProtocolBufferException |
parser()
public static Parser<MailServicePb.MailMessage> parser()
Returns | |
---|---|
Type | Description |
com.google.protobuf.Parser<MailMessage> |
Methods
equals(Object arg0)
public boolean equals(Object arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Object |
Returns | |
---|---|
Type | Description |
boolean |
com.google.protobuf.AbstractMessage.equals(java.lang.Object)
getAmpHtmlBody()
public String getAmpHtmlBody()
Returns | |
---|---|
Type | Description |
String |
getAmpHtmlBodyBytes()
public ByteString getAmpHtmlBodyBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getAttachment(int arg0)
public MailServicePb.MailAttachment getAttachment(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
MailAttachment |
getAttachmentCount()
public int getAttachmentCount()
Returns | |
---|---|
Type | Description |
int |
getAttachmentList()
public List<MailServicePb.MailAttachment> getAttachmentList()
Returns | |
---|---|
Type | Description |
List<MailAttachment> |
getAttachmentOrBuilder(int arg0)
public MailServicePb.MailAttachmentOrBuilder getAttachmentOrBuilder(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
MailAttachmentOrBuilder |
getAttachmentOrBuilderList()
public List<? extends MailServicePb.MailAttachmentOrBuilder> getAttachmentOrBuilderList()
Returns | |
---|---|
Type | Description |
List<? extends com.google.appengine.api.mail.MailServicePb.MailAttachmentOrBuilder> |
getBcc(int arg0)
public String getBcc(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getBccBytes(int arg0)
public ByteString getBccBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getBccCount()
public int getBccCount()
Returns | |
---|---|
Type | Description |
int |
getBccList()
public ProtocolStringList getBccList()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ProtocolStringList |
getCc(int arg0)
public String getCc(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getCcBytes(int arg0)
public ByteString getCcBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getCcCount()
public int getCcCount()
Returns | |
---|---|
Type | Description |
int |
getCcList()
public ProtocolStringList getCcList()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ProtocolStringList |
getDefaultInstanceForType()
public MailServicePb.MailMessage getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MailServicePb.MailMessage |
getHeader(int arg0)
public MailServicePb.MailHeader getHeader(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
MailHeader |
getHeaderCount()
public int getHeaderCount()
Returns | |
---|---|
Type | Description |
int |
getHeaderList()
public List<MailServicePb.MailHeader> getHeaderList()
Returns | |
---|---|
Type | Description |
List<MailHeader> |
getHeaderOrBuilder(int arg0)
public MailServicePb.MailHeaderOrBuilder getHeaderOrBuilder(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
MailHeaderOrBuilder |
getHeaderOrBuilderList()
public List<? extends MailServicePb.MailHeaderOrBuilder> getHeaderOrBuilderList()
Returns | |
---|---|
Type | Description |
List<? extends com.google.appengine.api.mail.MailServicePb.MailHeaderOrBuilder> |
getHtmlBody()
public String getHtmlBody()
Returns | |
---|---|
Type | Description |
String |
getHtmlBodyBytes()
public ByteString getHtmlBodyBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getParserForType()
public Parser<MailServicePb.MailMessage> getParserForType()
Returns | |
---|---|
Type | Description |
com.google.protobuf.Parser<MailMessage> |
com.google.protobuf.GeneratedMessageV3.getParserForType()
getReplyTo()
public String getReplyTo()
Returns | |
---|---|
Type | Description |
String |
getReplyToBytes()
public ByteString getReplyToBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getSender()
public String getSender()
Returns | |
---|---|
Type | Description |
String |
getSenderBytes()
public ByteString getSenderBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
com.google.protobuf.GeneratedMessageV3.getSerializedSize()
getSubject()
public String getSubject()
Returns | |
---|---|
Type | Description |
String |
getSubjectBytes()
public ByteString getSubjectBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getTextBody()
public String getTextBody()
Returns | |
---|---|
Type | Description |
String |
getTextBodyBytes()
public ByteString getTextBodyBytes()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getTo(int arg0)
public String getTo(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getToBytes(int arg0)
public ByteString getToBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.ByteString |
getToCount()
public int getToCount()
Returns | |
---|---|
Type | Description |
int |
getToList()
public ProtocolStringList getToList()
Returns | |
---|---|
Type | Description |
com.google.protobuf.ProtocolStringList |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
com.google.protobuf.UnknownFieldSet |
com.google.protobuf.GeneratedMessageV3.getUnknownFields()
hasAmpHtmlBody()
public boolean hasAmpHtmlBody()
Returns | |
---|---|
Type | Description |
boolean |
hasHtmlBody()
public boolean hasHtmlBody()
Returns | |
---|---|
Type | Description |
boolean |
hasReplyTo()
public boolean hasReplyTo()
Returns | |
---|---|
Type | Description |
boolean |
hasSender()
public boolean hasSender()
Returns | |
---|---|
Type | Description |
boolean |
hasSubject()
public boolean hasSubject()
Returns | |
---|---|
Type | Description |
boolean |
hasTextBody()
public boolean hasTextBody()
Returns | |
---|---|
Type | Description |
boolean |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
com.google.protobuf.AbstractMessage.hashCode()
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
com.google.protobuf.GeneratedMessageV3.isInitialized()
newBuilderForType()
public MailServicePb.MailMessage.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
protected MailServicePb.MailMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.GeneratedMessageV3.BuilderParent |
Returns | |
---|---|
Type | Description |
Builder |
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)
newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)
toBuilder()
public MailServicePb.MailMessage.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Builder |
writeTo(CodedOutputStream arg0)
public void writeTo(CodedOutputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.protobuf.CodedOutputStream |
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions | |
---|---|
Type | Description |
IOException |