Interface LogicmoduleMessages.AutoRegisterEERequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.AutoRegisterEERequest,LogicmoduleMessages.AutoRegisterEERequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.AutoRegisterEERequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEeHostname()string eeHostname = 3;com.google.protobuf.ByteStringgetEeHostnameBytes()string eeHostname = 3;StringgetEeName()string eeName = 2;com.google.protobuf.ByteStringgetEeNameBytes()string eeName = 2;intgetEePort()int32 eePort = 4;StringgetExecutionEnvironmentID()string executionEnvironmentID = 1;com.google.protobuf.ByteStringgetExecutionEnvironmentIDBytes()string executionEnvironmentID = 1;CommonMessages.LangsgetLang().dataclay.communication.grpc.common.Langs lang = 5;intgetLangValue().dataclay.communication.grpc.common.Langs lang = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExecutionEnvironmentID
String getExecutionEnvironmentID()
string executionEnvironmentID = 1;- Returns:
- The executionEnvironmentID.
-
getExecutionEnvironmentIDBytes
com.google.protobuf.ByteString getExecutionEnvironmentIDBytes()
string executionEnvironmentID = 1;- Returns:
- The bytes for executionEnvironmentID.
-
getEeName
String getEeName()
string eeName = 2;- Returns:
- The eeName.
-
getEeNameBytes
com.google.protobuf.ByteString getEeNameBytes()
string eeName = 2;- Returns:
- The bytes for eeName.
-
getEeHostname
String getEeHostname()
string eeHostname = 3;- Returns:
- The eeHostname.
-
getEeHostnameBytes
com.google.protobuf.ByteString getEeHostnameBytes()
string eeHostname = 3;- Returns:
- The bytes for eeHostname.
-
getEePort
int getEePort()
int32 eePort = 4;- Returns:
- The eePort.
-
getLangValue
int getLangValue()
.dataclay.communication.grpc.common.Langs lang = 5;- Returns:
- The enum numeric value on the wire for lang.
-
getLang
CommonMessages.Langs getLang()
.dataclay.communication.grpc.common.Langs lang = 5;- Returns:
- The lang.
-
-