public interface TimedCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Approximate number of occurrences in the given time period.
|
com.google.protobuf.Timestamp |
getEndTime()
End of the time period to which `count` refers (excluded).
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
|
com.google.protobuf.Timestamp |
getStartTime()
Start of the time period to which `count` refers (included).
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start of the time period to which `count` refers (included).
|
boolean |
hasEndTime()
End of the time period to which `count` refers (excluded).
|
boolean |
hasStartTime()
Start of the time period to which `count` refers (included).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCount()
Approximate number of occurrences in the given time period.
optional int64 count = 1;boolean hasStartTime()
Start of the time period to which `count` refers (included).
optional .google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Start of the time period to which `count` refers (included).
optional .google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start of the time period to which `count` refers (included).
optional .google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
End of the time period to which `count` refers (excluded).
optional .google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
End of the time period to which `count` refers (excluded).
optional .google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
optional .google.protobuf.Timestamp end_time = 3;