Class: Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/table_display_options.rb
Overview
Table display options that can be reused.
Instance Attribute Summary collapse
-
#shown_columns ⇒ ::Array<::String>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#shown_columns ⇒ ::Array<::String>
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings.
31 32 33 34 |
# File 'proto_docs/google/monitoring/dashboard/v1/table_display_options.rb', line 31 class TableDisplayOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |