Interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CalculateStatsResponse.TimeSeries.Interval
,CalculateStatsResponse.TimeSeries.Interval.Builder
- Enclosing class:
- CalculateStatsResponse.TimeSeries
public static interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getConversationCount()
The number of conversations created in this interval.com.google.protobuf.Timestamp
getStartTime()
The start time of this interval.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The start time of this interval.boolean
hasStartTime()
The start time of this interval.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTime
boolean hasStartTime()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;
-
getConversationCount
int getConversationCount()
The number of conversations created in this interval.
int32 conversation_count = 2;
- Returns:
- The conversationCount.
-
-