Interface DashboardDefinition.ChartConfig.ChartLayoutOrBuilder (0.31.0)

public static interface DashboardDefinition.ChartConfig.ChartLayoutOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpanX()

public abstract int getSpanX()

int32 span_x = 10;

Returns
Type Description
int

The spanX.

getSpanY()

public abstract int getSpanY()

int32 span_y = 12;

Returns
Type Description
int

The spanY.

getStartX()

public abstract int getStartX()

optional int32 start_x = 9;

Returns
Type Description
int

The startX.

getStartY()

public abstract int getStartY()

optional int32 start_y = 11;

Returns
Type Description
int

The startY.

hasStartX()

public abstract boolean hasStartX()

optional int32 start_x = 9;

Returns
Type Description
boolean

Whether the startX field is set.

hasStartY()

public abstract boolean hasStartY()

optional int32 start_y = 11;

Returns
Type Description
boolean

Whether the startY field is set.