TimedCount.Builder |
TimedCount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimedCount.Builder |
ErrorGroupStats.Builder.addTimedCountsBuilder() |
Approximate number of occurrences over time.
|
TimedCount.Builder |
ErrorGroupStats.Builder.addTimedCountsBuilder(int index) |
Approximate number of occurrences over time.
|
TimedCount.Builder |
TimedCount.Builder.clear() |
|
TimedCount.Builder |
TimedCount.Builder.clearCount() |
Approximate number of occurrences in the given time period.
|
TimedCount.Builder |
TimedCount.Builder.clearEndTime() |
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
TimedCount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TimedCount.Builder |
TimedCount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TimedCount.Builder |
TimedCount.Builder.clearStartTime() |
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
TimedCount.Builder.clone() |
|
TimedCount.Builder |
ErrorGroupStats.Builder.getTimedCountsBuilder(int index) |
Approximate number of occurrences over time.
|
TimedCount.Builder |
TimedCount.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
TimedCount.Builder.mergeFrom(TimedCount other) |
|
TimedCount.Builder |
TimedCount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TimedCount.Builder |
TimedCount.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TimedCount.Builder |
TimedCount.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
TimedCount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TimedCount.Builder |
TimedCount.newBuilder() |
|
static TimedCount.Builder |
TimedCount.newBuilder(TimedCount prototype) |
|
TimedCount.Builder |
TimedCount.newBuilderForType() |
|
protected TimedCount.Builder |
TimedCount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TimedCount.Builder |
TimedCount.Builder.setCount(long value) |
Approximate number of occurrences in the given time period.
|
TimedCount.Builder |
TimedCount.Builder.setEndTime(com.google.protobuf.Timestamp value) |
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
TimedCount.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
TimedCount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimedCount.Builder |
TimedCount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TimedCount.Builder |
TimedCount.Builder.setStartTime(com.google.protobuf.Timestamp value) |
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
TimedCount.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
TimedCount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TimedCount.Builder |
TimedCount.toBuilder() |
|