|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.protobuf.GeneratedMessage akka.persistence.serialization.MessageFormats.DeliverMessage
public static final class MessageFormats.DeliverMessage
Protobuf type DeliverMessage
Nested Class Summary | |
---|---|
static class |
MessageFormats.DeliverMessage.Builder
Protobuf type DeliverMessage |
Field Summary | |
---|---|
static int |
DESTINATION_FIELD_NUMBER
|
static |
PARSER
|
static int |
PERSISTENT_FIELD_NUMBER
|
Method Summary | |
---|---|
static MessageFormats.DeliverMessage |
getDefaultInstance()
|
MessageFormats.DeliverMessage |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
java.lang.String |
getDestination()
optional string destination = 2; |
com.google.protobuf.ByteString |
getDestinationBytes()
optional string destination = 2; |
|
getParserForType()
|
MessageFormats.PersistentMessage |
getPersistent()
optional .PersistentMessage persistent = 1; |
MessageFormats.PersistentMessageOrBuilder |
getPersistentOrBuilder()
optional .PersistentMessage persistent = 1; |
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasDestination()
optional string destination = 2; |
boolean |
hasPersistent()
optional .PersistentMessage persistent = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static MessageFormats.DeliverMessage.Builder |
newBuilder()
|
static MessageFormats.DeliverMessage.Builder |
newBuilder(MessageFormats.DeliverMessage prototype)
|
MessageFormats.DeliverMessage.Builder |
newBuilderForType()
|
protected MessageFormats.DeliverMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static MessageFormats.DeliverMessage |
parseDelimitedFrom(java.io.InputStream input)
|
static MessageFormats.DeliverMessage |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliverMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliverMessage |
parseFrom(com.google.protobuf.ByteString data)
|
static MessageFormats.DeliverMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliverMessage |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MessageFormats.DeliverMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliverMessage |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MessageFormats.DeliverMessage.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public staticPARSER
public static final int PERSISTENT_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
Method Detail |
---|
public static MessageFormats.DeliverMessage getDefaultInstance()
public MessageFormats.DeliverMessage getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasPersistent()
optional .PersistentMessage persistent = 1;
hasPersistent
in interface MessageFormats.DeliverMessageOrBuilder
public MessageFormats.PersistentMessage getPersistent()
optional .PersistentMessage persistent = 1;
getPersistent
in interface MessageFormats.DeliverMessageOrBuilder
public MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
optional .PersistentMessage persistent = 1;
getPersistentOrBuilder
in interface MessageFormats.DeliverMessageOrBuilder
public boolean hasDestination()
optional string destination = 2;
hasDestination
in interface MessageFormats.DeliverMessageOrBuilder
public java.lang.String getDestination()
optional string destination = 2;
getDestination
in interface MessageFormats.DeliverMessageOrBuilder
public com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 2;
getDestinationBytes
in interface MessageFormats.DeliverMessageOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliverMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliverMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliverMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliverMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliverMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliverMessage.Builder newBuilder()
public MessageFormats.DeliverMessage.Builder newBuilderForType()
public static MessageFormats.DeliverMessage.Builder newBuilder(MessageFormats.DeliverMessage prototype)
public MessageFormats.DeliverMessage.Builder toBuilder()
protected MessageFormats.DeliverMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |