Interface DashboardChart.Visualization.SeriesOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.SeriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAreaStyle()

public abstract DashboardChart.Visualization.Series.AreaStyle getAreaStyle()

Optional. Custom styling for area chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyle area_style = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.AreaStyle

The areaStyle.

getAreaStyleOrBuilder()

public abstract DashboardChart.Visualization.Series.AreaStyleOrBuilder getAreaStyleOrBuilder()

Optional. Custom styling for area chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyle area_style = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.AreaStyleOrBuilder

getDataLabel()

public abstract DashboardChart.Visualization.Series.DataLabel getDataLabel()

Optional. Data label config for a series. Displays data vaule in the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabel data_label = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.DataLabel

The dataLabel.

getDataLabelOrBuilder()

public abstract DashboardChart.Visualization.Series.DataLabelOrBuilder getDataLabelOrBuilder()

Optional. Data label config for a series. Displays data vaule in the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabel data_label = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.DataLabelOrBuilder

getEncode()

public abstract DashboardChart.Visualization.Series.Encode getEncode()

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.Encode encode = 10;

Returns
Type Description
DashboardChart.Visualization.Series.Encode

The encode.

getEncodeOrBuilder()

public abstract DashboardChart.Visualization.Series.EncodeOrBuilder getEncodeOrBuilder()

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.Encode encode = 10;

Returns
Type Description
DashboardChart.Visualization.Series.EncodeOrBuilder

getField()

public abstract String getField()

string field = 12;

Returns
Type Description
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

string field = 12;

Returns
Type Description
ByteString

The bytes for field.

getGaugeConfig()

public abstract DashboardChart.Visualization.Series.GaugeConfig getGaugeConfig()

Optional. Field to be saved for retrieving gauge config for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfig gauge_config = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeConfig

The gaugeConfig.

getGaugeConfigOrBuilder()

public abstract DashboardChart.Visualization.Series.GaugeConfigOrBuilder getGaugeConfigOrBuilder()

Optional. Field to be saved for retrieving gauge config for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfig gauge_config = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.GaugeConfigOrBuilder

getItemColors()

public abstract DashboardChart.Visualization.Series.ItemColors getItemColors()

Optional. Field to be saved for retrieving slice colors for the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemColors item_colors = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.ItemColors

The itemColors.

getItemColorsOrBuilder()

public abstract DashboardChart.Visualization.Series.ItemColorsOrBuilder getItemColorsOrBuilder()

Optional. Field to be saved for retrieving slice colors for the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemColors item_colors = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.ItemColorsOrBuilder

getItemStyle()

public abstract DashboardChart.Visualization.Series.ItemStyle getItemStyle()

Optional. Custom styling for chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyle item_style = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.ItemStyle

The itemStyle.

getItemStyleOrBuilder()

public abstract DashboardChart.Visualization.Series.ItemStyleOrBuilder getItemStyleOrBuilder()

Optional. Custom styling for chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyle item_style = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.ItemStyleOrBuilder

getLabel()

public abstract String getLabel()

string label = 11;

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

string label = 11;

Returns
Type Description
ByteString

The bytes for label.

getMetricTrendConfig()

public abstract DashboardChart.Visualization.Series.MetricTrendConfig getMetricTrendConfig()

Optional. Fields to capture trend config for metric charts

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.MetricTrendConfig metric_trend_config = 20 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.MetricTrendConfig

The metricTrendConfig.

getMetricTrendConfigOrBuilder()

public abstract DashboardChart.Visualization.Series.MetricTrendConfigOrBuilder getMetricTrendConfigOrBuilder()

Optional. Fields to capture trend config for metric charts

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.MetricTrendConfig metric_trend_config = 20 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DashboardChart.Visualization.Series.MetricTrendConfigOrBuilder

getRadius(int index)

public abstract String getRadius(int index)

Optional. Used to make a pie chart into a douhnut chart

