public static interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
Output only. Count of the corresponding value in the scanned data.
int64 count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The count. |
getRatio()
public abstract double getRatio()
Output only. Ratio of the corresponding value in the field against the total number of rows in the scanned data.
double ratio = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The ratio. |
getValue()
public abstract String getValue()
Output only. String value of a top N non-null value.
string value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Output only. String value of a top N non-null value.
string value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |