Uses of Class
com.google.apps.card.v1.Card.NestedWidget.Builder
Packages that use Card.NestedWidget.Builder
-
Uses of Card.NestedWidget.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.NestedWidget.BuilderModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.addFooterWidgetsBuilder()A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addFooterWidgetsBuilder(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.addWidgetsBuilder()A list of widgets displayed in the carousel card.Carousel.CarouselCard.Builder.addWidgetsBuilder(int index) A list of widgets displayed in the carousel card.Card.NestedWidget.Builder.clear()Card.NestedWidget.Builder.clearButtonList()A button list widget.Card.NestedWidget.Builder.clearData()Card.NestedWidget.Builder.clearImage()An image widget.Card.NestedWidget.Builder.clearTextParagraph()A text paragraph widget.Carousel.CarouselCard.Builder.getFooterWidgetsBuilder(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.getWidgetsBuilder(int index) A list of widgets displayed in the carousel card.Card.NestedWidget.Builder.mergeButtonList(ButtonList value) A button list widget.Card.NestedWidget.Builder.mergeFrom(Card.NestedWidget other) Card.NestedWidget.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.NestedWidget.Builder.mergeFrom(com.google.protobuf.Message other) Card.NestedWidget.Builder.mergeImage(Image value) An image widget.Card.NestedWidget.Builder.mergeTextParagraph(TextParagraph value) A text paragraph widget.static Card.NestedWidget.BuilderCard.NestedWidget.newBuilder()static Card.NestedWidget.BuilderCard.NestedWidget.newBuilder(Card.NestedWidget prototype) Card.NestedWidget.newBuilderForType()protected Card.NestedWidget.BuilderCard.NestedWidget.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Card.NestedWidget.Builder.setButtonList(ButtonList value) A button list widget.Card.NestedWidget.Builder.setButtonList(ButtonList.Builder builderForValue) A button list widget.An image widget.Card.NestedWidget.Builder.setImage(Image.Builder builderForValue) An image widget.Card.NestedWidget.Builder.setTextParagraph(TextParagraph value) A text paragraph widget.Card.NestedWidget.Builder.setTextParagraph(TextParagraph.Builder builderForValue) A text paragraph widget.Card.NestedWidget.toBuilder()Methods in com.google.apps.card.v1 that return types with arguments of type Card.NestedWidget.BuilderModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.getFooterWidgetsBuilderList()A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.getWidgetsBuilderList()A list of widgets displayed in the carousel card.Methods in com.google.apps.card.v1 with parameters of type Card.NestedWidget.BuilderModifier and TypeMethodDescriptionCarousel.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.Builder builderForValue) A list of widgets displayed at the bottom of 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.Builder builderForValue) A list of widgets displayed in 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.Builder builderForValue) A list of widgets displayed in the carousel card.