Class AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder>
      • getDefaultInstanceForType

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • getKMapEstimationHistogramCount

        public int getKMapEstimationHistogramCount()
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
        Specified by:
        getKMapEstimationHistogramCount in interface AnalyzeDataSourceRiskDetails.KMapEstimationResultOrBuilder
      • getKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket getKMapEstimationHistogram​(int index)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
        Specified by:
        getKMapEstimationHistogram in interface AnalyzeDataSourceRiskDetails.KMapEstimationResultOrBuilder
      • setKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder setKMapEstimationHistogram​(int index,
                                                                                                    AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket value)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • setKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder setKMapEstimationHistogram​(int index,
                                                                                                    AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder builderForValue)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder addKMapEstimationHistogram​(AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket value)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder addKMapEstimationHistogram​(int index,
                                                                                                    AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket value)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder addKMapEstimationHistogram​(AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder builderForValue)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder addKMapEstimationHistogram​(int index,
                                                                                                    AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder builderForValue)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addAllKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder addAllKMapEstimationHistogram​(Iterable<? extends AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket> values)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • clearKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder clearKMapEstimationHistogram()
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • removeKMapEstimationHistogram

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.Builder removeKMapEstimationHistogram​(int index)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • getKMapEstimationHistogramBuilder

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder getKMapEstimationHistogramBuilder​(int index)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogramBuilder

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder addKMapEstimationHistogramBuilder()
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • addKMapEstimationHistogramBuilder

        public AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder addKMapEstimationHistogramBuilder​(int index)
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;
      • getKMapEstimationHistogramBuilderList

        public List<AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket.Builder> getKMapEstimationHistogramBuilderList()
         The intervals [min_anonymity, max_anonymity] do not overlap. If a value
         doesn't correspond to any such interval, the associated frequency is
         zero. For example, the following records:
           {min_anonymity: 1, max_anonymity: 1, frequency: 17}
           {min_anonymity: 2, max_anonymity: 3, frequency: 42}
           {min_anonymity: 5, max_anonymity: 10, frequency: 99}
         mean that there are no record with an estimated anonymity of 4, 5, or
         larger than 10.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucket k_map_estimation_histogram = 1;