Interface CarouselOrBuilder (2.63.1)

public interface CarouselOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCarouselCards(int index)

public abstract Carousel.CarouselCard getCarouselCards(int index)

A list of cards included in the carousel.

repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;

Parameter
Name Description
index int
Returns
Type Description
Carousel.CarouselCard

getCarouselCardsCount()

public abstract int getCarouselCardsCount()

A list of cards included in the carousel.

repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;

Returns
Type Description
int

getCarouselCardsList()

public abstract List<Carousel.CarouselCard> getCarouselCardsList()

A list of cards included in the carousel.

repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;

Returns
Type Description
List<CarouselCard>

getCarouselCardsOrBuilder(int index)

public abstract Carousel.CarouselCardOrBuilder getCarouselCardsOrBuilder(int index)

A list of cards included in the carousel.

repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;

Parameter
Name Description
index int
Returns
Type Description
Carousel.CarouselCardOrBuilder

getCarouselCardsOrBuilderList()

public abstract List<? extends Carousel.CarouselCardOrBuilder> getCarouselCardsOrBuilderList()

A list of cards included in the carousel.

repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;

Returns
Type Description
List<? extends com.google.apps.card.v1.Carousel.CarouselCardOrBuilder>