akka.remote
Class ContainerFormats.Selection

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.ContainerFormats.Selection
All Implemented Interfaces:
ContainerFormats.SelectionOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.Selection
extends com.google.protobuf.GeneratedMessage
implements ContainerFormats.SelectionOrBuilder


Nested Class Summary
static class ContainerFormats.Selection.Builder
           
 
Field Summary
static int MATCHER_FIELD_NUMBER
           
static int TYPE_FIELD_NUMBER
           
 
Method Summary
static ContainerFormats.Selection getDefaultInstance()
           
 ContainerFormats.Selection getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getMatcher()
           
 int getSerializedSize()
           
 ContainerFormats.PatternType getType()
           
 boolean hasMatcher()
           
 boolean hasType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ContainerFormats.Selection.Builder newBuilder()
           
static ContainerFormats.Selection.Builder newBuilder(ContainerFormats.Selection prototype)
           
 ContainerFormats.Selection.Builder newBuilderForType()
           
protected  ContainerFormats.Selection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input)
           
static ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.Selection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.Selection parseFrom(com.google.protobuf.ByteString data)
           
static ContainerFormats.Selection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.Selection parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContainerFormats.Selection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ContainerFormats.Selection parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ContainerFormats.Selection.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

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
See Also:
Constant Field Values

MATCHER_FIELD_NUMBER

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

getDefaultInstance

public static ContainerFormats.Selection getDefaultInstance()

getDefaultInstanceForType

public ContainerFormats.Selection getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasType

public boolean hasType()
Specified by:
hasType in interface ContainerFormats.SelectionOrBuilder

getType

public ContainerFormats.PatternType getType()
Specified by:
getType in interface ContainerFormats.SelectionOrBuilder

hasMatcher

public boolean hasMatcher()
Specified by:
hasMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcher

public java.lang.String getMatcher()
Specified by:
getMatcher in interface ContainerFormats.SelectionOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ContainerFormats.Selection.Builder newBuilder()

newBuilderForType

public ContainerFormats.Selection.Builder newBuilderForType()

newBuilder

public static ContainerFormats.Selection.Builder newBuilder(ContainerFormats.Selection prototype)

toBuilder

public ContainerFormats.Selection.Builder toBuilder()

newBuilderForType

protected ContainerFormats.Selection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)