Interface Button.PropertiesOrBuilder (0.31.0)

public static interface Button.PropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getButtonStyle()

public abstract ButtonStyle getButtonStyle()

.google.cloud.chronicle.v1.ButtonStyle button_style = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ButtonStyle

The buttonStyle.

getButtonStyleValue()

public abstract int getButtonStyleValue()

.google.cloud.chronicle.v1.ButtonStyle button_style = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for buttonStyle.

getColor()

public abstract String getColor()

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

Returns
Type Description
String

The color.

getColorBytes()

public abstract ByteString getColorBytes()

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

Returns
Type Description
ByteString

The bytes for color.