Interface LogicmoduleMessages.GetAllExecutionEnvironmentsInfoRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.