Interface LogicmoduleMessages.RegisterObjectForGCRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterObjectForGCRequest,LogicmoduleMessages.RegisterObjectForGCRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterObjectForGCRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackendID()string backendID = 2;com.google.protobuf.ByteStringgetBackendIDBytes()string backendID = 2;CommonMessages.RegistrationInfogetRegInfo().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;CommonMessages.RegistrationInfoOrBuildergetRegInfoOrBuilder().dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;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;
-
getBackendID
String getBackendID()
string backendID = 2;- Returns:
- The backendID.
-
getBackendIDBytes
com.google.protobuf.ByteString getBackendIDBytes()
string backendID = 2;- Returns:
- The bytes for backendID.
-
-