Interface LogicmoduleMessages.NewClassRequestOrBuilder

    • Method Detail

      • getAccountID

        String getAccountID()
        string accountID = 1;
        Returns:
        The accountID.
      • getAccountIDBytes

        com.google.protobuf.ByteString getAccountIDBytes()
        string accountID = 1;
        Returns:
        The bytes for 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.
      • getLanguageValue

        int getLanguageValue()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The enum numeric value on the wire for language.
      • getLanguage

        CommonMessages.Langs getLanguage()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The language.
      • getNewClassesCount

        int getNewClassesCount()
        map<string, string> newClasses = 4;
      • containsNewClasses

        boolean containsNewClasses​(String key)
        map<string, string> newClasses = 4;
      • getNewClassesMap

        Map<String,​String> getNewClassesMap()
        map<string, string> newClasses = 4;
      • getNewClassesOrDefault

        String getNewClassesOrDefault​(String key,
                                      String defaultValue)
        map<string, string> newClasses = 4;
      • getNewClassesOrThrow

        String getNewClassesOrThrow​(String key)
        map<string, string> newClasses = 4;