akka.remote
Class WireFormats.DeployData.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<WireFormats.DeployData.Builder>
              extended by akka.remote.WireFormats.DeployData.Builder
All Implemented Interfaces:
WireFormats.DeployDataOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
Enclosing class:
WireFormats.DeployData

public static final class WireFormats.DeployData.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>
implements WireFormats.DeployDataOrBuilder

Protobuf type DeployData


 Serialization of akka.actor.Deploy
 


Method Summary
 WireFormats.DeployData build()
           
 WireFormats.DeployData buildPartial()
           
 WireFormats.DeployData.Builder clear()
           
 WireFormats.DeployData.Builder clearConfig()
          optional bytes config = 2;
 WireFormats.DeployData.Builder clearDispatcher()
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder clearPath()
          required string path = 1;
 WireFormats.DeployData.Builder clearRouterConfig()
          optional bytes routerConfig = 3;
 WireFormats.DeployData.Builder clearScope()
          optional bytes scope = 4;
 WireFormats.DeployData.Builder clone()
           
 com.google.protobuf.ByteString getConfig()
          optional bytes config = 2;
 WireFormats.DeployData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getDispatcher()
          optional string dispatcher = 5;
 com.google.protobuf.ByteString getDispatcherBytes()
          optional string dispatcher = 5;
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 com.google.protobuf.ByteString getRouterConfig()
          optional bytes routerConfig = 3;
 com.google.protobuf.ByteString getScope()
          optional bytes scope = 4;
 boolean hasConfig()
          optional bytes config = 2;
 boolean hasDispatcher()
          optional string dispatcher = 5;
 boolean hasPath()
          required string path = 1;
 boolean hasRouterConfig()
          optional bytes routerConfig = 3;
 boolean hasScope()
          optional bytes scope = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.DeployData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.DeployData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.DeployData.Builder mergeFrom(WireFormats.DeployData other)
           
 WireFormats.DeployData.Builder setConfig(com.google.protobuf.ByteString value)
          optional bytes config = 2;
 WireFormats.DeployData.Builder setDispatcher(java.lang.String value)
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder setDispatcherBytes(com.google.protobuf.ByteString value)
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder setPath(java.lang.String value)
          required string path = 1;
 WireFormats.DeployData.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)
          optional bytes routerConfig = 3;
 WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)
          optional bytes scope = 4;
 
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<WireFormats.DeployData.Builder>

clear

public WireFormats.DeployData.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<WireFormats.DeployData.Builder>

clone

public WireFormats.DeployData.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<WireFormats.DeployData.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<WireFormats.DeployData.Builder>

getDefaultInstanceForType

public WireFormats.DeployData getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public WireFormats.DeployData.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<WireFormats.DeployData.Builder>

mergeFrom

public WireFormats.DeployData.Builder mergeFrom(WireFormats.DeployData other)

isInitialized

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

mergeFrom

public WireFormats.DeployData.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<WireFormats.DeployData.Builder>
Throws:
java.io.IOException

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface WireFormats.DeployDataOrBuilder

getPath

public java.lang.String getPath()
required string path = 1;

Specified by:
getPath in interface WireFormats.DeployDataOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface WireFormats.DeployDataOrBuilder

setPath

public WireFormats.DeployData.Builder setPath(java.lang.String value)
required string path = 1;


clearPath

public WireFormats.DeployData.Builder clearPath()
required string path = 1;


setPathBytes

public WireFormats.DeployData.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;


hasConfig

public boolean hasConfig()
optional bytes config = 2;

Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
optional bytes config = 2;

Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder

setConfig

public WireFormats.DeployData.Builder setConfig(com.google.protobuf.ByteString value)
optional bytes config = 2;


clearConfig

public WireFormats.DeployData.Builder clearConfig()
optional bytes config = 2;


hasRouterConfig

public boolean hasRouterConfig()
optional bytes routerConfig = 3;

Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;

Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder

setRouterConfig

public WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)
optional bytes routerConfig = 3;


clearRouterConfig

public WireFormats.DeployData.Builder clearRouterConfig()
optional bytes routerConfig = 3;


hasScope

public boolean hasScope()
optional bytes scope = 4;

Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
optional bytes scope = 4;

Specified by:
getScope in interface WireFormats.DeployDataOrBuilder

setScope

public WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)
optional bytes scope = 4;


clearScope

public WireFormats.DeployData.Builder clearScope()
optional bytes scope = 4;


hasDispatcher

public boolean hasDispatcher()
optional string dispatcher = 5;

Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcher

public java.lang.String getDispatcher()
optional string dispatcher = 5;

Specified by:
getDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcherBytes

public com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;

Specified by:
getDispatcherBytes in interface WireFormats.DeployDataOrBuilder

setDispatcher

public WireFormats.DeployData.Builder setDispatcher(java.lang.String value)
optional string dispatcher = 5;


clearDispatcher

public WireFormats.DeployData.Builder clearDispatcher()
optional string dispatcher = 5;


setDispatcherBytes

public WireFormats.DeployData.Builder setDispatcherBytes(com.google.protobuf.ByteString value)
optional string dispatcher = 5;