public static final class WireFormats.DeployData.Builder extends com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder> implements WireFormats.DeployDataOrBuilder
DeployData
Serialization of akka.actor.Deploy
| Modifier and Type | Method and Description |
|---|---|
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>public WireFormats.DeployData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>public WireFormats.DeployData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>public WireFormats.DeployData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WireFormats.DeployData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WireFormats.DeployData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WireFormats.DeployData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WireFormats.DeployData.Builder>public WireFormats.DeployData.Builder mergeFrom(WireFormats.DeployData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.DeployData.Builder>public WireFormats.DeployData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WireFormats.DeployData.Builder>java.io.IOExceptionpublic boolean hasPath()
required string path = 1;hasPath in interface WireFormats.DeployDataOrBuilderpublic java.lang.String getPath()
required string path = 1;getPath in interface WireFormats.DeployDataOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
required string path = 1;getPathBytes in interface WireFormats.DeployDataOrBuilderpublic WireFormats.DeployData.Builder setPath(java.lang.String value)
required string path = 1;public WireFormats.DeployData.Builder clearPath()
required string path = 1;public WireFormats.DeployData.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;public boolean hasConfig()
optional bytes config = 2;hasConfig in interface WireFormats.DeployDataOrBuilderpublic com.google.protobuf.ByteString getConfig()
optional bytes config = 2;getConfig in interface WireFormats.DeployDataOrBuilderpublic WireFormats.DeployData.Builder setConfig(com.google.protobuf.ByteString value)
optional bytes config = 2;public WireFormats.DeployData.Builder clearConfig()
optional bytes config = 2;public boolean hasRouterConfig()
optional bytes routerConfig = 3;hasRouterConfig in interface WireFormats.DeployDataOrBuilderpublic com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;getRouterConfig in interface WireFormats.DeployDataOrBuilderpublic WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)
optional bytes routerConfig = 3;public WireFormats.DeployData.Builder clearRouterConfig()
optional bytes routerConfig = 3;public boolean hasScope()
optional bytes scope = 4;hasScope in interface WireFormats.DeployDataOrBuilderpublic com.google.protobuf.ByteString getScope()
optional bytes scope = 4;getScope in interface WireFormats.DeployDataOrBuilderpublic WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)
optional bytes scope = 4;public WireFormats.DeployData.Builder clearScope()
optional bytes scope = 4;public boolean hasDispatcher()
optional string dispatcher = 5;hasDispatcher in interface WireFormats.DeployDataOrBuilderpublic java.lang.String getDispatcher()
optional string dispatcher = 5;getDispatcher in interface WireFormats.DeployDataOrBuilderpublic com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;getDispatcherBytes in interface WireFormats.DeployDataOrBuilderpublic WireFormats.DeployData.Builder setDispatcher(java.lang.String value)
optional string dispatcher = 5;public WireFormats.DeployData.Builder clearDispatcher()
optional string dispatcher = 5;public WireFormats.DeployData.Builder setDispatcherBytes(com.google.protobuf.ByteString value)
optional string dispatcher = 5;