Uses of Class
com.google.cloud.automl.v1beta1.TimestampStats
-
Packages that use TimestampStats Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TimestampStats in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TimestampStats Modifier and Type Method Description TimestampStats
TimestampStats.Builder. build()
TimestampStats
TimestampStats.Builder. buildPartial()
static TimestampStats
TimestampStats. getDefaultInstance()
TimestampStats
TimestampStats.Builder. getDefaultInstanceForType()
TimestampStats
TimestampStats. getDefaultInstanceForType()
TimestampStats
DataStats.Builder. getTimestampStats()
The statistics for TIMESTAMP DataType.TimestampStats
DataStats. getTimestampStats()
The statistics for TIMESTAMP DataType.TimestampStats
DataStatsOrBuilder. getTimestampStats()
The statistics for TIMESTAMP DataType.static TimestampStats
TimestampStats. parseDelimitedFrom(InputStream input)
static TimestampStats
TimestampStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampStats
TimestampStats. parseFrom(byte[] data)
static TimestampStats
TimestampStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampStats
TimestampStats. parseFrom(com.google.protobuf.ByteString data)
static TimestampStats
TimestampStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampStats
TimestampStats. parseFrom(com.google.protobuf.CodedInputStream input)
static TimestampStats
TimestampStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampStats
TimestampStats. parseFrom(InputStream input)
static TimestampStats
TimestampStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampStats
TimestampStats. parseFrom(ByteBuffer data)
static TimestampStats
TimestampStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type TimestampStats Modifier and Type Method Description com.google.protobuf.Parser<TimestampStats>
TimestampStats. getParserForType()
static com.google.protobuf.Parser<TimestampStats>
TimestampStats. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type TimestampStats Modifier and Type Method Description TimestampStats.Builder
TimestampStats.Builder. mergeFrom(TimestampStats other)
DataStats.Builder
DataStats.Builder. mergeTimestampStats(TimestampStats value)
The statistics for TIMESTAMP DataType.static TimestampStats.Builder
TimestampStats. newBuilder(TimestampStats prototype)
DataStats.Builder
DataStats.Builder. setTimestampStats(TimestampStats value)
The statistics for TIMESTAMP DataType.
-