Uses of Class
com.google.apps.card.v1.Carousel.CarouselCard.Builder
Packages that use Carousel.CarouselCard.Builder
-
Uses of Carousel.CarouselCard.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Carousel.CarouselCard.BuilderModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.addAllFooterWidgets(Iterable<? extends Card.NestedWidget> values) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addAllWidgets(Iterable<? extends Card.NestedWidget> values) A list of widgets displayed in the carousel card.Carousel.Builder.addCarouselCardsBuilder()A list of cards included in the carousel.Carousel.Builder.addCarouselCardsBuilder(int index) A list of cards included in the carousel.Carousel.CarouselCard.Builder.addFooterWidgets(int index, Card.NestedWidget value) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addFooterWidgets(int index, Card.NestedWidget.Builder builderForValue) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addFooterWidgets(Card.NestedWidget value) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addFooterWidgets(Card.NestedWidget.Builder builderForValue) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addWidgets(int index, Card.NestedWidget value) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.addWidgets(int index, Card.NestedWidget.Builder builderForValue) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.addWidgets(Card.NestedWidget value) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.addWidgets(Card.NestedWidget.Builder builderForValue) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.clear()Carousel.CarouselCard.Builder.clearFooterWidgets()A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.clearWidgets()A list of widgets displayed in the carousel card.Carousel.Builder.getCarouselCardsBuilder(int index) A list of cards included in the carousel.Carousel.CarouselCard.Builder.mergeFrom(Carousel.CarouselCard other) Carousel.CarouselCard.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Carousel.CarouselCard.Builder.mergeFrom(com.google.protobuf.Message other) Carousel.CarouselCard.newBuilder()Carousel.CarouselCard.newBuilder(Carousel.CarouselCard prototype) Carousel.CarouselCard.newBuilderForType()protected Carousel.CarouselCard.BuilderCarousel.CarouselCard.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Carousel.CarouselCard.Builder.removeFooterWidgets(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.removeWidgets(int index) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.setFooterWidgets(int index, Card.NestedWidget value) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.setFooterWidgets(int index, Card.NestedWidget.Builder builderForValue) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.setWidgets(int index, Card.NestedWidget value) A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.setWidgets(int index, Card.NestedWidget.Builder builderForValue) A list of widgets displayed in the carousel card.Carousel.CarouselCard.toBuilder()Methods in com.google.apps.card.v1 that return types with arguments of type Carousel.CarouselCard.BuilderModifier and TypeMethodDescriptionCarousel.Builder.getCarouselCardsBuilderList()A list of cards included in the carousel.Methods in com.google.apps.card.v1 with parameters of type Carousel.CarouselCard.BuilderModifier and TypeMethodDescriptionCarousel.Builder.addCarouselCards(int index, Carousel.CarouselCard.Builder builderForValue) 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.setCarouselCards(int index, Carousel.CarouselCard.Builder builderForValue) A list of cards included in the carousel.