Interface LogicmoduleMessages.GetExecutionEnvironmentsInfoResponseOrBuilder

    • Method Detail

      • getExecEnvsCount

        int getExecEnvsCount()
        map<string, string> execEnvs = 1;
      • containsExecEnvs

        boolean containsExecEnvs​(String key)
        map<string, string> execEnvs = 1;
      • getExecEnvsMap

        Map<String,​String> getExecEnvsMap()
        map<string, string> execEnvs = 1;
      • getExecEnvsOrDefault

        String getExecEnvsOrDefault​(String key,
                                    String defaultValue)
        map<string, string> execEnvs = 1;
      • getExecEnvsOrThrow

        String getExecEnvsOrThrow​(String key)
        map<string, string> execEnvs = 1;
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        The excInfo.