Class OutlookMetadata (0.3.0)

public final class OutlookMetadata extends GeneratedMessage implements OutlookMetadataOrBuilder

Microsoft Outlook specific metadata.

Protobuf type google.backstory.OutlookMetadata

Static Fields

COMMENT_FIELD_NUMBER

public static final int COMMENT_FIELD_NUMBER
Field Value
Type Description
int

SECURITY_FLAGS_COUNT_FIELD_NUMBER

public static final int SECURITY_FLAGS_COUNT_FIELD_NUMBER
Field Value
Type Description
int

TEMPLATE_FIELD_NUMBER

public static final int TEMPLATE_FIELD_NUMBER
Field Value
Type Description
int

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static OutlookMetadata getDefaultInstance()
Returns
Type Description
OutlookMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OutlookMetadata.Builder newBuilder()
Returns
Type Description
OutlookMetadata.Builder

newBuilder(OutlookMetadata prototype)

public static OutlookMetadata.Builder newBuilder(OutlookMetadata prototype)
Parameter
Name Description
prototype OutlookMetadata
Returns
Type Description
OutlookMetadata.Builder

parseDelimitedFrom(InputStream input)

public static OutlookMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OutlookMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OutlookMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OutlookMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OutlookMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OutlookMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OutlookMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutlookMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OutlookMetadata> parser()
Returns
Type Description
Parser<OutlookMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getComment()

public String getComment()

A user-defined comment or note associated with the Outlook item.

string comment = 1;

Returns
Type Description
String

The comment.

getCommentBytes()

public ByteString getCommentBytes()

A user-defined comment or note associated with the Outlook item.

string comment = 1;

Returns
Type Description
ByteString

The bytes for comment.

getDefaultInstanceForType()

public OutlookMetadata getDefaultInstanceForType()
Returns
Type Description
OutlookMetadata

getParserForType()

public Parser<OutlookMetadata> getParserForType()
Returns
Type Description
Parser<OutlookMetadata>
Overrides

getSecurityFlagsCount()

public int getSecurityFlagsCount()

Count of Security-related flags for the message, such as encryption or signing status.

int32 security_flags_count = 4;

Returns
Type Description
int

The securityFlagsCount.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTemplate()

public String getTemplate()

The name of the template file used to create the Outlook item.

string template = 2;

Returns
Type Description
String

The template.

getTemplateBytes()

public ByteString getTemplateBytes()

The name of the template file used to create the Outlook item.

string template = 2;

Returns
Type Description
ByteString

The bytes for template.

getTitle()

public String getTitle()

The title of the Outlook item.

string title = 3;

Returns
Type Description
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

The title of the Outlook item.

string title = 3;

Returns
Type Description
ByteString

The bytes for title.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OutlookMetadata.Builder newBuilderForType()
Returns
Type Description
OutlookMetadata.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected OutlookMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OutlookMetadata.Builder
Overrides

toBuilder()

public OutlookMetadata.Builder toBuilder()
Returns
Type Description
OutlookMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException