Stackdriver Monitoring V3 Client - Class TimeSeriesView (1.2.2)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FULL

Value: 0

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

Generated from protobuf enum FULL = 0;

HEADERS

Value: 1

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

Generated from protobuf enum HEADERS = 1;