Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#color

def color() -> ::String
Returns
  • (::String) — Optional. Color for gauge chart

#color=

def color=(value) -> ::String
Parameter
  • value (::String) — Optional. Color for gauge chart
Returns
  • (::String) — Optional. Color for gauge chart

#value

def value() -> ::Integer
Returns
  • (::Integer) — Optional. Value for gauge chart

#value=

def value=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Value for gauge chart
Returns
  • (::Integer) — Optional. Value for gauge chart