Interface LogicmoduleMessages.GetDataContractIDsOfProviderResponseOrBuilder

    • Method Detail

      • getDatacontractsCount

        int getDatacontractsCount()
        map<string, string> datacontracts = 1;
      • containsDatacontracts

        boolean containsDatacontracts​(String key)
        map<string, string> datacontracts = 1;
      • getDatacontractsMap

        Map<String,​String> getDatacontractsMap()
        map<string, string> datacontracts = 1;
      • getDatacontractsOrDefault

        String getDatacontractsOrDefault​(String key,
                                         String defaultValue)
        map<string, string> datacontracts = 1;
      • getDatacontractsOrThrow

        String getDatacontractsOrThrow​(String key)
        map<string, string> datacontracts = 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.