Class: Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::ColumnSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::ColumnSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/table.rb
Overview
The persistent settings for a table's columns.
Instance Attribute Summary collapse
-
#column ⇒ ::String
Required.
-
#visible ⇒ ::Boolean
Required.
Instance Attribute Details
#column ⇒ ::String
Returns Required. The id of the column.
73 74 75 76 |
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 73 class ColumnSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#visible ⇒ ::Boolean
Returns Required. Whether the column should be visible on page load.
73 74 75 76 |
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 73 class ColumnSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |