Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::TableConfig

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

Configuration for table appearance.

Instance Attribute Summary collapse

Instance Attribute Details

#column_render_type_settings::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::ColumnRenderTypeSettings>

Returns Optional. Column render type settings.

Returns:



423
424
425
426
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 423

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

#column_tooltip_settings::Array<::Google::Cloud::Chronicle::V1::DashboardChart::Visualization::ColumnTooltipSettings>

Returns Optional. Settings for tooltip for column header and cell.

Returns:



423
424
425
426
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 423

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

#enable_text_wrap::Boolean

Returns Optional. Whether to show the table.

Returns:

  • (::Boolean)

    Optional. Whether to show the table.



423
424
425
426
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 423

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