Uses of Class
com.google.apps.card.v1.Carousel.Builder
Packages that use Carousel.Builder
-
Uses of Carousel.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Carousel.BuilderModifier and TypeMethodDescriptionCarousel.Builder.addAllCarouselCards(Iterable<? extends Carousel.CarouselCard> values) A list of cards included in the carousel.Carousel.Builder.addCarouselCards(int index, Carousel.CarouselCard value) A list of cards included in the carousel.Carousel.Builder.addCarouselCards(int index, Carousel.CarouselCard.Builder builderForValue) A list of cards included in the carousel.Carousel.Builder.addCarouselCards(Carousel.CarouselCard value) A list of cards included in the carousel.Carousel.Builder.addCarouselCards(Carousel.CarouselCard.Builder builderForValue) A list of cards included in the carousel.Carousel.Builder.clear()Carousel.Builder.clearCarouselCards()A list of cards included in the carousel.Widget.Builder.getCarouselBuilder()A carousel contains a collection of nested widgets.Carousel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Carousel.Builder.mergeFrom(com.google.protobuf.Message other) static Carousel.BuilderCarousel.newBuilder()static Carousel.BuilderCarousel.newBuilder(Carousel prototype) Carousel.newBuilderForType()protected Carousel.BuilderCarousel.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Carousel.Builder.removeCarouselCards(int index) A list of cards included in the carousel.Carousel.Builder.setCarouselCards(int index, Carousel.CarouselCard value) A list of cards included in the carousel.Carousel.Builder.setCarouselCards(int index, Carousel.CarouselCard.Builder builderForValue) A list of cards included in the carousel.Carousel.toBuilder()Methods in com.google.apps.card.v1 with parameters of type Carousel.BuilderModifier and TypeMethodDescriptionWidget.Builder.setCarousel(Carousel.Builder builderForValue) A carousel contains a collection of nested widgets.