akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Payload

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Payload
All Implemented Interfaces:
DistributedPubSubMessages.PayloadOrBuilder
Enclosing class:
DistributedPubSubMessages

public static final class DistributedPubSubMessages.Payload
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.PayloadOrBuilder

Protobuf type Payload


Nested Class Summary
static class DistributedPubSubMessages.Payload.Builder
          Protobuf type Payload
 
Field Summary
static int ENCLOSEDMESSAGE_FIELD_NUMBER
           
static int MESSAGEMANIFEST_FIELD_NUMBER
           
static  PARSER
           
static int SERIALIZERID_FIELD_NUMBER
           
 
Method Summary
static DistributedPubSubMessages.Payload getDefaultInstance()
           
 DistributedPubSubMessages.Payload getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.ByteString getEnclosedMessage()
          required bytes enclosedMessage = 1;
 com.google.protobuf.ByteString getMessageManifest()
          optional bytes messageManifest = 4;
  getParserForType()
           
 int getSerializedSize()
           
 int getSerializerId()
          required int32 serializerId = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasEnclosedMessage()
          required bytes enclosedMessage = 1;
 boolean hasMessageManifest()
          optional bytes messageManifest = 4;
 boolean hasSerializerId()
          required int32 serializerId = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Payload.Builder newBuilder()
           
static DistributedPubSubMessages.Payload.Builder newBuilder(DistributedPubSubMessages.Payload prototype)
           
 DistributedPubSubMessages.Payload.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Payload.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Payload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Payload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Payload.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

PARSER

public static  PARSER

ENCLOSEDMESSAGE_FIELD_NUMBER

public static final int ENCLOSEDMESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

SERIALIZERID_FIELD_NUMBER

public static final int SERIALIZERID_FIELD_NUMBER
See Also:
Constant Field Values

MESSAGEMANIFEST_FIELD_NUMBER

public static final int MESSAGEMANIFEST_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static DistributedPubSubMessages.Payload getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Payload getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

hasEnclosedMessage

public boolean hasEnclosedMessage()
required bytes enclosedMessage = 1;

Specified by:
hasEnclosedMessage in interface DistributedPubSubMessages.PayloadOrBuilder

getEnclosedMessage

public com.google.protobuf.ByteString getEnclosedMessage()
required bytes enclosedMessage = 1;

Specified by:
getEnclosedMessage in interface DistributedPubSubMessages.PayloadOrBuilder

hasSerializerId

public boolean hasSerializerId()
required int32 serializerId = 2;

Specified by:
hasSerializerId in interface DistributedPubSubMessages.PayloadOrBuilder

getSerializerId

public int getSerializerId()
required int32 serializerId = 2;

Specified by:
getSerializerId in interface DistributedPubSubMessages.PayloadOrBuilder

hasMessageManifest

public boolean hasMessageManifest()
optional bytes messageManifest = 4;

Specified by:
hasMessageManifest in interface DistributedPubSubMessages.PayloadOrBuilder

getMessageManifest

public com.google.protobuf.ByteString getMessageManifest()
optional bytes messageManifest = 4;

Specified by:
getMessageManifest in interface DistributedPubSubMessages.PayloadOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(java.io.InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input)
                                                            throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input)
                                                   throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static DistributedPubSubMessages.Payload.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Payload.Builder newBuilderForType()

newBuilder

public static DistributedPubSubMessages.Payload.Builder newBuilder(DistributedPubSubMessages.Payload prototype)

toBuilder

public DistributedPubSubMessages.Payload.Builder toBuilder()

newBuilderForType

protected DistributedPubSubMessages.Payload.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)