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
- (::Google::Api::MetricDescriptor::MetricKind) — The value stream kind.
#metric_kind=
def metric_kind=(value) -> ::Google::Api::MetricDescriptor::MetricKind
Parameter
- value (::Google::Api::MetricDescriptor::MetricKind) — The value stream kind.
Returns
- (::Google::Api::MetricDescriptor::MetricKind) — The value stream kind.
#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 ifvalue_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 ifvalue_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 ifvalue_type
is INTEGER, DOUBLE, DISTRIBUTION.
#value_type
def value_type() -> ::Google::Api::MetricDescriptor::ValueType
Returns
- (::Google::Api::MetricDescriptor::ValueType) — The value type.
#value_type=
def value_type=(value) -> ::Google::Api::MetricDescriptor::ValueType
Parameter
- value (::Google::Api::MetricDescriptor::ValueType) — The value type.
Returns
- (::Google::Api::MetricDescriptor::ValueType) — The value type.