Class: Google::Cloud::Monitoring::V3::LabelValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bool_value::Boolean

Returns A bool label value.

Returns:

  • (::Boolean)

    A bool label value.



173
174
175
176
# File 'proto_docs/google/monitoring/v3/metric.rb', line 173

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

#int64_value::Integer

Returns An int64 label value.

Returns:

  • (::Integer)

    An int64 label value.



173
174
175
176
# File 'proto_docs/google/monitoring/v3/metric.rb', line 173

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

#string_value::String

Returns A string label value.

Returns:

  • (::String)

    A string label value.



173
174
175
176
# File 'proto_docs/google/monitoring/v3/metric.rb', line 173

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