akka.remote
Class ContainerFormats.Selection.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>
              extended by akka.remote.ContainerFormats.Selection.Builder
All Implemented Interfaces:
ContainerFormats.SelectionOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
Enclosing class:
ContainerFormats.Selection

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

Protobuf type Selection


Method Summary
 ContainerFormats.Selection build()
           
 ContainerFormats.Selection buildPartial()
           
 ContainerFormats.Selection.Builder clear()
           
 ContainerFormats.Selection.Builder clearMatcher()
          optional string matcher = 2;
 ContainerFormats.Selection.Builder clearType()
          required .PatternType type = 1;
 ContainerFormats.Selection.Builder clone()
           
 ContainerFormats.Selection getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getMatcher()
          optional string matcher = 2;
 com.google.protobuf.ByteString getMatcherBytes()
          optional string matcher = 2;
 ContainerFormats.PatternType getType()
          required .PatternType type = 1;
 boolean hasMatcher()
          optional string matcher = 2;
 boolean hasType()
          required .PatternType type = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ContainerFormats.Selection.Builder mergeFrom(ContainerFormats.Selection other)
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)
           
 ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
          optional string matcher = 2;
 ContainerFormats.Selection.Builder setMatcherBytes(com.google.protobuf.ByteString value)
          optional string matcher = 2;
 ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
          required .PatternType type = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>

clear

public ContainerFormats.Selection.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>

clone

public ContainerFormats.Selection.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>

getDefaultInstanceForType

public ContainerFormats.Selection getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ContainerFormats.Selection build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ContainerFormats.Selection buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ContainerFormats.Selection.Builder>

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(ContainerFormats.Selection other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ContainerFormats.Selection.Builder>

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ContainerFormats.Selection.Builder>
Throws:
java.io.IOException

hasType

public boolean hasType()
required .PatternType type = 1;

Specified by:
hasType in interface ContainerFormats.SelectionOrBuilder

getType

public ContainerFormats.PatternType getType()
required .PatternType type = 1;

Specified by:
getType in interface ContainerFormats.SelectionOrBuilder

setType

public ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
required .PatternType type = 1;


clearType

public ContainerFormats.Selection.Builder clearType()
required .PatternType type = 1;


hasMatcher

public boolean hasMatcher()
optional string matcher = 2;

Specified by:
hasMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcher

public java.lang.String getMatcher()
optional string matcher = 2;

Specified by:
getMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcherBytes

public com.google.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;

Specified by:
getMatcherBytes in interface ContainerFormats.SelectionOrBuilder

setMatcher

public ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
optional string matcher = 2;


clearMatcher

public ContainerFormats.Selection.Builder clearMatcher()
optional string matcher = 2;


setMatcherBytes

public ContainerFormats.Selection.Builder setMatcherBytes(com.google.protobuf.ByteString value)
optional string matcher = 2;