Interface ButtonListOrBuilder (2.37.1)

public interface ButtonListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getButtons(int index)

public abstract Button getButtons(int index)

An array of buttons.

repeated .google.apps.card.v1.Button buttons = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Button

getButtonsCount()

public abstract int getButtonsCount()

An array of buttons.

repeated .google.apps.card.v1.Button buttons = 1;

Returns
TypeDescription
int

getButtonsList()

public abstract List<Button> getButtonsList()

An array of buttons.

repeated .google.apps.card.v1.Button buttons = 1;

Returns
TypeDescription
List<Button>

getButtonsOrBuilder(int index)

public abstract ButtonOrBuilder getButtonsOrBuilder(int index)

An array of buttons.

repeated .google.apps.card.v1.Button buttons = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ButtonOrBuilder

getButtonsOrBuilderList()

public abstract List<? extends ButtonOrBuilder> getButtonsOrBuilderList()

An array of buttons.

repeated .google.apps.card.v1.Button buttons = 1;

Returns
TypeDescription
List<? extends com.google.apps.card.v1.ButtonOrBuilder>