Uses of Class
com.google.apps.card.v1.Card.NestedWidget
Packages that use Card.NestedWidget
-
Uses of Card.NestedWidget in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.NestedWidgetModifier and TypeMethodDescriptionCard.NestedWidget.Builder.build()Card.NestedWidget.Builder.buildPartial()static Card.NestedWidgetCard.NestedWidget.getDefaultInstance()Card.NestedWidget.Builder.getDefaultInstanceForType()Card.NestedWidget.getDefaultInstanceForType()Carousel.CarouselCard.Builder.getFooterWidgets(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.getFooterWidgets(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCardOrBuilder.getFooterWidgets(int index) A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.Builder.getWidgets(int index) A list of widgets displayed in the carousel card.Carousel.CarouselCard.getWidgets(int index) A list of widgets displayed in the carousel card.Carousel.CarouselCardOrBuilder.getWidgets(int index) A list of widgets displayed in the carousel card.static Card.NestedWidgetCard.NestedWidget.parseDelimitedFrom(InputStream input) static Card.NestedWidgetCard.NestedWidget.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.NestedWidgetCard.NestedWidget.parseFrom(byte[] data) static Card.NestedWidgetCard.NestedWidget.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.NestedWidgetCard.NestedWidget.parseFrom(com.google.protobuf.ByteString data) static Card.NestedWidgetCard.NestedWidget.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.NestedWidgetCard.NestedWidget.parseFrom(com.google.protobuf.CodedInputStream input) static Card.NestedWidgetCard.NestedWidget.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.NestedWidgetCard.NestedWidget.parseFrom(InputStream input) static Card.NestedWidgetCard.NestedWidget.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Card.NestedWidgetCard.NestedWidget.parseFrom(ByteBuffer data) static Card.NestedWidgetCard.NestedWidget.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type Card.NestedWidgetModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.getFooterWidgetsList()A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCard.getFooterWidgetsList()A list of widgets displayed at the bottom of the carousel card.Carousel.CarouselCardOrBuilder.getFooterWidgetsList()A list of widgets displayed at the bottom of the carousel card.com.google.protobuf.Parser<Card.NestedWidget>Card.NestedWidget.getParserForType()Carousel.CarouselCard.Builder.getWidgetsList()A list of widgets displayed in the carousel card.Carousel.CarouselCard.getWidgetsList()A list of widgets displayed in the carousel card.Carousel.CarouselCardOrBuilder.getWidgetsList()A list of widgets displayed in the carousel card.static com.google.protobuf.Parser<Card.NestedWidget>Card.NestedWidget.parser()Methods in com.google.apps.card.v1 with parameters of type Card.NestedWidgetModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.addFooterWidgets(int index, Card.NestedWidget value) 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.addWidgets(int index, Card.NestedWidget value) 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.Card.NestedWidget.Builder.mergeFrom(Card.NestedWidget other) static Card.NestedWidget.BuilderCard.NestedWidget.newBuilder(Card.NestedWidget prototype) Carousel.CarouselCard.Builder.setFooterWidgets(int index, Card.NestedWidget value) 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.Method parameters in com.google.apps.card.v1 with type arguments of type Card.NestedWidgetModifier 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.