Interface ActionResponse.SelectionItemsOrBuilder (0.1.0)

public static interface ActionResponse.SelectionItemsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItems(int index)

public abstract SelectionInput.SelectionItem getItems(int index)

An array of the SelectionItem objects.

repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SelectionInput.SelectionItem

getItemsCount()

public abstract int getItemsCount()

An array of the SelectionItem objects.

repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;

Returns
TypeDescription
int

getItemsList()

public abstract List<SelectionInput.SelectionItem> getItemsList()

An array of the SelectionItem objects.

repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;

Returns
TypeDescription
List<SelectionItem>

getItemsOrBuilder(int index)

public abstract SelectionInput.SelectionItemOrBuilder getItemsOrBuilder(int index)

An array of the SelectionItem objects.

repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SelectionInput.SelectionItemOrBuilder

getItemsOrBuilderList()

public abstract List<? extends SelectionInput.SelectionItemOrBuilder> getItemsOrBuilderList()

An array of the SelectionItem objects.

repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;

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