public static interface DashboardChart.Visualization.Series.ItemColorsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColors(int index)
public abstract DashboardChart.Visualization.Series.ChartSliceColor getColors(int index)Optional. Slice colors array
repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor colors = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.Series.ChartSliceColor |
|
getColorsCount()
public abstract int getColorsCount()Optional. Slice colors array
repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor colors = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getColorsList()
public abstract List<DashboardChart.Visualization.Series.ChartSliceColor> getColorsList()Optional. Slice colors array
repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor colors = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ChartSliceColor> |
|
getColorsOrBuilder(int index)
public abstract DashboardChart.Visualization.Series.ChartSliceColorOrBuilder getColorsOrBuilder(int index)Optional. Slice colors array
repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor colors = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.Series.ChartSliceColorOrBuilder |
|
getColorsOrBuilderList()
public abstract List<? extends DashboardChart.Visualization.Series.ChartSliceColorOrBuilder> getColorsOrBuilderList()Optional. Slice colors array
repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor colors = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColorOrBuilder> |
|