Interface LogicmoduleMessages.NewReplicaRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.NewReplicaRequest,LogicmoduleMessages.NewReplicaRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.NewReplicaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.ExecutionEnvironmentIDgetDestBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;CommonMessages.ExecutionEnvironmentIDOrBuildergetDestBackendIDOrBuilder().dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;CommonMessages.ObjectIDgetObjectID().dataclay.communication.grpc.common.ObjectID objectID = 2;CommonMessages.ObjectIDOrBuildergetObjectIDOrBuilder().dataclay.communication.grpc.common.ObjectID objectID = 2;booleangetRecursive()bool recursive = 4;CommonMessages.SessionIDgetSessionID().dataclay.communication.grpc.common.SessionID sessionID = 1;CommonMessages.SessionIDOrBuildergetSessionIDOrBuilder().dataclay.communication.grpc.common.SessionID sessionID = 1;booleanhasDestBackendID().dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;booleanhasObjectID().dataclay.communication.grpc.common.ObjectID objectID = 2;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;
-
hasDestBackendID
boolean hasDestBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;- Returns:
- Whether the destBackendID field is set.
-
getDestBackendID
CommonMessages.ExecutionEnvironmentID getDestBackendID()
.dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;- Returns:
- The destBackendID.
-
getDestBackendIDOrBuilder
CommonMessages.ExecutionEnvironmentIDOrBuilder getDestBackendIDOrBuilder()
.dataclay.communication.grpc.common.ExecutionEnvironmentID destBackendID = 3;
-
getRecursive
boolean getRecursive()
bool recursive = 4;- Returns:
- The recursive.
-
-