Interface DashboardChart.Visualization.VisualMap.VisualMapPieceOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.VisualMap.VisualMapPieceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColor()

public abstract String getColor()

Optional. Color to render the piece in when the value is between min and max.

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

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

Optional. Color to render the piece in when the value is between min and max.

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

Returns
Type Description
ByteString

The bytes for color.

getLabel()

public abstract String getLabel()

Optional. Label used in visual map controller.

string label = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

Optional. Label used in visual map controller.

string label = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for label.

getMax()

public abstract long getMax()

Optional. Minimum value for the piece.

optional int64 max = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The max.

getMin()

public abstract long getMin()

Optional. Minimum value for the piece.

optional int64 min = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The min.

hasMax()

public abstract boolean hasMax()

Optional. Minimum value for the piece.

optional int64 max = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the max field is set.

hasMin()

public abstract boolean hasMin()

Optional. Minimum value for the piece.

optional int64 min = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the min field is set.