Interface DashboardChart.Visualization.Series.UserSelectedValuesOrBuilder (0.31.0)

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

Implements

MessageOrBuilder

Methods

getColor()

public abstract String getColor()

Optional. User specified color of a pie slice

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

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

Optional. User specified color of a pie slice

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

Returns
Type Description
ByteString

The bytes for color.

getLabel()

public abstract String getLabel()

Optional. User specified label for a pie slice

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

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

Optional. User specified label for a pie slice

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

Returns
Type Description
ByteString

The bytes for label.