Interface ChartOptionsOrBuilder (2.3.0)

public interface ChartOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract ChartOptions.Mode getMode()

The chart mode.

.google.monitoring.dashboard.v1.ChartOptions.Mode mode = 1;

Returns
TypeDescription
ChartOptions.Mode

The mode.

getModeValue()

public abstract int getModeValue()

The chart mode.

.google.monitoring.dashboard.v1.ChartOptions.Mode mode = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for mode.