Cloud Monitoring Dashboards V1 API - Class Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions.

Table display options that can be reused.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#shown_columns

def shown_columns() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

#shown_columns=

def shown_columns=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.
Returns
  • (::Array<::String>) — Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.