public static interface DashboardChart.Visualization.Series.ChartSliceColorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKey()
public abstract String getKey()Optional. Key for the slice
string key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Optional. Key for the slice
string key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getValue()
public abstract DashboardChart.Visualization.Series.UserSelectedValues getValue()Optional. Value for the slice
.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.UserSelectedValues value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.Series.UserSelectedValues |
The value. |
getValueOrBuilder()
public abstract DashboardChart.Visualization.Series.UserSelectedValuesOrBuilder getValueOrBuilder()Optional. Value for the slice
.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.UserSelectedValues value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.Series.UserSelectedValuesOrBuilder |
|
hasValue()
public abstract boolean hasValue()Optional. Value for the slice
.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.UserSelectedValues value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |