Class: Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::ColumnSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#column::String

Returns Required. The id of the column.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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