public static interface WireFormats.DeployDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getConfig()
optional bytes config = 2; |
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; |
boolean hasPath()
required string path = 1;java.lang.String getPath()
required string path = 1;com.google.protobuf.ByteString getPathBytes()
required string path = 1;boolean hasConfig()
optional bytes config = 2;com.google.protobuf.ByteString getConfig()
optional bytes config = 2;boolean hasRouterConfig()
optional bytes routerConfig = 3;com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;boolean hasScope()
optional bytes scope = 4;com.google.protobuf.ByteString getScope()
optional bytes scope = 4;boolean hasDispatcher()
optional string dispatcher = 5;java.lang.String getDispatcher()
optional string dispatcher = 5;com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;