Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor.

A descriptor for the value columns in a data point.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — The value key.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — The value key.
Returns
  • (::String) — The value key.

#metric_kind

def metric_kind() -> ::Google::Api::MetricDescriptor::MetricKind
Returns

#metric_kind=

def metric_kind=(value) -> ::Google::Api::MetricDescriptor::MetricKind
Parameter
Returns

#unit

def unit() -> ::String
Returns
  • (::String) — The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.

#unit=

def unit=(value) -> ::String
Parameter
  • value (::String) — The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.
Returns
  • (::String) — The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.

#value_type

def value_type() -> ::Google::Api::MetricDescriptor::ValueType
Returns

#value_type=

def value_type=(value) -> ::Google::Api::MetricDescriptor::ValueType
Parameter
Returns