Interface LogicmoduleMessages.NewVersionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.NewVersionRequest,LogicmoduleMessages.NewVersionRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.NewVersionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.ObjectIDgetObjectID().dataclay.communication.grpc.common.ObjectID objectID = 2;CommonMessages.ObjectIDOrBuildergetObjectIDOrBuilder().dataclay.communication.grpc.common.ObjectID objectID = 2;CommonMessages.ExecutionEnvironmentIDgetOptDestBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;CommonMessages.ExecutionEnvironmentIDOrBuildergetOptDestBackendIDOrBuilder().dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;CommonMessages.SessionIDgetSessionID().dataclay.communication.grpc.common.SessionID sessionID = 1;CommonMessages.SessionIDOrBuildergetSessionIDOrBuilder().dataclay.communication.grpc.common.SessionID sessionID = 1;booleanhasObjectID().dataclay.communication.grpc.common.ObjectID objectID = 2;booleanhasOptDestBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;booleanhasSessionID().dataclay.communication.grpc.common.SessionID sessionID = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSessionID
boolean hasSessionID()
.dataclay.communication.grpc.common.SessionID sessionID = 1;- Returns:
- Whether the sessionID field is set.
-
getSessionID
CommonMessages.SessionID getSessionID()
.dataclay.communication.grpc.common.SessionID sessionID = 1;- Returns:
- The sessionID.
-
getSessionIDOrBuilder
CommonMessages.SessionIDOrBuilder getSessionIDOrBuilder()
.dataclay.communication.grpc.common.SessionID sessionID = 1;
-
hasObjectID
boolean hasObjectID()
.dataclay.communication.grpc.common.ObjectID objectID = 2;- Returns:
- Whether the objectID field is set.
-
getObjectID
CommonMessages.ObjectID getObjectID()
.dataclay.communication.grpc.common.ObjectID objectID = 2;- Returns:
- The objectID.
-
getObjectIDOrBuilder
CommonMessages.ObjectIDOrBuilder getObjectIDOrBuilder()
.dataclay.communication.grpc.common.ObjectID objectID = 2;
-
hasOptDestBackendID
boolean hasOptDestBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;- Returns:
- Whether the optDestBackendID field is set.
-
getOptDestBackendID
CommonMessages.ExecutionEnvironmentID getOptDestBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;- Returns:
- The optDestBackendID.
-
getOptDestBackendIDOrBuilder
CommonMessages.ExecutionEnvironmentIDOrBuilder getOptDestBackendIDOrBuilder()
.dataclay.communication.grpc.common.ExecutionEnvironmentID optDestBackendID = 3;
-
-