Uses of Class
com.google.apps.card.v1.Carousel.CarouselCard
Packages that use Carousel.CarouselCard
-
Uses of Carousel.CarouselCard in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Carousel.CarouselCardModifier and TypeMethodDescriptionCarousel.CarouselCard.Builder.build()Carousel.CarouselCard.Builder.buildPartial()Carousel.Builder.getCarouselCards(int index) A list of cards included in the carousel.Carousel.getCarouselCards(int index) A list of cards included in the carousel.CarouselOrBuilder.getCarouselCards(int index) A list of cards included in the carousel.static Carousel.CarouselCardCarousel.CarouselCard.getDefaultInstance()Carousel.CarouselCard.Builder.getDefaultInstanceForType()Carousel.CarouselCard.getDefaultInstanceForType()static Carousel.CarouselCardCarousel.CarouselCard.parseDelimitedFrom(InputStream input) static Carousel.CarouselCardCarousel.CarouselCard.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(byte[] data) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(com.google.protobuf.ByteString data) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(com.google.protobuf.CodedInputStream input) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(InputStream input) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(ByteBuffer data) static Carousel.CarouselCardCarousel.CarouselCard.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type Carousel.CarouselCardModifier and TypeMethodDescriptionCarousel.Builder.getCarouselCardsList()A list of cards included in the carousel.Carousel.getCarouselCardsList()A list of cards included in the carousel.CarouselOrBuilder.getCarouselCardsList()A list of cards included in the carousel.com.google.protobuf.Parser<Carousel.CarouselCard>Carousel.CarouselCard.getParserForType()static com.google.protobuf.Parser<Carousel.CarouselCard>Carousel.CarouselCard.parser()Methods in com.google.apps.card.v1 with parameters of type Carousel.CarouselCardModifier and TypeMethodDescriptionCarousel.Builder.addCarouselCards(int index, Carousel.CarouselCard value) A list of cards included in the carousel.Carousel.Builder.addCarouselCards(Carousel.CarouselCard value) A list of cards included in the carousel.Carousel.CarouselCard.Builder.mergeFrom(Carousel.CarouselCard other) Carousel.CarouselCard.newBuilder(Carousel.CarouselCard prototype) Carousel.Builder.setCarouselCards(int index, Carousel.CarouselCard value) A list of cards included in the carousel.Method parameters in com.google.apps.card.v1 with type arguments of type Carousel.CarouselCardModifier and TypeMethodDescriptionCarousel.Builder.addAllCarouselCards(Iterable<? extends Carousel.CarouselCard> values) A list of cards included in the carousel.