Interface LogicmoduleMessages.ExecuteImplementationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.ExecuteImplementationRequest,LogicmoduleMessages.ExecuteImplementationRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.ExecuteImplementationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContractID()string contractID = 4;com.google.protobuf.ByteStringgetContractIDBytes()string contractID = 4;StringgetImplementationID()string implementationID = 3;com.google.protobuf.ByteStringgetImplementationIDBytes()string implementationID = 3;StringgetInterfaceID()string interfaceID = 5;com.google.protobuf.ByteStringgetInterfaceIDBytes()string interfaceID = 5;StringgetObjectID()string objectID = 6;com.google.protobuf.ByteStringgetObjectIDBytes()string objectID = 6;StringgetOperationID()string operationID = 2;com.google.protobuf.ByteStringgetOperationIDBytes()string operationID = 2;CommonMessages.SerializedParametersOrReturngetParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;CommonMessages.SerializedParametersOrReturnOrBuildergetParamsOrBuilder().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;StringgetSessionID()string sessionID = 1;com.google.protobuf.ByteStringgetSessionIDBytes()string sessionID = 1;booleanhasParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSessionID
String getSessionID()
string sessionID = 1;- Returns:
- The sessionID.
-
getSessionIDBytes
com.google.protobuf.ByteString getSessionIDBytes()
string sessionID = 1;- Returns:
- The bytes for sessionID.
-
getOperationID
String getOperationID()
string operationID = 2;- Returns:
- The operationID.
-
getOperationIDBytes
com.google.protobuf.ByteString getOperationIDBytes()
string operationID = 2;- Returns:
- The bytes for operationID.
-
getImplementationID
String getImplementationID()
string implementationID = 3;- Returns:
- The implementationID.
-
getImplementationIDBytes
com.google.protobuf.ByteString getImplementationIDBytes()
string implementationID = 3;- Returns:
- The bytes for implementationID.
-
getContractID
String getContractID()
string contractID = 4;- Returns:
- The contractID.
-
getContractIDBytes
com.google.protobuf.ByteString getContractIDBytes()
string contractID = 4;- Returns:
- The bytes for contractID.
-
getInterfaceID
String getInterfaceID()
string interfaceID = 5;- Returns:
- The interfaceID.
-
getInterfaceIDBytes
com.google.protobuf.ByteString getInterfaceIDBytes()
string interfaceID = 5;- Returns:
- The bytes for interfaceID.
-
getObjectID
String getObjectID()
string objectID = 6;- Returns:
- The objectID.
-
getObjectIDBytes
com.google.protobuf.ByteString getObjectIDBytes()
string objectID = 6;- Returns:
- The bytes for objectID.
-
hasParams
boolean hasParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;- Returns:
- Whether the params field is set.
-
getParams
CommonMessages.SerializedParametersOrReturn getParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;- Returns:
- The params.
-
getParamsOrBuilder
CommonMessages.SerializedParametersOrReturnOrBuilder getParamsOrBuilder()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 7;
-
-