Interface DashboardChart.Visualization.LegendOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.LegendOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBottom()

public abstract int getBottom()

int32 bottom = 8;

Returns
Type Description
int

The bottom.

getId()

public abstract String getId()

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getLeft()

public abstract int getLeft()

int32 left = 5;

Returns
Type Description
int

The left.

getLegendAlign()

public abstract LegendAlign getLegendAlign()

.google.cloud.chronicle.v1.LegendAlign legend_align = 13;

Returns
Type Description
LegendAlign

The legendAlign.

getLegendAlignValue()

public abstract int getLegendAlignValue()

.google.cloud.chronicle.v1.LegendAlign legend_align = 13;

Returns
Type Description
int

The enum numeric value on the wire for legendAlign.

getLegendOrient()

public abstract LegendOrient getLegendOrient()

.google.cloud.chronicle.v1.LegendOrient legend_orient = 12;

Returns
Type Description
LegendOrient

The legendOrient.

getLegendOrientValue()

public abstract int getLegendOrientValue()

.google.cloud.chronicle.v1.LegendOrient legend_orient = 12;

Returns
Type Description
int

The enum numeric value on the wire for legendOrient.

getPadding(int index)

public abstract int getPadding(int index)

repeated int32 padding = 11;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The padding at the given index.

getPaddingCount()

public abstract int getPaddingCount()

repeated int32 padding = 11;

Returns
Type Description
int

The count of padding.

getPaddingList()

public abstract List<Integer> getPaddingList()

repeated int32 padding = 11;

Returns
Type Description
List<Integer>

A list containing the padding.

getRight()

public abstract int getRight()

int32 right = 7;

Returns
Type Description
int

The right.

getShow()

public abstract boolean getShow()

bool show = 2;

Returns
Type Description
boolean

The show.

getTop()

public abstract int getTop()

int32 top = 6;

Returns
Type Description
int

The top.

getZ()

public abstract int getZ()

int32 z = 4;

Returns
Type Description
int

The z.

getZLevel()

public abstract int getZLevel()

int32 z_level = 3;

Returns
Type Description
int

The zLevel.