Method: Google::Cloud::Monitoring::V3::TimeSeries#value_type
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
permalink #value_type ⇒ ::Google::Api::MetricDescriptor::ValueType
Returns The value type of the time series. When listing time series, this value type might be different from the value type of the associated metric if this time series is an alignment or reduction of other time series.
When creating a time series, this field is optional. If present, it must be
the same as the type of the data in the points
field.
97 98 99 100 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 97 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |