Class: Google::Cloud::Monitoring::V3::LabelValue
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::LabelValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
Overview
A label value.
Instance Attribute Summary collapse
-
#bool_value ⇒ ::Boolean
A bool label value.
-
#int64_value ⇒ ::Integer
An int64 label value.
-
#string_value ⇒ ::String
A string label value.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns A bool label value.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 175 class LabelValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int64_value ⇒ ::Integer
Returns An int64 label value.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 175 class LabelValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::String
Returns A string label value.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 175 class LabelValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |