Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Field to be saved for retrieving value and color for gauge chart

Instance Attribute Summary collapse

Instance Attribute Details

#color::String

Returns Optional. Color for gauge chart.

Returns:

  • (::String)

    Optional. Color for gauge chart



296
297
298
299
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 296

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

#value::Integer

Returns Optional. Value for gauge chart.

Returns:

  • (::Integer)

    Optional. Value for gauge chart



296
297
298
299
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 296

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