Package com.google.apps.card.v1
Interface Carousel.CarouselCardOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Carousel.CarouselCard,Carousel.CarouselCard.Builder
- Enclosing class:
- Carousel
public static interface Carousel.CarouselCardOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFooterWidgets(int index) A list of widgets displayed at the bottom of the carousel card.intA list of widgets displayed at the bottom of the carousel card.A list of widgets displayed at the bottom of the carousel card.getFooterWidgetsOrBuilder(int index) A list of widgets displayed at the bottom of the carousel card.List<? extends Card.NestedWidgetOrBuilder>A list of widgets displayed at the bottom of the carousel card.getWidgets(int index) A list of widgets displayed in the carousel card.intA list of widgets displayed in the carousel card.A list of widgets displayed in the carousel card.getWidgetsOrBuilder(int index) A list of widgets displayed in the carousel card.List<? extends Card.NestedWidgetOrBuilder>A list of widgets displayed in the carousel card.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWidgetsList
List<Card.NestedWidget> getWidgetsList()A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
repeated .google.apps.card.v1.Card.NestedWidget widgets = 1; -
getWidgets
A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
repeated .google.apps.card.v1.Card.NestedWidget widgets = 1; -
getWidgetsCount
int getWidgetsCount()A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
repeated .google.apps.card.v1.Card.NestedWidget widgets = 1; -
getWidgetsOrBuilderList
List<? extends Card.NestedWidgetOrBuilder> getWidgetsOrBuilderList()A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
repeated .google.apps.card.v1.Card.NestedWidget widgets = 1; -
getWidgetsOrBuilder
A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
-