Interface CarouselOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Carousel, Carousel.Builder

@Generated public interface CarouselOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCarouselCardsList

      List<Carousel.CarouselCard> getCarouselCardsList()
       A list of cards included in the carousel.
       
      repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;
    • getCarouselCards

      Carousel.CarouselCard getCarouselCards(int index)
       A list of cards included in the carousel.
       
      repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;
    • getCarouselCardsCount

      int getCarouselCardsCount()
       A list of cards included in the carousel.
       
      repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;
    • getCarouselCardsOrBuilderList

      List<? extends Carousel.CarouselCardOrBuilder> getCarouselCardsOrBuilderList()
       A list of cards included in the carousel.
       
      repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;
    • getCarouselCardsOrBuilder

      Carousel.CarouselCardOrBuilder getCarouselCardsOrBuilder(int index)
       A list of cards included in the carousel.
       
      repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;