Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::ColumnSettings.
The persistent settings for a table's columns.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column
def column() -> ::String
Returns
- (::String) — Required. The id of the column.
#column=
def column=(value) -> ::String
Parameter
- value (::String) — Required. The id of the column.
Returns
- (::String) — Required. The id of the column.
#visible
def visible() -> ::Boolean
Returns
- (::Boolean) — Required. Whether the column should be visible on page load.
#visible=
def visible=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. Whether the column should be visible on page load.
Returns
- (::Boolean) — Required. Whether the column should be visible on page load.