public static interface CalculateStatsResponse.TimeSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getIntervalDuration()
The duration of each interval.
|
com.google.protobuf.DurationOrBuilder |
getIntervalDurationOrBuilder()
The duration of each interval.
|
CalculateStatsResponse.TimeSeries.Interval |
getPoints(int index)
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
|
int |
getPointsCount()
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
|
List<CalculateStatsResponse.TimeSeries.Interval> |
getPointsList()
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
|
CalculateStatsResponse.TimeSeries.IntervalOrBuilder |
getPointsOrBuilder(int index)
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
|
List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder> |
getPointsOrBuilderList()
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
|
boolean |
hasIntervalDuration()
The duration of each interval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIntervalDuration()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;com.google.protobuf.Duration getIntervalDuration()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;com.google.protobuf.DurationOrBuilder getIntervalDurationOrBuilder()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;List<CalculateStatsResponse.TimeSeries.Interval> getPointsList()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
CalculateStatsResponse.TimeSeries.Interval getPoints(int index)
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
int getPointsCount()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder> getPointsOrBuilderList()
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
CalculateStatsResponse.TimeSeries.IntervalOrBuilder getPointsOrBuilder(int index)
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
Copyright © 2023 Google LLC. All rights reserved.