Interface Carousel.CarouselCardOrBuilder (2.63.1)

public static interface Carousel.CarouselCardOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract Card.NestedWidget getFooterWidgets(int index)

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;

Parameter
Name Description
index int
Returns
Type Description
Card.NestedWidget
public abstract int getFooterWidgetsCount()

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;

Returns
Type Description
int
public abstract List<Card.NestedWidget> getFooterWidgetsList()

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;

Returns
Type Description
List<NestedWidget>
public abstract Card.NestedWidgetOrBuilder getFooterWidgetsOrBuilder(int index)

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;

Parameter
Name Description
index int
Returns
Type Description
Card.NestedWidgetOrBuilder
public abstract List<? extends Card.NestedWidgetOrBuilder> getFooterWidgetsOrBuilderList()

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;

Returns
Type Description
List<? extends com.google.apps.card.v1.Card.NestedWidgetOrBuilder>
public abstract Card.NestedWidget getWidgets(int index)

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;

Parameter
Name Description
index int
Returns
Type Description
Card.NestedWidget
public abstract int getWidgetsCount()

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;

Returns
Type Description
int
public abstract List<Card.NestedWidget> getWidgetsList()

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;

Returns
Type Description
List<NestedWidget>
public abstract Card.NestedWidgetOrBuilder getWidgetsOrBuilder(int index)

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;

Parameter
Name Description
index int
Returns
Type Description
Card.NestedWidgetOrBuilder
public abstract List<? extends Card.NestedWidgetOrBuilder> getWidgetsOrBuilderList()

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;

Returns
Type Description
List<? extends com.google.apps.card.v1.Card.NestedWidgetOrBuilder>