Interface DashboardChart.Visualization.Series.AreaStyleOrBuilder (0.31.0)

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

Implements

MessageOrBuilder

Methods

getColor()

public abstract String getColor()

Optional. Used to add color

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

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

Optional. Used to add color

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

Returns
Type Description
ByteString

The bytes for color.

getOpacity()

public abstract int getOpacity()

Optional. Used to add opacity

int32 opacity = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The opacity.

getOrigin()

public abstract String getOrigin()

Optional. Used to add origin

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

Returns
Type Description
String

The origin.

getOriginBytes()

public abstract ByteString getOriginBytes()

Optional. Used to add origin

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

Returns
Type Description
ByteString

The bytes for origin.

getShadowBlur()

public abstract int getShadowBlur()

Optional. Used to add shadow blur

int32 shadow_blur = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The shadowBlur.

getShadowColor()

public abstract String getShadowColor()

Optional. Used to add shadow color

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

Returns
Type Description
String

The shadowColor.

getShadowColorBytes()

public abstract ByteString getShadowColorBytes()

Optional. Used to add shadow color

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

Returns
Type Description
ByteString

The bytes for shadowColor.

getShadowOffsetX()

public abstract int getShadowOffsetX()

Optional. Used to add shadow offsetX

int32 shadow_offset_x = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The shadowOffsetX.

getShadowOffsetY()

public abstract int getShadowOffsetY()

Optional. Used to add shadow offsetY

int32 shadow_offset_y = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The shadowOffsetY.