public static interface DashboardChart.Visualization.Series.MetricTrendConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetricDisplayTrend()
public abstract MetricDisplayTrend getMetricDisplayTrend()Optional. Metric chart configuration to display the trend value
.google.cloud.chronicle.v1.MetricDisplayTrend metric_display_trend = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricDisplayTrend |
The metricDisplayTrend. |
getMetricDisplayTrendValue()
public abstract int getMetricDisplayTrendValue()Optional. Metric chart configuration to display the trend value
.google.cloud.chronicle.v1.MetricDisplayTrend metric_display_trend = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for metricDisplayTrend. |
getMetricFormat()
public abstract MetricFormat getMetricFormat()Optional. Metric chart configuration to display metric trend
.google.cloud.chronicle.v1.MetricFormat metric_format = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricFormat |
The metricFormat. |
getMetricFormatValue()
public abstract int getMetricFormatValue()Optional. Metric chart configuration to display metric trend
.google.cloud.chronicle.v1.MetricFormat metric_format = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for metricFormat. |
getMetricTrendType()
public abstract MetricTrendType getMetricTrendType()Optional. Metric chart configuration to display trend type whether regular or inverse
.google.cloud.chronicle.v1.MetricTrendType metric_trend_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MetricTrendType |
The metricTrendType. |
getMetricTrendTypeValue()
public abstract int getMetricTrendTypeValue()Optional. Metric chart configuration to display trend type whether regular or inverse
.google.cloud.chronicle.v1.MetricTrendType metric_trend_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for metricTrendType. |
getShowMetricTrend()
public abstract boolean getShowMetricTrend()Optional. Metric chart configuration to toggle the trend value display
bool show_metric_trend = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The showMetricTrend. |