Uses of Class
com.google.cloud.automl.v1beta1.TimestampStats.Builder
-
Packages that use TimestampStats.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TimestampStats.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TimestampStats.Builder Modifier and Type Method Description TimestampStats.BuilderTimestampStats.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TimestampStats.BuilderTimestampStats.Builder. clear()TimestampStats.BuilderTimestampStats.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)TimestampStats.BuilderTimestampStats.Builder. clearGranularStats()TimestampStats.BuilderTimestampStats.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TimestampStats.BuilderTimestampStats.Builder. clone()TimestampStats.BuilderDataStats.Builder. getTimestampStatsBuilder()The statistics for TIMESTAMP DataType.TimestampStats.BuilderTimestampStats.Builder. mergeFrom(TimestampStats other)TimestampStats.BuilderTimestampStats.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TimestampStats.BuilderTimestampStats.Builder. mergeFrom(com.google.protobuf.Message other)TimestampStats.BuilderTimestampStats.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static TimestampStats.BuilderTimestampStats. newBuilder()static TimestampStats.BuilderTimestampStats. newBuilder(TimestampStats prototype)TimestampStats.BuilderTimestampStats. newBuilderForType()protected TimestampStats.BuilderTimestampStats. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)TimestampStats.BuilderTimestampStats.Builder. putAllGranularStats(Map<String,TimestampStats.GranularStats> values)The string key is the pre-defined granularity.TimestampStats.BuilderTimestampStats.Builder. putGranularStats(String key, TimestampStats.GranularStats value)The string key is the pre-defined granularity.TimestampStats.BuilderTimestampStats.Builder. removeGranularStats(String key)The string key is the pre-defined granularity.TimestampStats.BuilderTimestampStats.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TimestampStats.BuilderTimestampStats.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TimestampStats.BuilderTimestampStats.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TimestampStats.BuilderTimestampStats. toBuilder()Methods in com.google.cloud.automl.v1beta1 with parameters of type TimestampStats.Builder Modifier and Type Method Description DataStats.BuilderDataStats.Builder. setTimestampStats(TimestampStats.Builder builderForValue)The statistics for TIMESTAMP DataType.
-