Interface DiscoveryEvent.ConfigDetailsOrBuilder

    • Method Detail

      • getParametersCount

        int getParametersCount()
         A list of discovery configuration parameters in effect.
         The keys are the field paths within DiscoverySpec.
         Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
         etc.
         
        map<string, string> parameters = 1;
      • containsParameters

        boolean containsParameters​(String key)
         A list of discovery configuration parameters in effect.
         The keys are the field paths within DiscoverySpec.
         Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
         etc.
         
        map<string, string> parameters = 1;
      • getParametersMap

        Map<String,​String> getParametersMap()
         A list of discovery configuration parameters in effect.
         The keys are the field paths within DiscoverySpec.
         Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
         etc.
         
        map<string, string> parameters = 1;
      • getParametersOrDefault

        String getParametersOrDefault​(String key,
                                      String defaultValue)
         A list of discovery configuration parameters in effect.
         The keys are the field paths within DiscoverySpec.
         Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
         etc.
         
        map<string, string> parameters = 1;
      • getParametersOrThrow

        String getParametersOrThrow​(String key)
         A list of discovery configuration parameters in effect.
         The keys are the field paths within DiscoverySpec.
         Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
         etc.
         
        map<string, string> parameters = 1;