Interface CalculateStatsResponse.TimeSeriesOrBuilder (2.41.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
TypeDescription
Duration

The intervalDuration.

getIntervalDurationOrBuilder()

public abstract DurationOrBuilder getIntervalDurationOrBuilder()

The duration of each interval.

.google.protobuf.Duration interval_duration = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the intervalDuration field is set.