public interface TimedCountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
Approximate number of occurrences in the given time period.
int64 count = 1;
Returns | |
---|---|
Type | Description |
long |
The count. |
getEndTime()
public abstract Timestamp getEndTime()
End of the time period to which count
refers (excluded).
.google.protobuf.Timestamp end_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
End of the time period to which count
refers (excluded).
.google.protobuf.Timestamp end_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()
Start of the time period to which count
refers (included).
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Start of the time period to which count
refers (included).
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
End of the time period to which count
refers (excluded).
.google.protobuf.Timestamp end_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Start of the time period to which count
refers (included).
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |