public static final class AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder extends GeneratedMessageV3.Builder<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder> implements AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResultOrBuilder
Result of the δ-presence computation. Note that these results are an
estimation, not exact values.
Protobuf type
google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllDeltaPresenceEstimationHistogram(Iterable<? extends AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket> values)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addAllDeltaPresenceEstimationHistogram(Iterable<? extends AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket> values)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket>
|
addDeltaPresenceEstimationHistogram(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addDeltaPresenceEstimationHistogram(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
addDeltaPresenceEstimationHistogram(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addDeltaPresenceEstimationHistogram(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
addDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
addDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
addDeltaPresenceEstimationHistogramBuilder()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder addDeltaPresenceEstimationHistogramBuilder()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
addDeltaPresenceEstimationHistogramBuilder(int index)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder addDeltaPresenceEstimationHistogramBuilder(int index)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult build()
buildPartial()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult buildPartial()
clear()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder clear()
Overrides
clearDeltaPresenceEstimationHistogram()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder clearDeltaPresenceEstimationHistogram()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
clearField(Descriptors.FieldDescriptor field)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder clone()
Overrides
getDefaultInstanceForType()
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult getDefaultInstanceForType()
getDeltaPresenceEstimationHistogram(int index)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket getDeltaPresenceEstimationHistogram(int index)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
index | int
|
getDeltaPresenceEstimationHistogramBuilder(int index)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder getDeltaPresenceEstimationHistogramBuilder(int index)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
index | int
|
getDeltaPresenceEstimationHistogramBuilderList()
public List<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder> getDeltaPresenceEstimationHistogramBuilderList()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
getDeltaPresenceEstimationHistogramCount()
public int getDeltaPresenceEstimationHistogramCount()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Returns |
---|
Type | Description |
int | |
getDeltaPresenceEstimationHistogramList()
public List<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket> getDeltaPresenceEstimationHistogramList()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
getDeltaPresenceEstimationHistogramOrBuilder(int index)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder getDeltaPresenceEstimationHistogramOrBuilder(int index)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
index | int
|
getDeltaPresenceEstimationHistogramOrBuilderList()
public List<? extends AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder> getDeltaPresenceEstimationHistogramOrBuilderList()
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Returns |
---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder> | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult other)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder mergeFrom(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult other)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeDeltaPresenceEstimationHistogram(int index)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder removeDeltaPresenceEstimationHistogram(int index)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
Parameter |
---|
Name | Description |
index | int
|
setDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder setDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket value)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
setDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder setDeltaPresenceEstimationHistogram(int index, AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder builderForValue)
The intervals [min_probability, max_probability) do not overlap. If a
value doesn't correspond to any such interval, the associated frequency
is zero. For example, the following records:
{min_probability: 0, max_probability: 0.1, frequency: 17}
{min_probability: 0.2, max_probability: 0.3, frequency: 42}
{min_probability: 0.3, max_probability: 0.4, frequency: 99}
mean that there are no record with an estimated probability in [0.1, 0.2)
nor larger or equal to 0.4.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket delta_presence_estimation_histogram = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides