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.Langs
getExecEnvLang()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
int
getExecEnvLangValue()
.dataclay.communication.grpc.common.Langs execEnvLang = 1;
boolean
getFromBackend()
bool fromBackend = 3;
boolean
getGetExternal()
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.
-
-