Interface CalculateStatsResponse.TimeSeriesOrBuilder (2.42.0)

public static interface CalculateStatsResponse.TimeSeriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntervalDuration()

public abstract Duration getIntervalDuration()

The duration of each interval.

.google.protobuf.Duration interval_duration = 1;

Returns
Type Description
Duration

The intervalDuration.

getIntervalDurationOrBuilder()

public abstract DurationOrBuilder getIntervalDurationOrBuilder()

The duration of each interval.

.google.protobuf.Duration interval_duration = 1;

Returns
Type Description
DurationOrBuilder

getPoints(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
CalculateStatsResponse.TimeSeries.Interval

getPointsCount()

public abstract 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;

Returns
Type Description
int

getPointsList()

public abstract 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;

Returns
Type Description
List<Interval>

getPointsOrBuilder(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
CalculateStatsResponse.TimeSeries.IntervalOrBuilder

getPointsOrBuilderList()

public abstract 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;

Returns
Type Description
List<? extends com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.IntervalOrBuilder>

hasIntervalDuration()

public abstract boolean hasIntervalDuration()

The duration of each interval.

.google.protobuf.Duration interval_duration = 1;

Returns
Type Description
boolean

Whether the intervalDuration field is set.