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 TimedCount
TimedCount.Builder. build()
TimedCount
TimedCount.Builder. buildPartial()
static TimedCount
TimedCount. getDefaultInstance()
TimedCount
TimedCount.Builder. getDefaultInstanceForType()
TimedCount
TimedCount. getDefaultInstanceForType()
TimedCount
ErrorGroupStats.Builder. getTimedCounts(int index)
Approximate number of occurrences over time.TimedCount
ErrorGroupStats. getTimedCounts(int index)
Approximate number of occurrences over time.TimedCount
ErrorGroupStatsOrBuilder. getTimedCounts(int index)
Approximate number of occurrences over time.static TimedCount
TimedCount. parseDelimitedFrom(InputStream input)
static TimedCount
TimedCount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimedCount
TimedCount. parseFrom(byte[] data)
static TimedCount
TimedCount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimedCount
TimedCount. parseFrom(com.google.protobuf.ByteString data)
static TimedCount
TimedCount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimedCount
TimedCount. parseFrom(com.google.protobuf.CodedInputStream input)
static TimedCount
TimedCount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimedCount
TimedCount. parseFrom(InputStream input)
static TimedCount
TimedCount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimedCount
TimedCount. parseFrom(ByteBuffer data)
static TimedCount
TimedCount. 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.Builder
ErrorGroupStats.Builder. addTimedCounts(int index, TimedCount value)
Approximate number of occurrences over time.ErrorGroupStats.Builder
ErrorGroupStats.Builder. addTimedCounts(TimedCount value)
Approximate number of occurrences over time.TimedCount.Builder
TimedCount.Builder. mergeFrom(TimedCount other)
static TimedCount.Builder
TimedCount. newBuilder(TimedCount prototype)
ErrorGroupStats.Builder
ErrorGroupStats.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.Builder
ErrorGroupStats.Builder. addAllTimedCounts(Iterable<? extends TimedCount> values)
Approximate number of occurrences over time.
-