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 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

      Card.NestedWidget getWidgets(int index)
       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

      Card.NestedWidgetOrBuilder getWidgetsOrBuilder(int index)
       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;
    • getFooterWidgetsList

      List<Card.NestedWidget> getFooterWidgetsList()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
    • getFooterWidgets

      Card.NestedWidget getFooterWidgets(int index)
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
    • getFooterWidgetsCount

      int getFooterWidgetsCount()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
    • getFooterWidgetsOrBuilderList

      List<? extends Card.NestedWidgetOrBuilder> getFooterWidgetsOrBuilderList()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
    • getFooterWidgetsOrBuilder

      Card.NestedWidgetOrBuilder getFooterWidgetsOrBuilder(int index)
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;