public static interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The start time of this interval.
.google.protobuf.Timestamp start_time = 1;int getConversationCount()
The number of conversations created in this interval.
int32 conversation_count = 2;Copyright © 2023 Google LLC. All rights reserved.