Interface LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest,LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.LangsgetExecEnvLang().dataclay.communication.grpc.common.Langs execEnvLang = 1;intgetExecEnvLangValue().dataclay.communication.grpc.common.Langs execEnvLang = 1;booleangetFromBackend()bool fromBackend = 3;booleangetGetExternal()bool getExternal = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExecEnvLangValue
int getExecEnvLangValue()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;- Returns:
- The enum numeric value on the wire for execEnvLang.
-
getExecEnvLang
CommonMessages.Langs getExecEnvLang()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;- Returns:
- The execEnvLang.
-
getGetExternal
boolean getGetExternal()
bool getExternal = 2;- Returns:
- The getExternal.
-
getFromBackend
boolean getFromBackend()
bool fromBackend = 3;- Returns:
- The fromBackend.
-
-