Interface QueryMetricsResponse.Slice.DataPointOrBuilder (2.54.0)

public static interface QueryMetricsResponse.Slice.DataPointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationMeasure()

public abstract QueryMetricsResponse.Slice.DataPoint.ConversationMeasure getConversationMeasure()

The measure related to conversations.

.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;

Returns
Type Description
QueryMetricsResponse.Slice.DataPoint.ConversationMeasure

The conversationMeasure.

getConversationMeasureOrBuilder()

public abstract QueryMetricsResponse.Slice.DataPoint.ConversationMeasureOrBuilder getConversationMeasureOrBuilder()

The measure related to conversations.

.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;

Returns
Type Description
QueryMetricsResponse.Slice.DataPoint.ConversationMeasureOrBuilder

getInterval()

public abstract Interval getInterval()

The interval that this data point represents.

  • If this is the total data point, the interval is [starting create time, ending create time) from the request.
  • If this a data point from the time series, the interval is [time, time + time granularity from the request).

.google.type.Interval interval = 1;

Returns
Type Description
com.google.type.Interval

The interval.

getIntervalOrBuilder()

public abstract IntervalOrBuilder getIntervalOrBuilder()

The interval that this data point represents.

  • If this is the total data point, the interval is [starting create time, ending create time) from the request.
  • If this a data point from the time series, the interval is [time, time + time granularity from the request).

.google.type.Interval interval = 1;

Returns
Type Description
com.google.type.IntervalOrBuilder

getMeasureCase()

public abstract QueryMetricsResponse.Slice.DataPoint.MeasureCase getMeasureCase()
Returns
Type Description
QueryMetricsResponse.Slice.DataPoint.MeasureCase

hasConversationMeasure()

public abstract boolean hasConversationMeasure()

The measure related to conversations.

.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;

Returns
Type Description
boolean

Whether the conversationMeasure field is set.

hasInterval()

public abstract boolean hasInterval()

The interval that this data point represents.

  • If this is the total data point, the interval is [starting create time, ending create time) from the request.
  • If this a data point from the time series, the interval is [time, time + time granularity from the request).

.google.type.Interval interval = 1;

Returns
Type Description
boolean

Whether the interval field is set.