|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.protobuf.GeneratedMessage akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Payload
public static final class DistributedPubSubMessages.Payload
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 |
---|
public staticPARSER
public static final int ENCLOSEDMESSAGE_FIELD_NUMBER
public static final int SERIALIZERID_FIELD_NUMBER
public static final int MESSAGEMANIFEST_FIELD_NUMBER
Method Detail |
---|
public static DistributedPubSubMessages.Payload getDefaultInstance()
public DistributedPubSubMessages.Payload 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 hasEnclosedMessage()
required bytes enclosedMessage = 1;
hasEnclosedMessage
in interface DistributedPubSubMessages.PayloadOrBuilder
public com.google.protobuf.ByteString getEnclosedMessage()
required bytes enclosedMessage = 1;
getEnclosedMessage
in interface DistributedPubSubMessages.PayloadOrBuilder
public boolean hasSerializerId()
required int32 serializerId = 2;
hasSerializerId
in interface DistributedPubSubMessages.PayloadOrBuilder
public int getSerializerId()
required int32 serializerId = 2;
getSerializerId
in interface DistributedPubSubMessages.PayloadOrBuilder
public boolean hasMessageManifest()
optional bytes messageManifest = 4;
hasMessageManifest
in interface DistributedPubSubMessages.PayloadOrBuilder
public com.google.protobuf.ByteString getMessageManifest()
optional bytes messageManifest = 4;
getMessageManifest
in interface DistributedPubSubMessages.PayloadOrBuilder
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 DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Payload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Payload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Payload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Payload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Payload.Builder newBuilder()
public DistributedPubSubMessages.Payload.Builder newBuilderForType()
public static DistributedPubSubMessages.Payload.Builder newBuilder(DistributedPubSubMessages.Payload prototype)
public DistributedPubSubMessages.Payload.Builder toBuilder()
protected DistributedPubSubMessages.Payload.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |