public static interface QueryMetricsResponse.SliceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Dimension |
getDimensions(int index)
A unique combination of dimensions that this slice represents.
|
int |
getDimensionsCount()
A unique combination of dimensions that this slice represents.
|
List<Dimension> |
getDimensionsList()
A unique combination of dimensions that this slice represents.
|
DimensionOrBuilder |
getDimensionsOrBuilder(int index)
A unique combination of dimensions that this slice represents.
|
List<? extends DimensionOrBuilder> |
getDimensionsOrBuilderList()
A unique combination of dimensions that this slice represents.
|
QueryMetricsResponse.Slice.TimeSeries |
getTimeSeries()
A time series of metric values.
|
QueryMetricsResponse.Slice.TimeSeriesOrBuilder |
getTimeSeriesOrBuilder()
A time series of metric values.
|
QueryMetricsResponse.Slice.DataPoint |
getTotal()
The total metric value.
|
QueryMetricsResponse.Slice.DataPointOrBuilder |
getTotalOrBuilder()
The total metric value.
|
boolean |
hasTimeSeries()
A time series of metric values.
|
boolean |
hasTotal()
The total metric value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Dimension> getDimensionsList()
A unique combination of dimensions that this slice represents.
repeated .google.cloud.contactcenterinsights.v1.Dimension dimensions = 1;Dimension getDimensions(int index)
A unique combination of dimensions that this slice represents.
repeated .google.cloud.contactcenterinsights.v1.Dimension dimensions = 1;int getDimensionsCount()
A unique combination of dimensions that this slice represents.
repeated .google.cloud.contactcenterinsights.v1.Dimension dimensions = 1;List<? extends DimensionOrBuilder> getDimensionsOrBuilderList()
A unique combination of dimensions that this slice represents.
repeated .google.cloud.contactcenterinsights.v1.Dimension dimensions = 1;DimensionOrBuilder getDimensionsOrBuilder(int index)
A unique combination of dimensions that this slice represents.
repeated .google.cloud.contactcenterinsights.v1.Dimension dimensions = 1;boolean hasTotal()
The total metric value. The interval of this data point is [starting create time, ending create time) from the request.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint total = 2;
QueryMetricsResponse.Slice.DataPoint getTotal()
The total metric value. The interval of this data point is [starting create time, ending create time) from the request.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint total = 2;
QueryMetricsResponse.Slice.DataPointOrBuilder getTotalOrBuilder()
The total metric value. The interval of this data point is [starting create time, ending create time) from the request.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint total = 2;
boolean hasTimeSeries()
A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.TimeSeries time_series = 3;
QueryMetricsResponse.Slice.TimeSeries getTimeSeries()
A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.TimeSeries time_series = 3;
QueryMetricsResponse.Slice.TimeSeriesOrBuilder getTimeSeriesOrBuilder()
A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.TimeSeries time_series = 3;
Copyright © 2025 Google LLC. All rights reserved.