Interface LogicmoduleMessages.RegisterObjectRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterObjectRequest,LogicmoduleMessages.RegisterObjectRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterObjectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()string alias = 3;com.google.protobuf.ByteStringgetAliasBytes()string alias = 3;CommonMessages.ExecutionEnvironmentIDgetBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;CommonMessages.ExecutionEnvironmentIDOrBuildergetBackendIDOrBuilder().dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;CommonMessages.LangsgetLang().dataclay.communication.grpc.common.Langs lang = 4;intgetLangValue().dataclay.communication.grpc.common.Langs lang = 4;CommonMessages.RegistrationInfogetRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;CommonMessages.RegistrationInfoOrBuildergetRegInfoOrBuilder().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;booleanhasBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;booleanhasRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRegInfo
boolean hasRegInfo()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;- Returns:
- Whether the regInfo field is set.
-
getRegInfo
CommonMessages.RegistrationInfo getRegInfo()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;- Returns:
- The regInfo.
-
getRegInfoOrBuilder
CommonMessages.RegistrationInfoOrBuilder getRegInfoOrBuilder()
.dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
-
hasBackendID
boolean hasBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;- Returns:
- Whether the backendID field is set.
-
getBackendID
CommonMessages.ExecutionEnvironmentID getBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;- Returns:
- The backendID.
-
getBackendIDOrBuilder
CommonMessages.ExecutionEnvironmentIDOrBuilder getBackendIDOrBuilder()
.dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;
-
getAlias
String getAlias()
string alias = 3;- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 3;- Returns:
- The bytes for alias.
-
getLangValue
int getLangValue()
.dataclay.communication.grpc.common.Langs lang = 4;- Returns:
- The enum numeric value on the wire for lang.
-
getLang
CommonMessages.Langs getLang()
.dataclay.communication.grpc.common.Langs lang = 4;- Returns:
- The lang.
-
-