Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class TimeSeries.
A time series of metric values.
Generated from protobuf message google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.TimeSeries
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ QueryMetricsResponse \ SliceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_points |
array<DataPoint>
The data points that make up the time series . |
getDataPoints
The data points that make up the time series .
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataPoints
The data points that make up the time series .
Parameter | |
---|---|
Name | Description |
var |
array<DataPoint>
|
Returns | |
---|---|
Type | Description |
$this |