Package com.google.apps.card.v1
Interface CarouselOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Carousel,Carousel.Builder
public interface CarouselOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCarouselCards(int index) A list of cards included in the carousel.intA list of cards included in the carousel.A list of cards included in the carousel.getCarouselCardsOrBuilder(int index) A list of cards included in the carousel.List<? extends Carousel.CarouselCardOrBuilder>A list of cards included in the carousel.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
A list of cards included in the carousel.
repeated .google.apps.card.v1.Carousel.CarouselCard carousel_cards = 4;
-