Interface BorderStyleOrBuilder (2.37.1)

public interface BorderStyleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCornerRadius()

public abstract int getCornerRadius()

The corner radius for the border.

int32 corner_radius = 3;

Returns
TypeDescription
int

The cornerRadius.

getStrokeColor()

public abstract Color getStrokeColor()

The colors to use when the type is BORDER_TYPE_STROKE.

.google.type.Color stroke_color = 2;

Returns
TypeDescription
Color

The strokeColor.

getStrokeColorOrBuilder()

public abstract ColorOrBuilder getStrokeColorOrBuilder()

The colors to use when the type is BORDER_TYPE_STROKE.

.google.type.Color stroke_color = 2;

Returns
TypeDescription
ColorOrBuilder

getType()

public abstract BorderStyle.BorderType getType()

The border type.

.google.apps.card.v1.BorderStyle.BorderType type = 1;

Returns
TypeDescription
BorderStyle.BorderType

The type.

getTypeValue()

public abstract int getTypeValue()

The border type.

.google.apps.card.v1.BorderStyle.BorderType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasStrokeColor()

public abstract boolean hasStrokeColor()

The colors to use when the type is BORDER_TYPE_STROKE.

.google.type.Color stroke_color = 2;

Returns
TypeDescription
boolean

Whether the strokeColor field is set.