Interface LogicmoduleMessages.GetExecutionEnvironmentsNamesRequestOrBuilder

    • Method Detail

      • hasAccountID

        boolean hasAccountID()
        .dataclay.communication.grpc.common.AccountID accountID = 1;
        Returns:
        Whether the accountID field is set.
      • getAccountID

        CommonMessages.AccountID getAccountID()
        .dataclay.communication.grpc.common.AccountID accountID = 1;
        Returns:
        The accountID.
      • hasCredential

        boolean hasCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        Whether the credential field is set.
      • getCredential

        CommonMessages.Credential getCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        The credential.
      • getExecEnvLangValue

        int getExecEnvLangValue()
        .dataclay.communication.grpc.common.Langs execEnvLang = 3;
        Returns:
        The enum numeric value on the wire for execEnvLang.
      • getExecEnvLang

        CommonMessages.Langs getExecEnvLang()
        .dataclay.communication.grpc.common.Langs execEnvLang = 3;
        Returns:
        The execEnvLang.