Interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder (2.10.0)

public static interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationCount()

public abstract int getConversationCount()

The number of conversations created in this interval.

int32 conversation_count = 2;

Returns
TypeDescription
int

The conversationCount.

getStartTime()

public abstract Timestamp getStartTime()

The start time of this interval.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The start time of this interval.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

The start time of this interval.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.