- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public interface DataStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArrayStats()
public abstract ArrayStats getArrayStats()The statistics for ARRAY DataType.
 .google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
| Returns | |
|---|---|
| Type | Description | 
| ArrayStats | The arrayStats. | 
getArrayStatsOrBuilder()
public abstract ArrayStatsOrBuilder getArrayStatsOrBuilder()The statistics for ARRAY DataType.
 .google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
| Returns | |
|---|---|
| Type | Description | 
| ArrayStatsOrBuilder | |
getCategoryStats()
public abstract CategoryStats getCategoryStats()The statistics for CATEGORY DataType.
 .google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
| Returns | |
|---|---|
| Type | Description | 
| CategoryStats | The categoryStats. | 
getCategoryStatsOrBuilder()
public abstract CategoryStatsOrBuilder getCategoryStatsOrBuilder()The statistics for CATEGORY DataType.
 .google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
| Returns | |
|---|---|
| Type | Description | 
| CategoryStatsOrBuilder | |
getDistinctValueCount()
public abstract long getDistinctValueCount()The number of distinct values.
 int64 distinct_value_count = 1;
| Returns | |
|---|---|
| Type | Description | 
| long | The distinctValueCount. | 
getFloat64Stats()
public abstract Float64Stats getFloat64Stats()The statistics for FLOAT64 DataType.
 .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| Float64Stats | The float64Stats. | 
getFloat64StatsOrBuilder()
public abstract Float64StatsOrBuilder getFloat64StatsOrBuilder()The statistics for FLOAT64 DataType.
 .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| Float64StatsOrBuilder | |
getNullValueCount()
public abstract long getNullValueCount()The number of values that are null.
 int64 null_value_count = 2;
| Returns | |
|---|---|
| Type | Description | 
| long | The nullValueCount. | 
getStatsCase()
public abstract DataStats.StatsCase getStatsCase()| Returns | |
|---|---|
| Type | Description | 
| DataStats.StatsCase | |
getStringStats()
public abstract StringStats getStringStats()The statistics for STRING DataType.
 .google.cloud.automl.v1beta1.StringStats string_stats = 4;
| Returns | |
|---|---|
| Type | Description | 
| StringStats | The stringStats. | 
getStringStatsOrBuilder()
public abstract StringStatsOrBuilder getStringStatsOrBuilder()The statistics for STRING DataType.
 .google.cloud.automl.v1beta1.StringStats string_stats = 4;
| Returns | |
|---|---|
| Type | Description | 
| StringStatsOrBuilder | |
getStructStats()
public abstract StructStats getStructStats()The statistics for STRUCT DataType.
 .google.cloud.automl.v1beta1.StructStats struct_stats = 7;
| Returns | |
|---|---|
| Type | Description | 
| StructStats | The structStats. | 
getStructStatsOrBuilder()
public abstract StructStatsOrBuilder getStructStatsOrBuilder()The statistics for STRUCT DataType.
 .google.cloud.automl.v1beta1.StructStats struct_stats = 7;
| Returns | |
|---|---|
| Type | Description | 
| StructStatsOrBuilder | |
getTimestampStats()
public abstract TimestampStats getTimestampStats()The statistics for TIMESTAMP DataType.
 .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
| Returns | |
|---|---|
| Type | Description | 
| TimestampStats | The timestampStats. | 
getTimestampStatsOrBuilder()
public abstract TimestampStatsOrBuilder getTimestampStatsOrBuilder()The statistics for TIMESTAMP DataType.
 .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
| Returns | |
|---|---|
| Type | Description | 
| TimestampStatsOrBuilder | |
getValidValueCount()
public abstract long getValidValueCount()The number of values that are valid.
 int64 valid_value_count = 9;
| Returns | |
|---|---|
| Type | Description | 
| long | The validValueCount. | 
hasArrayStats()
public abstract boolean hasArrayStats()The statistics for ARRAY DataType.
 .google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the arrayStats field is set. | 
hasCategoryStats()
public abstract boolean hasCategoryStats()The statistics for CATEGORY DataType.
 .google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the categoryStats field is set. | 
hasFloat64Stats()
public abstract boolean hasFloat64Stats()The statistics for FLOAT64 DataType.
 .google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the float64Stats field is set. | 
hasStringStats()
public abstract boolean hasStringStats()The statistics for STRING DataType.
 .google.cloud.automl.v1beta1.StringStats string_stats = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the stringStats field is set. | 
hasStructStats()
public abstract boolean hasStructStats()The statistics for STRUCT DataType.
 .google.cloud.automl.v1beta1.StructStats struct_stats = 7;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the structStats field is set. | 
hasTimestampStats()
public abstract boolean hasTimestampStats()The statistics for TIMESTAMP DataType.
 .google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the timestampStats field is set. |