repeated string radius = 14 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The radius at the given index.

getRadiusBytes(int index)

public abstract ByteString getRadiusBytes(int index)

Optional. Used to make a pie chart into a douhnut chart

repeated string radius = 14 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the radius at the given index.

getRadiusCount()

public abstract int getRadiusCount()

Optional. Used to make a pie chart into a douhnut chart

repeated string radius = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of radius.

getRadiusList()

public abstract List<String> getRadiusList()

Optional. Used to make a pie chart into a douhnut chart

repeated string radius = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the radius.

getSeriesName()

public abstract String getSeriesName()

user specified series label

string series_name = 2;

Returns
Type Description
String

The seriesName.

getSeriesNameBytes()

public abstract ByteString getSeriesNameBytes()

user specified series label

string series_name = 2;

Returns
Type Description
ByteString

The bytes for seriesName.

getSeriesStackStrategy()

public abstract SeriesStackStrategy getSeriesStackStrategy()

.google.cloud.chronicle.v1.SeriesStackStrategy series_stack_strategy = 9;

Returns
Type Description
SeriesStackStrategy

The seriesStackStrategy.

getSeriesStackStrategyValue()

public abstract int getSeriesStackStrategyValue()

.google.cloud.chronicle.v1.SeriesStackStrategy series_stack_strategy = 9;

Returns
Type Description
int

The enum numeric value on the wire for seriesStackStrategy.

getSeriesType()

public abstract SeriesType getSeriesType()

.google.cloud.chronicle.v1.SeriesType series_type = 8;

Returns
Type Description
SeriesType

The seriesType.

getSeriesTypeValue()

public abstract int getSeriesTypeValue()

.google.cloud.chronicle.v1.SeriesType series_type = 8;

Returns
Type Description
int

The enum numeric value on the wire for seriesType.

getSeriesUniqueValue()

public abstract String getSeriesUniqueValue()

Optional. Series unique value from the query result

string series_unique_value = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The seriesUniqueValue.

getSeriesUniqueValueBytes()

public abstract ByteString getSeriesUniqueValueBytes()

Optional. Series unique value from the query result

string series_unique_value = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for seriesUniqueValue.

getShowBackground()

public abstract boolean getShowBackground()

bool show_background = 5;

Returns
Type Description
boolean

The showBackground.

getShowSymbol()

public abstract boolean getShowSymbol()

bool show_symbol = 4;

Returns
Type Description
boolean

The showSymbol.

getStack()

public abstract String getStack()

string stack = 6;

Returns
Type Description
String

The stack.

getStackBytes()

public abstract ByteString getStackBytes()

string stack = 6;

Returns
Type Description
ByteString

The bytes for stack.

hasAreaStyle()

public abstract boolean hasAreaStyle()

Optional. Custom styling for area chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyle area_style = 17 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the areaStyle field is set.

hasDataLabel()

public abstract boolean hasDataLabel()

Optional. Data label config for a series. Displays data vaule in the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabel data_label = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dataLabel field is set.

hasEncode()

public abstract boolean hasEncode()

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.Encode encode = 10;

Returns
Type Description
boolean

Whether the encode field is set.

hasGaugeConfig()

public abstract boolean hasGaugeConfig()

Optional. Field to be saved for retrieving gauge config for gauge chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfig gauge_config = 19 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the gaugeConfig field is set.

hasItemColors()

public abstract boolean hasItemColors()

Optional. Field to be saved for retrieving slice colors for the chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemColors item_colors = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the itemColors field is set.

hasItemStyle()

public abstract boolean hasItemStyle()

Optional. Custom styling for chart

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyle item_style = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the itemStyle field is set.

hasMetricTrendConfig()

public abstract boolean hasMetricTrendConfig()

Optional. Fields to capture trend config for metric charts

.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.MetricTrendConfig metric_trend_config = 20 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the metricTrendConfig field is set.