Interface CalculateStatsResponse.TimeSeriesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CalculateStatsResponse.TimeSeries
,CalculateStatsResponse.TimeSeries.Builder
- Enclosing class:
- CalculateStatsResponse
public static interface CalculateStatsResponse.TimeSeriesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIntervalDuration
boolean hasIntervalDuration()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;
- Returns:
- Whether the intervalDuration field is set.
-
getIntervalDuration
com.google.protobuf.Duration getIntervalDuration()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;
- Returns:
- The intervalDuration.
-
getIntervalDurationOrBuilder
com.google.protobuf.DurationOrBuilder getIntervalDurationOrBuilder()
The duration of each interval.
.google.protobuf.Duration interval_duration = 1;
-
getPointsList
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;
-
getPoints
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;
-
getPointsCount
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;
-
getPointsOrBuilderList
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;
-
getPointsOrBuilder
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;
-
-