public static interface WireFormats.DaemonMsgCreateDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WireFormats.DeployData |
getDeploy()
required .DeployData deploy = 2; |
WireFormats.DeployDataOrBuilder |
getDeployOrBuilder()
required .DeployData deploy = 2; |
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.PropsDataOrBuilder |
getPropsOrBuilder()
required .PropsData props = 1; |
WireFormats.ActorRefData |
getSupervisor()
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; |
boolean hasProps()
required .PropsData props = 1;WireFormats.PropsData getProps()
required .PropsData props = 1;WireFormats.PropsDataOrBuilder getPropsOrBuilder()
required .PropsData props = 1;boolean hasDeploy()
required .DeployData deploy = 2;WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;boolean hasPath()
required string path = 3;java.lang.String getPath()
required string path = 3;com.google.protobuf.ByteString getPathBytes()
required string path = 3;boolean hasSupervisor()
required .ActorRefData supervisor = 4;WireFormats.ActorRefData getSupervisor()
required .ActorRefData supervisor = 4;WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;