public interface TimeSeriesTableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnSettings(int index)
public abstract TimeSeriesTable.ColumnSettings getColumnSettings(int index)Optional. The list of the persistent column settings for the table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings column_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
index |
int |
| Type | Description |
TimeSeriesTable.ColumnSettings |
getColumnSettingsCount()
public abstract int getColumnSettingsCount()Optional. The list of the persistent column settings for the table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings column_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
int |
getColumnSettingsList()
public abstract List<TimeSeriesTable.ColumnSettings> getColumnSettingsList()Optional. The list of the persistent column settings for the table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings column_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
List<ColumnSettings> |
getColumnSettingsOrBuilder(int index)
public abstract TimeSeriesTable.ColumnSettingsOrBuilder getColumnSettingsOrBuilder(int index)Optional. The list of the persistent column settings for the table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings column_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
index |
int |
| Type | Description |
TimeSeriesTable.ColumnSettingsOrBuilder |
getColumnSettingsOrBuilderList()
public abstract List<? extends TimeSeriesTable.ColumnSettingsOrBuilder> getColumnSettingsOrBuilderList()Optional. The list of the persistent column settings for the table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings column_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
List<? extends com.google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettingsOrBuilder> |
getDataSets(int index)
public abstract TimeSeriesTable.TableDataSet getDataSets(int index)Required. The data displayed in this table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet data_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
index |
int |
| Type | Description |
TimeSeriesTable.TableDataSet |
getDataSetsCount()
public abstract int getDataSetsCount()Required. The data displayed in this table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet data_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
int |
getDataSetsList()
public abstract List<TimeSeriesTable.TableDataSet> getDataSetsList()Required. The data displayed in this table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet data_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
List<TableDataSet> |
getDataSetsOrBuilder(int index)
public abstract TimeSeriesTable.TableDataSetOrBuilder getDataSetsOrBuilder(int index)Required. The data displayed in this table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet data_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
index |
int |
| Type | Description |
TimeSeriesTable.TableDataSetOrBuilder |
getDataSetsOrBuilderList()
public abstract List<? extends TimeSeriesTable.TableDataSetOrBuilder> getDataSetsOrBuilderList()Required. The data displayed in this table.
repeated .google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet data_sets = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
List<? extends com.google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSetOrBuilder> |
getMetricVisualization()
public abstract TimeSeriesTable.MetricVisualization getMetricVisualization()Optional. Store rendering strategy
.google.monitoring.dashboard.v1.TimeSeriesTable.MetricVisualization metric_visualization = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
TimeSeriesTable.MetricVisualization |
The metricVisualization. |
getMetricVisualizationValue()
public abstract int getMetricVisualizationValue()Optional. Store rendering strategy
.google.monitoring.dashboard.v1.TimeSeriesTable.MetricVisualization metric_visualization = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
int |
The enum numeric value on the wire for metricVisualization. |