Interface LogicmoduleMessages.RegisterObjectsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterObjectsRequest
,LogicmoduleMessages.RegisterObjectsRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterObjectsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBackendID()
string backendID = 2;
com.google.protobuf.ByteString
getBackendIDBytes()
string backendID = 2;
CommonMessages.Langs
getLang()
.dataclay.communication.grpc.common.Langs lang = 3;
int
getLangValue()
.dataclay.communication.grpc.common.Langs lang = 3;
CommonMessages.RegistrationInfo
getRegInfos(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
int
getRegInfosCount()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
List<CommonMessages.RegistrationInfo>
getRegInfosList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
CommonMessages.RegistrationInfoOrBuilder
getRegInfosOrBuilder(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
List<? extends CommonMessages.RegistrationInfoOrBuilder>
getRegInfosOrBuilderList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegInfosList
List<CommonMessages.RegistrationInfo> getRegInfosList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
getRegInfos
CommonMessages.RegistrationInfo getRegInfos(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
getRegInfosCount
int getRegInfosCount()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
getRegInfosOrBuilderList
List<? extends CommonMessages.RegistrationInfoOrBuilder> getRegInfosOrBuilderList()
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
getRegInfosOrBuilder
CommonMessages.RegistrationInfoOrBuilder getRegInfosOrBuilder(int index)
repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
-
getBackendID
String getBackendID()
string backendID = 2;
- Returns:
- The backendID.
-
getBackendIDBytes
com.google.protobuf.ByteString getBackendIDBytes()
string backendID = 2;
- Returns:
- The bytes for backendID.
-
getLangValue
int getLangValue()
.dataclay.communication.grpc.common.Langs lang = 3;
- Returns:
- The enum numeric value on the wire for lang.
-
getLang
CommonMessages.Langs getLang()
.dataclay.communication.grpc.common.Langs lang = 3;
- Returns:
- The lang.
-
-