public static final class AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult extends com.google.protobuf.GeneratedMessageV3 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| Modifier and Type | Class and Description |
|---|---|
static class |
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder
Result of the δ-presence computation.
|
static class |
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket
A DeltaPresenceEstimationHistogramBucket message with the following
values:
min_probability: 0.1
max_probability: 0.2
frequency: 42
means that there are 42 records for which δ is in [0.1, 0.2).
|
static interface |
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder |
static class |
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues
A tuple of values for the quasi-identifier columns.
|
static interface |
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DELTA_PRESENCE_ESTIMATION_HISTOGRAM_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DELTA_PRESENCE_ESTIMATION_HISTOGRAM_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;
getDeltaPresenceEstimationHistogramList in interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResultOrBuilderpublic 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;
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;
getDeltaPresenceEstimationHistogramCount in interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResultOrBuilderpublic 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;
getDeltaPresenceEstimationHistogram in interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResultOrBuilderpublic 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;
getDeltaPresenceEstimationHistogramOrBuilder in interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResultOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(InputStream input) throws IOException
IOExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder newBuilder()
public static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder newBuilder(AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult prototype)
public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult getDefaultInstance()
public static com.google.protobuf.Parser<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult> parser()
public com.google.protobuf.Parser<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.