public static interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationCount()
public abstract int getConversationCount()The number of conversations created in this interval.
int32 conversation_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The conversationCount. |
getStartTime()
public abstract Timestamp getStartTime()The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasStartTime()
public abstract boolean hasStartTime()The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |