Interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder

    • Method Detail

      • hasMinValue

        boolean hasMinValue()
         Minimum value appearing in the column.
         
        .google.privacy.dlp.v2.Value min_value = 1;
        Returns:
        Whether the minValue field is set.
      • getMinValue

        Value getMinValue()
         Minimum value appearing in the column.
         
        .google.privacy.dlp.v2.Value min_value = 1;
        Returns:
        The minValue.
      • getMinValueOrBuilder

        ValueOrBuilder getMinValueOrBuilder()
         Minimum value appearing in the column.
         
        .google.privacy.dlp.v2.Value min_value = 1;
      • hasMaxValue

        boolean hasMaxValue()
         Maximum value appearing in the column.
         
        .google.privacy.dlp.v2.Value max_value = 2;
        Returns:
        Whether the maxValue field is set.
      • getMaxValue

        Value getMaxValue()
         Maximum value appearing in the column.
         
        .google.privacy.dlp.v2.Value max_value = 2;
        Returns:
        The maxValue.
      • getMaxValueOrBuilder

        ValueOrBuilder getMaxValueOrBuilder()
         Maximum value appearing in the column.
         
        .google.privacy.dlp.v2.Value max_value = 2;
      • getQuantileValuesList

        List<Value> getQuantileValuesList()
         List of 99 values that partition the set of field values into 100 equal
         sized buckets.
         
        repeated .google.privacy.dlp.v2.Value quantile_values = 4;
      • getQuantileValues

        Value getQuantileValues​(int index)
         List of 99 values that partition the set of field values into 100 equal
         sized buckets.
         
        repeated .google.privacy.dlp.v2.Value quantile_values = 4;
      • getQuantileValuesCount

        int getQuantileValuesCount()
         List of 99 values that partition the set of field values into 100 equal
         sized buckets.
         
        repeated .google.privacy.dlp.v2.Value quantile_values = 4;
      • getQuantileValuesOrBuilderList

        List<? extends ValueOrBuilder> getQuantileValuesOrBuilderList()
         List of 99 values that partition the set of field values into 100 equal
         sized buckets.
         
        repeated .google.privacy.dlp.v2.Value quantile_values = 4;
      • getQuantileValuesOrBuilder

        ValueOrBuilder getQuantileValuesOrBuilder​(int index)
         List of 99 values that partition the set of field values into 100 equal
         sized buckets.
         
        repeated .google.privacy.dlp.v2.Value quantile_values = 4;