Interface TableDisplayOptionsOrBuilder (2.43.0)

public interface TableDisplayOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShownColumns(int index) (deprecated)

public abstract String getShownColumns(int index)

Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See google/monitoring/dashboard/v1/table_display_options.proto;l=32

Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings

repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The shownColumns at the given index.

getShownColumnsBytes(int index) (deprecated)

public abstract ByteString getShownColumnsBytes(int index)

Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See google/monitoring/dashboard/v1/table_display_options.proto;l=32

Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings

repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the shownColumns at the given index.

getShownColumnsCount() (deprecated)

public abstract int getShownColumnsCount()

Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See google/monitoring/dashboard/v1/table_display_options.proto;l=32

Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings

repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of shownColumns.

getShownColumnsList() (deprecated)

public abstract List<String> getShownColumnsList()

Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See google/monitoring/dashboard/v1/table_display_options.proto;l=32

Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings

repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the shownColumns.