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

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

Settings for tooltip for column header and cell.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cell_tooltip_text

def cell_tooltip_text() -> ::String
Returns
  • (::String) — Optional. Column cell tooltip text.

#cell_tooltip_text=

def cell_tooltip_text=(value) -> ::String
Parameter
  • value (::String) — Optional. Column cell tooltip text.
Returns
  • (::String) — Optional. Column cell tooltip text.

#field

def field() -> ::String
Returns
  • (::String) — Required. Field key in data.

#field=

def field=(value) -> ::String
Parameter
  • value (::String) — Required. Field key in data.
Returns
  • (::String) — Required. Field key in data.

#header_tooltip_text

def header_tooltip_text() -> ::String
Returns
  • (::String) — Optional. Column header tooltip text.

#header_tooltip_text=

def header_tooltip_text=(value) -> ::String
Parameter
  • value (::String) — Optional. Column header tooltip text.
Returns
  • (::String) — Optional. Column header tooltip text.