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

public static final class WireFormats.DaemonMsgCreateData.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WireFormats.DaemonMsgCreateData.Builder>
implements WireFormats.DaemonMsgCreateDataOrBuilder

Protobuf type DaemonMsgCreateData


 Defines akka.remote.DaemonMsgCreate
 


Method Summary
 WireFormats.DaemonMsgCreateData build()
           
 WireFormats.DaemonMsgCreateData buildPartial()
           
 WireFormats.DaemonMsgCreateData.Builder clear()
           
 WireFormats.DaemonMsgCreateData.Builder clearDeploy()
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder clearPath()
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder clearProps()
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder clone()
           
 WireFormats.DaemonMsgCreateData getDefaultInstanceForType()
           
 WireFormats.DeployData getDeploy()
          required .DeployData deploy = 2;
 WireFormats.DeployData.Builder getDeployBuilder()
          required .DeployData deploy = 2;
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
          required .DeployData deploy = 2;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
          required string path = 3;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 3;
 WireFormats.PropsData getProps()
          required .PropsData props = 1;
 WireFormats.PropsData.Builder getPropsBuilder()
          required .PropsData props = 1;
 WireFormats.PropsDataOrBuilder getPropsOrBuilder()
          required .PropsData props = 1;
 WireFormats.ActorRefData getSupervisor()
          required .ActorRefData supervisor = 4;
 WireFormats.ActorRefData.Builder getSupervisorBuilder()
          required .ActorRefData supervisor = 4;
 WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
          required .ActorRefData supervisor = 4;
 boolean hasDeploy()
          required .DeployData deploy = 2;
 boolean hasPath()
          required string path = 3;
 boolean hasProps()
          required .PropsData props = 1;
 boolean hasSupervisor()
          required .ActorRefData supervisor = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.DaemonMsgCreateData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.DaemonMsgCreateData.Builder mergeFrom(WireFormats.DaemonMsgCreateData other)
           
 WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder setPath(java.lang.String value)
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)
          required .ActorRefData supervisor = 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.DaemonMsgCreateData.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public WireFormats.DaemonMsgCreateData.Builder mergeFrom(WireFormats.DaemonMsgCreateData 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.DaemonMsgCreateData.Builder>

mergeFrom

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

hasProps

public boolean hasProps()
required .PropsData props = 1;

Specified by:
hasProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

getProps

public WireFormats.PropsData getProps()
required .PropsData props = 1;

Specified by:
getProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
required .PropsData props = 1;


setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
required .PropsData props = 1;


mergeProps

public WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)
required .PropsData props = 1;


clearProps

public WireFormats.DaemonMsgCreateData.Builder clearProps()
required .PropsData props = 1;


getPropsBuilder

public WireFormats.PropsData.Builder getPropsBuilder()
required .PropsData props = 1;


getPropsOrBuilder

public WireFormats.PropsDataOrBuilder getPropsOrBuilder()
required .PropsData props = 1;

Specified by:
getPropsOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasDeploy

public boolean hasDeploy()
required .DeployData deploy = 2;

Specified by:
hasDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

getDeploy

public WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;

Specified by:
getDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;


setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
required .DeployData deploy = 2;


mergeDeploy

public WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;


clearDeploy

public WireFormats.DaemonMsgCreateData.Builder clearDeploy()
required .DeployData deploy = 2;


getDeployBuilder

public WireFormats.DeployData.Builder getDeployBuilder()
required .DeployData deploy = 2;


getDeployOrBuilder

public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;

Specified by:
getDeployOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasPath

public boolean hasPath()
required string path = 3;

Specified by:
hasPath in interface WireFormats.DaemonMsgCreateDataOrBuilder

getPath

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

Specified by:
getPath in interface WireFormats.DaemonMsgCreateDataOrBuilder

getPathBytes

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

Specified by:
getPathBytes in interface WireFormats.DaemonMsgCreateDataOrBuilder

setPath

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


clearPath

public WireFormats.DaemonMsgCreateData.Builder clearPath()
required string path = 3;


setPathBytes

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


hasSupervisor

public boolean hasSupervisor()
required .ActorRefData supervisor = 4;

Specified by:
hasSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

getSupervisor

public WireFormats.ActorRefData getSupervisor()
required .ActorRefData supervisor = 4;

Specified by:
getSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;


setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
required .ActorRefData supervisor = 4;


mergeSupervisor

public WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;


clearSupervisor

public WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
required .ActorRefData supervisor = 4;


getSupervisorBuilder

public WireFormats.ActorRefData.Builder getSupervisorBuilder()
required .ActorRefData supervisor = 4;


getSupervisorOrBuilder

public WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;

Specified by:
getSupervisorOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder