Reference documentation and code samples for the Stackdriver Monitoring V3 Client class TimeSeriesView.
Controls which fields are returned by ListTimeSeries*.
Protobuf type google.monitoring.v3.ListTimeSeriesRequest.TimeSeriesView
Namespace
Google \ Cloud \ Monitoring \ V3 \ ListTimeSeriesRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FULL
Value: 0Returns the identity of the metric(s), the time series, and the time series data.
Generated from protobuf enum FULL = 0;
HEADERS
Value: 1Returns the identity of the metric and the time series resource, but not the time series data.
Generated from protobuf enum HEADERS = 1;