class ListTimeSeriesRequest_TimeSeriesView

Controls which fields are returned by ListTimeSeries.

Protobuf enum Google\Monitoring\V3\ListTimeSeriesRequest\TimeSeriesView

Constants

FULL

Returns the identity of the metric(s), the time series, and the time series data.

Generated from protobuf enum FULL = 0;

HEADERS

Returns the identity of the metric and the time series resource, but not the time series data.

Generated from protobuf enum HEADERS = 1;