Interface BucketingConfig.BucketOrBuilder

    • Method Detail

      • hasMin

        boolean hasMin()
         Lower bound of the range, inclusive. Type should be the same as max if
         used.
         
        .google.privacy.dlp.v2.Value min = 1;
        Returns:
        Whether the min field is set.
      • getMin

        Value getMin()
         Lower bound of the range, inclusive. Type should be the same as max if
         used.
         
        .google.privacy.dlp.v2.Value min = 1;
        Returns:
        The min.
      • getMinOrBuilder

        ValueOrBuilder getMinOrBuilder()
         Lower bound of the range, inclusive. Type should be the same as max if
         used.
         
        .google.privacy.dlp.v2.Value min = 1;
      • hasMax

        boolean hasMax()
         Upper bound of the range, exclusive; type must match min.
         
        .google.privacy.dlp.v2.Value max = 2;
        Returns:
        Whether the max field is set.
      • getMax

        Value getMax()
         Upper bound of the range, exclusive; type must match min.
         
        .google.privacy.dlp.v2.Value max = 2;
        Returns:
        The max.
      • getMaxOrBuilder

        ValueOrBuilder getMaxOrBuilder()
         Upper bound of the range, exclusive; type must match min.
         
        .google.privacy.dlp.v2.Value max = 2;
      • hasReplacementValue

        boolean hasReplacementValue()
         Required. Replacement value for this bucket.
         
        .google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the replacementValue field is set.
      • getReplacementValue

        Value getReplacementValue()
         Required. Replacement value for this bucket.
         
        .google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The replacementValue.
      • getReplacementValueOrBuilder

        ValueOrBuilder getReplacementValueOrBuilder()
         Required. Replacement value for this bucket.
         
        .google.privacy.dlp.v2.Value replacement_value = 3 [(.google.api.field_behavior) = REQUIRED];