Interface DashboardChart.Visualization.Series.ItemStyleOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.Series.ItemStyleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBorderColor()

public abstract String getBorderColor()

Optional. Used to add border color

string border_color = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The borderColor.

getBorderColorBytes()

public abstract ByteString getBorderColorBytes()

Optional. Used to add border color

string border_color = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for borderColor.

getBorderWidth()

public abstract int getBorderWidth()

Optional. Used to add border width

int32 border_width = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The borderWidth.

getColor()

public abstract String getColor()

Optional. Used to add color

string color = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

Optional. Used to add color

string color = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for color.