Class: Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric.rb

Overview

A descriptor for the value columns in a data point.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns The value key.

Returns:

  • (::String)

    The value key.



129
130
131
132
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129

class ValueDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric_kind::Google::Api::MetricDescriptor::MetricKind

Returns The value stream kind.

Returns:



129
130
131
132
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129

class ValueDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unit::String

Returns 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.



129
130
131
132
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129

class ValueDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value_type::Google::Api::MetricDescriptor::ValueType

Returns The value type.

Returns:



129
130
131
132
# File 'proto_docs/google/monitoring/v3/metric.rb', line 129

class ValueDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end