public interface ValueFrequencyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCount()
How many times the value is contained in the field.
|
Value |
getValue()
A value contained in the field in question.
|
ValueOrBuilder |
getValueOrBuilder()
A value contained in the field in question.
|
boolean |
hasValue()
A value contained in the field in question.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasValue()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
Value getValue()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
ValueOrBuilder getValueOrBuilder()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
long getCount()
How many times the value is contained in the field.
int64 count = 2;