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

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

public static final class DistributedPubSubMessages.Status
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.StatusOrBuilder

Protobuf type Status


Nested Class Summary
static class DistributedPubSubMessages.Status.Builder
          Protobuf type Status
static class DistributedPubSubMessages.Status.Version
          Protobuf type Status.Version
static interface DistributedPubSubMessages.Status.VersionOrBuilder
           
 
Field Summary
static  PARSER
           
static int VERSIONS_FIELD_NUMBER
           
 
Method Summary
static DistributedPubSubMessages.Status getDefaultInstance()
           
 DistributedPubSubMessages.Status getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 DistributedPubSubMessages.Status.Version getVersions(int index)
          repeated .Status.Version versions = 1;
 int getVersionsCount()
          repeated .Status.Version versions = 1;
 java.util.List<DistributedPubSubMessages.Status.Version> getVersionsList()
          repeated .Status.Version versions = 1;
 DistributedPubSubMessages.Status.VersionOrBuilder getVersionsOrBuilder(int index)
          repeated .Status.Version versions = 1;
 java.util.List<? extends DistributedPubSubMessages.Status.VersionOrBuilder> getVersionsOrBuilderList()
          repeated .Status.Version versions = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DistributedPubSubMessages.Status.Builder newBuilder()
           
static DistributedPubSubMessages.Status.Builder newBuilder(DistributedPubSubMessages.Status prototype)
           
 DistributedPubSubMessages.Status.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Status.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Status parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Status parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Status parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Status parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Status.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

VERSIONS_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Status getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Status 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()

getVersionsList

public java.util.List<DistributedPubSubMessages.Status.Version> getVersionsList()
repeated .Status.Version versions = 1;

Specified by:
getVersionsList in interface DistributedPubSubMessages.StatusOrBuilder

getVersionsOrBuilderList

public java.util.List<? extends DistributedPubSubMessages.Status.VersionOrBuilder> getVersionsOrBuilderList()
repeated .Status.Version versions = 1;

Specified by:
getVersionsOrBuilderList in interface DistributedPubSubMessages.StatusOrBuilder

getVersionsCount

public int getVersionsCount()
repeated .Status.Version versions = 1;

Specified by:
getVersionsCount in interface DistributedPubSubMessages.StatusOrBuilder

getVersions

public DistributedPubSubMessages.Status.Version getVersions(int index)
repeated .Status.Version versions = 1;

Specified by:
getVersions in interface DistributedPubSubMessages.StatusOrBuilder

getVersionsOrBuilder

public DistributedPubSubMessages.Status.VersionOrBuilder getVersionsOrBuilder(int index)
repeated .Status.Version versions = 1;

Specified by:
getVersionsOrBuilder in interface DistributedPubSubMessages.StatusOrBuilder

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.Status parseFrom(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DistributedPubSubMessages.Status 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.Status parseFrom(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Status.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Status.Builder newBuilderForType()

newBuilder

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

toBuilder

public DistributedPubSubMessages.Status.Builder toBuilder()

newBuilderForType

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