public interface TableDisplayOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the shownColumns. |