Interface Card.NestedWidgetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Card.NestedWidget, Card.NestedWidget.Builder
Enclosing class:
Card

public static interface Card.NestedWidgetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTextParagraph

      boolean hasTextParagraph()
       A text paragraph widget.
       
      .google.apps.card.v1.TextParagraph text_paragraph = 1;
      Returns:
      Whether the textParagraph field is set.
    • getTextParagraph

      TextParagraph getTextParagraph()
       A text paragraph widget.
       
      .google.apps.card.v1.TextParagraph text_paragraph = 1;
      Returns:
      The textParagraph.
    • getTextParagraphOrBuilder

      TextParagraphOrBuilder getTextParagraphOrBuilder()
       A text paragraph widget.
       
      .google.apps.card.v1.TextParagraph text_paragraph = 1;
    • hasButtonList

      boolean hasButtonList()
       A button list widget.
       
      .google.apps.card.v1.ButtonList button_list = 3;
      Returns:
      Whether the buttonList field is set.
    • getButtonList

      ButtonList getButtonList()
       A button list widget.
       
      .google.apps.card.v1.ButtonList button_list = 3;
      Returns:
      The buttonList.
    • getButtonListOrBuilder

      ButtonListOrBuilder getButtonListOrBuilder()
       A button list widget.
       
      .google.apps.card.v1.ButtonList button_list = 3;
    • hasImage

      boolean hasImage()
       An image widget.
       
      .google.apps.card.v1.Image image = 10;
      Returns:
      Whether the image field is set.
    • getImage

      Image getImage()
       An image widget.
       
      .google.apps.card.v1.Image image = 10;
      Returns:
      The image.
    • getImageOrBuilder

      ImageOrBuilder getImageOrBuilder()
       An image widget.
       
      .google.apps.card.v1.Image image = 10;
    • getDataCase