Interface AccessoryWidgetOrBuilder (0.5.0)

public interface AccessoryWidgetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionCase()

public abstract AccessoryWidget.ActionCase getActionCase()
Returns
TypeDescription
AccessoryWidget.ActionCase

getButtonList()

public abstract ButtonList getButtonList()

A list of buttons that are displayed under the message.

.google.apps.card.v1.ButtonList button_list = 1;

Returns
TypeDescription
com.google.apps.card.v1.ButtonList

The buttonList.

getButtonListOrBuilder()

public abstract ButtonListOrBuilder getButtonListOrBuilder()

A list of buttons that are displayed under the message.

.google.apps.card.v1.ButtonList button_list = 1;

Returns
TypeDescription
com.google.apps.card.v1.ButtonListOrBuilder

hasButtonList()

public abstract boolean hasButtonList()

A list of buttons that are displayed under the message.

.google.apps.card.v1.ButtonList button_list = 1;

Returns
TypeDescription
boolean

Whether the buttonList field is set.