public interface TimedCountOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Approximate number of occurrences in the given time period.
|
Timestamp |
getEndTime()
End of the time period to which `count` refers (excluded).
|
TimestampOrBuilder |
getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
|
Timestamp |
getStartTime()
Start of the time period to which `count` refers (included).
|
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, hasOneof
isInitialized
long getCount()
Approximate number of occurrences in the given time period.
int64 count = 1;
boolean hasStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
Timestamp getStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
TimestampOrBuilder getStartTimeOrBuilder()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
boolean hasEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
Timestamp getEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
TimestampOrBuilder getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;