public static final class RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket extends GeneratedMessageV3 implements RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder
Histogram bucket of value frequencies in the column.Protobuf type
google.privacy.dlp.v2beta1.RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket| Modifier and Type | Class and Description |
|---|---|
static class |
RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder
Histogram bucket of value frequencies in the column.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_SIZE_FIELD_NUMBER |
static int |
BUCKET_VALUES_FIELD_NUMBER |
static int |
VALUE_FREQUENCY_LOWER_BOUND_FIELD_NUMBER |
static int |
VALUE_FREQUENCY_UPPER_BOUND_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VALUE_FREQUENCY_LOWER_BOUND_FIELD_NUMBER
public static final int VALUE_FREQUENCY_UPPER_BOUND_FIELD_NUMBER
public static final int BUCKET_SIZE_FIELD_NUMBER
public static final int BUCKET_VALUES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public long getValueFrequencyLowerBound()
Lower bound on the value frequency of the values in this bucket.
int64 value_frequency_lower_bound = 1;public long getValueFrequencyUpperBound()
Upper bound on the value frequency of the values in this bucket.
int64 value_frequency_upper_bound = 2;public long getBucketSize()
Total number of records in this bucket.
int64 bucket_size = 3;getBucketSize in interface RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilderpublic java.util.List<ValueFrequency> getBucketValuesList()
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
repeated .google.privacy.dlp.v2beta1.ValueFrequency bucket_values = 4;getBucketValuesList in interface RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilderpublic java.util.List<? extends ValueFrequencyOrBuilder> getBucketValuesOrBuilderList()
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
repeated .google.privacy.dlp.v2beta1.ValueFrequency bucket_values = 4;public int getBucketValuesCount()
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
repeated .google.privacy.dlp.v2beta1.ValueFrequency bucket_values = 4;getBucketValuesCount in interface RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilderpublic ValueFrequency getBucketValues(int index)
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
repeated .google.privacy.dlp.v2beta1.ValueFrequency bucket_values = 4;getBucketValues in interface RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilderpublic ValueFrequencyOrBuilder getBucketValuesOrBuilder(int index)
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
repeated .google.privacy.dlp.v2beta1.ValueFrequency bucket_values = 4;public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder newBuilder()
public static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder newBuilder(RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket prototype)
public RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket getDefaultInstance()
public static Parser<RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket> parser()
public Parser<RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public RiskAnalysisOperationResult.CategoricalStatsResult.CategoricalStatsHistogramBucket getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder