akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.SendToAll.Builder

java.lang.Object
  extended by 
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
All Implemented Interfaces:
DistributedPubSubMessages.SendToAllOrBuilder
Enclosing class:
DistributedPubSubMessages.SendToAll

public static final class DistributedPubSubMessages.SendToAll.Builder
extends
implements DistributedPubSubMessages.SendToAllOrBuilder

Protobuf type SendToAll


 SendToAll normally local, but it is also used by the ClusterClient.
 


Method Summary
 DistributedPubSubMessages.SendToAll build()
           
 DistributedPubSubMessages.SendToAll buildPartial()
           
 DistributedPubSubMessages.SendToAll.Builder clear()
           
 DistributedPubSubMessages.SendToAll.Builder clearAllButSelf()
          required bool allButSelf = 2;
 DistributedPubSubMessages.SendToAll.Builder clearPath()
          required string path = 1;
 DistributedPubSubMessages.SendToAll.Builder clearPayload()
          required .Payload payload = 3;
 DistributedPubSubMessages.SendToAll.Builder clone()
           
 boolean getAllButSelf()
          required bool allButSelf = 2;
 DistributedPubSubMessages.SendToAll getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 DistributedPubSubMessages.Payload getPayload()
          required .Payload payload = 3;
 DistributedPubSubMessages.Payload.Builder getPayloadBuilder()
          required .Payload payload = 3;
 DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
          required .Payload payload = 3;
 boolean hasAllButSelf()
          required bool allButSelf = 2;
 boolean hasPath()
          required string path = 1;
 boolean hasPayload()
          required .Payload payload = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.Message other)
           
 DistributedPubSubMessages.SendToAll.Builder mergePayload(DistributedPubSubMessages.Payload value)
          required .Payload payload = 3;
 DistributedPubSubMessages.SendToAll.Builder setAllButSelf(boolean value)
          required bool allButSelf = 2;
 DistributedPubSubMessages.SendToAll.Builder setPath(java.lang.String value)
          required string path = 1;
 DistributedPubSubMessages.SendToAll.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload.Builder builderForValue)
          required .Payload payload = 3;
 DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload value)
          required .Payload payload = 3;
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

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

clear

public DistributedPubSubMessages.SendToAll.Builder clear()

clone

public DistributedPubSubMessages.SendToAll.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public DistributedPubSubMessages.SendToAll getDefaultInstanceForType()

build

public DistributedPubSubMessages.SendToAll build()

buildPartial

public DistributedPubSubMessages.SendToAll buildPartial()

mergeFrom

public DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public DistributedPubSubMessages.SendToAll.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws java.io.IOException
Throws:
java.io.IOException

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface DistributedPubSubMessages.SendToAllOrBuilder

getPath

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

Specified by:
getPath in interface DistributedPubSubMessages.SendToAllOrBuilder

getPathBytes

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

Specified by:
getPathBytes in interface DistributedPubSubMessages.SendToAllOrBuilder

setPath

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


clearPath

public DistributedPubSubMessages.SendToAll.Builder clearPath()
required string path = 1;


setPathBytes

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


hasAllButSelf

public boolean hasAllButSelf()
required bool allButSelf = 2;

Specified by:
hasAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder

getAllButSelf

public boolean getAllButSelf()
required bool allButSelf = 2;

Specified by:
getAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder

setAllButSelf

public DistributedPubSubMessages.SendToAll.Builder setAllButSelf(boolean value)
required bool allButSelf = 2;


clearAllButSelf

public DistributedPubSubMessages.SendToAll.Builder clearAllButSelf()
required bool allButSelf = 2;


hasPayload

public boolean hasPayload()
required .Payload payload = 3;

Specified by:
hasPayload in interface DistributedPubSubMessages.SendToAllOrBuilder

getPayload

public DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;

Specified by:
getPayload in interface DistributedPubSubMessages.SendToAllOrBuilder

setPayload

public DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload value)
required .Payload payload = 3;


setPayload

public DistributedPubSubMessages.SendToAll.Builder setPayload(DistributedPubSubMessages.Payload.Builder builderForValue)
required .Payload payload = 3;


mergePayload

public DistributedPubSubMessages.SendToAll.Builder mergePayload(DistributedPubSubMessages.Payload value)
required .Payload payload = 3;


clearPayload

public DistributedPubSubMessages.SendToAll.Builder clearPayload()
required .Payload payload = 3;


getPayloadBuilder

public DistributedPubSubMessages.Payload.Builder getPayloadBuilder()
required .Payload payload = 3;


getPayloadOrBuilder

public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;

Specified by:
getPayloadOrBuilder in interface DistributedPubSubMessages.SendToAllOrBuilder