public static interface QueryMetricsResponse.Slice.DataPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryMetricsResponse.Slice.DataPoint.ConversationMeasure |
getConversationMeasure()
The measure related to conversations.
|
QueryMetricsResponse.Slice.DataPoint.ConversationMeasureOrBuilder |
getConversationMeasureOrBuilder()
The measure related to conversations.
|
com.google.type.Interval |
getInterval()
The interval that this data point represents
|
com.google.type.IntervalOrBuilder |
getIntervalOrBuilder()
The interval that this data point represents
|
QueryMetricsResponse.Slice.DataPoint.MeasureCase |
getMeasureCase() |
boolean |
hasConversationMeasure()
The measure related to conversations.
|
boolean |
hasInterval()
The interval that this data point represents
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConversationMeasure()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
QueryMetricsResponse.Slice.DataPoint.ConversationMeasure getConversationMeasure()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
QueryMetricsResponse.Slice.DataPoint.ConversationMeasureOrBuilder getConversationMeasureOrBuilder()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
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;com.google.type.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;com.google.type.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;QueryMetricsResponse.Slice.DataPoint.MeasureCase getMeasureCase()
Copyright © 2025 Google LLC. All rights reserved.