Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.TimedCount
-
Packages that use TimedCount Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of TimedCount in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return TimedCount Modifier and Type Method Description TimedCountTimedCount.Builder. build()TimedCountTimedCount.Builder. buildPartial()static TimedCountTimedCount. getDefaultInstance()TimedCountTimedCount.Builder. getDefaultInstanceForType()TimedCountTimedCount. getDefaultInstanceForType()TimedCountErrorGroupStats.Builder. getTimedCounts(int index)Approximate number of occurrences over time.TimedCountErrorGroupStats. getTimedCounts(int index)Approximate number of occurrences over time.TimedCountErrorGroupStatsOrBuilder. getTimedCounts(int index)Approximate number of occurrences over time.static TimedCountTimedCount. parseDelimitedFrom(InputStream input)static TimedCountTimedCount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimedCountTimedCount. parseFrom(byte[] data)static TimedCountTimedCount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimedCountTimedCount. parseFrom(com.google.protobuf.ByteString data)static TimedCountTimedCount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimedCountTimedCount. parseFrom(com.google.protobuf.CodedInputStream input)static TimedCountTimedCount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimedCountTimedCount. parseFrom(InputStream input)static TimedCountTimedCount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimedCountTimedCount. parseFrom(ByteBuffer data)static TimedCountTimedCount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type TimedCount Modifier and Type Method Description com.google.protobuf.Parser<TimedCount>TimedCount. getParserForType()List<TimedCount>ErrorGroupStats.Builder. getTimedCountsList()Approximate number of occurrences over time.List<TimedCount>ErrorGroupStats. getTimedCountsList()Approximate number of occurrences over time.List<TimedCount>ErrorGroupStatsOrBuilder. getTimedCountsList()Approximate number of occurrences over time.static com.google.protobuf.Parser<TimedCount>TimedCount. parser()Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type TimedCount Modifier and Type Method Description ErrorGroupStats.BuilderErrorGroupStats.Builder. addTimedCounts(int index, TimedCount value)Approximate number of occurrences over time.ErrorGroupStats.BuilderErrorGroupStats.Builder. addTimedCounts(TimedCount value)Approximate number of occurrences over time.TimedCount.BuilderTimedCount.Builder. mergeFrom(TimedCount other)static TimedCount.BuilderTimedCount. newBuilder(TimedCount prototype)ErrorGroupStats.BuilderErrorGroupStats.Builder. setTimedCounts(int index, TimedCount value)Approximate number of occurrences over time.Method parameters in com.google.devtools.clouderrorreporting.v1beta1 with type arguments of type TimedCount Modifier and Type Method Description ErrorGroupStats.BuilderErrorGroupStats.Builder. addAllTimedCounts(Iterable<? extends TimedCount> values)Approximate number of occurrences over time.
-