Interface DashboardChart.Visualization.Series.GaugeConfigOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.Series.GaugeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseValue()

public abstract DashboardChart.Visualization.Series.GaugeValue getBaseValue()

Optional. Base value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue base_value = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeValue

The baseValue.

getBaseValueOrBuilder()

public abstract DashboardChart.Visualization.Series.GaugeValueOrBuilder getBaseValueOrBuilder()

Optional. Base value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue base_value = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeValueOrBuilder

getLimitValue()

public abstract DashboardChart.Visualization.Series.GaugeValue getLimitValue()

Optional. Limit value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue limit_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeValue

The limitValue.

getLimitValueOrBuilder()

public abstract DashboardChart.Visualization.Series.GaugeValueOrBuilder getLimitValueOrBuilder()

Optional. Limit value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue limit_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeValueOrBuilder

getThresholdValues(int index)

public abstract DashboardChart.Visualization.Series.GaugeValue getThresholdValues(int index)

Optional. Threshold values for gauge chart

repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue threshold_values = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.Visualization.Series.GaugeValue

getThresholdValuesCount()

public abstract int getThresholdValuesCount()

Optional. Threshold values for gauge chart

repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue threshold_values = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getThresholdValuesList()

public abstract List<DashboardChart.Visualization.Series.GaugeValue> getThresholdValuesList()

Optional. Threshold values for gauge chart

repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue threshold_values = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<GaugeValue>

getThresholdValuesOrBuilder(int index)

public abstract DashboardChart.Visualization.Series.GaugeValueOrBuilder getThresholdValuesOrBuilder(int index)

Optional. Threshold values for gauge chart

repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue threshold_values = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart.Visualization.Series.GaugeValueOrBuilder

getThresholdValuesOrBuilderList()

public abstract List<? extends DashboardChart.Visualization.Series.GaugeValueOrBuilder> getThresholdValuesOrBuilderList()

Optional. Threshold values for gauge chart

repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue threshold_values = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValueOrBuilder>

hasBaseValue()

public abstract boolean hasBaseValue()

Optional. Base value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue base_value = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the baseValue field is set.

hasLimitValue()

public abstract boolean hasLimitValue()

Optional. Limit value for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue limit_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the limitValue field is set.