public interface QueryMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Required.
|
com.google.protobuf.ByteString |
getLocationBytes()
Required.
|
QueryMetricsResponse.Slice |
getMacroAverageSlice()
The macro average slice contains aggregated averages across the selected
dimension. i.e. if group_by agent is specified this field will contain the
average across all agents.
|
QueryMetricsResponse.SliceOrBuilder |
getMacroAverageSliceOrBuilder()
The macro average slice contains aggregated averages across the selected
dimension. i.e. if group_by agent is specified this field will contain the
average across all agents.
|
QueryMetricsResponse.Slice |
getSlices(int index)
A slice contains a total and (if the request specified a time granularity)
a time series of metric values.
|
int |
getSlicesCount()
A slice contains a total and (if the request specified a time granularity)
a time series of metric values.
|
List<QueryMetricsResponse.Slice> |
getSlicesList()
A slice contains a total and (if the request specified a time granularity)
a time series of metric values.
|
QueryMetricsResponse.SliceOrBuilder |
getSlicesOrBuilder(int index)
A slice contains a total and (if the request specified a time granularity)
a time series of metric values.
|
List<? extends QueryMetricsResponse.SliceOrBuilder> |
getSlicesOrBuilderList()
A slice contains a total and (if the request specified a time granularity)
a time series of metric values.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The metrics last update time.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The metrics last update time.
|
boolean |
hasMacroAverageSlice()
The macro average slice contains aggregated averages across the selected
dimension. i.e. if group_by agent is specified this field will contain the
average across all agents.
|
boolean |
hasUpdateTime()
The metrics last update time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocation()
Required. The location of the data.
"projects/{project}/locations/{location}"
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getLocationBytes()
Required. The location of the data.
"projects/{project}/locations/{location}"
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasUpdateTime()
The metrics last update time.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.Timestamp getUpdateTime()
The metrics last update time.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The metrics last update time.
.google.protobuf.Timestamp update_time = 3;List<QueryMetricsResponse.Slice> getSlicesList()
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.
repeated .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice slices = 2;
QueryMetricsResponse.Slice getSlices(int index)
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.
repeated .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice slices = 2;
int getSlicesCount()
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.
repeated .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice slices = 2;
List<? extends QueryMetricsResponse.SliceOrBuilder> getSlicesOrBuilderList()
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.
repeated .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice slices = 2;
QueryMetricsResponse.SliceOrBuilder getSlicesOrBuilder(int index)
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request.
repeated .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice slices = 2;
boolean hasMacroAverageSlice()
The macro average slice contains aggregated averages across the selected dimension. i.e. if group_by agent is specified this field will contain the average across all agents. This field is only populated if the request specifies a Dimension.
optional .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice macro_average_slice = 4;
QueryMetricsResponse.Slice getMacroAverageSlice()
The macro average slice contains aggregated averages across the selected dimension. i.e. if group_by agent is specified this field will contain the average across all agents. This field is only populated if the request specifies a Dimension.
optional .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice macro_average_slice = 4;
QueryMetricsResponse.SliceOrBuilder getMacroAverageSliceOrBuilder()
The macro average slice contains aggregated averages across the selected dimension. i.e. if group_by agent is specified this field will contain the average across all agents. This field is only populated if the request specifies a Dimension.
optional .google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice macro_average_slice = 4;
Copyright © 2025 Google LLC. All rights reserved.