Interface LogicmoduleMessages.ExecuteMethodOnTargetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.ExecuteMethodOnTargetRequest,LogicmoduleMessages.ExecuteMethodOnTargetRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.ExecuteMethodOnTargetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetObjectID()string objectID = 2;com.google.protobuf.ByteStringgetObjectIDBytes()string objectID = 2;StringgetOperationNameAndSignature()string operationNameAndSignature = 3;com.google.protobuf.ByteStringgetOperationNameAndSignatureBytes()string operationNameAndSignature = 3;CommonMessages.SerializedParametersOrReturngetParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;CommonMessages.SerializedParametersOrReturnOrBuildergetParamsOrBuilder().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;StringgetSessionID()string sessionID = 1;com.google.protobuf.ByteStringgetSessionIDBytes()string sessionID = 1;StringgetTargetBackendID()string targetBackendID = 5;com.google.protobuf.ByteStringgetTargetBackendIDBytes()string targetBackendID = 5;booleanhasParams().dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;-
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.
-
getObjectID
String getObjectID()
string objectID = 2;- Returns:
- The objectID.
-
getObjectIDBytes
com.google.protobuf.ByteString getObjectIDBytes()
string objectID = 2;- Returns:
- The bytes for objectID.
-
getOperationNameAndSignature
String getOperationNameAndSignature()
string operationNameAndSignature = 3;- Returns:
- The operationNameAndSignature.
-
getOperationNameAndSignatureBytes
com.google.protobuf.ByteString getOperationNameAndSignatureBytes()
string operationNameAndSignature = 3;- Returns:
- The bytes for operationNameAndSignature.
-
hasParams
boolean hasParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;- Returns:
- Whether the params field is set.
-
getParams
CommonMessages.SerializedParametersOrReturn getParams()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;- Returns:
- The params.
-
getParamsOrBuilder
CommonMessages.SerializedParametersOrReturnOrBuilder getParamsOrBuilder()
.dataclay.communication.grpc.common.SerializedParametersOrReturn params = 4;
-
getTargetBackendID
String getTargetBackendID()
string targetBackendID = 5;- Returns:
- The targetBackendID.
-
getTargetBackendIDBytes
com.google.protobuf.ByteString getTargetBackendIDBytes()
string targetBackendID = 5;- Returns:
- The bytes for targetBackendID.
-
-