public interface ValueFrequencyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
How many times the value is contained in the field.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getValue()
public abstract Value getValue()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
Returns | |
---|---|
Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasValue()
public abstract boolean hasValue()
A value contained in the field in question.
.google.privacy.dlp.v2.Value value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |