Package com.google.cloud.automl.v1beta1
Interface ArrayStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArrayStats
,ArrayStats.Builder
public interface ArrayStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataStats
getMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data.DataStatsOrBuilder
getMemberStatsOrBuilder()
Stats of all the values of all arrays, as if they were a single long series of data.boolean
hasMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMemberStats
boolean hasMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
.google.cloud.automl.v1beta1.DataStats member_stats = 2;
- Returns:
- Whether the memberStats field is set.
-
getMemberStats
DataStats getMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
.google.cloud.automl.v1beta1.DataStats member_stats = 2;
- Returns:
- The memberStats.
-
getMemberStatsOrBuilder
DataStatsOrBuilder getMemberStatsOrBuilder()
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
.google.cloud.automl.v1beta1.DataStats member_stats = 2;
-
-