public interface ButtonListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getButtons(int index)
public abstract Button getButtons(int index)An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Button |
|
getButtonsCount()
public abstract int getButtonsCount()An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getButtonsList()
public abstract List<Button> getButtonsList()An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
| Returns | |
|---|---|
| Type | Description |
List<Button> |
|
getButtonsOrBuilder(int index)
public abstract ButtonOrBuilder getButtonsOrBuilder(int index)An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ButtonOrBuilder |
|
getButtonsOrBuilderList()
public abstract List<? extends ButtonOrBuilder> getButtonsOrBuilderList()An array of buttons.
repeated .google.apps.card.v1.Button buttons = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.apps.card.v1.ButtonOrBuilder> |
|