Interface Card.NestedWidgetOrBuilder (2.63.1)

public static interface Card.NestedWidgetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getButtonList()

public abstract ButtonList getButtonList()

A button list widget.

.google.apps.card.v1.ButtonList button_list = 3;

Returns
Type Description
ButtonList

The buttonList.

getButtonListOrBuilder()

public abstract ButtonListOrBuilder getButtonListOrBuilder()

A button list widget.

.google.apps.card.v1.ButtonList button_list = 3;

Returns
Type Description
ButtonListOrBuilder

getDataCase()

public abstract Card.NestedWidget.DataCase getDataCase()
Returns
Type Description
Card.NestedWidget.DataCase

getImage()

public abstract Image getImage()

An image widget.

.google.apps.card.v1.Image image = 10;

Returns
Type Description
Image

The image.

getImageOrBuilder()

public abstract ImageOrBuilder getImageOrBuilder()

An image widget.

.google.apps.card.v1.Image image = 10;

Returns
Type Description
ImageOrBuilder

getTextParagraph()

public abstract TextParagraph getTextParagraph()

A text paragraph widget.

.google.apps.card.v1.TextParagraph text_paragraph = 1;

Returns
Type Description
TextParagraph

The textParagraph.

getTextParagraphOrBuilder()

public abstract TextParagraphOrBuilder getTextParagraphOrBuilder()

A text paragraph widget.

.google.apps.card.v1.TextParagraph text_paragraph = 1;

Returns
Type Description
TextParagraphOrBuilder

hasButtonList()

public abstract boolean hasButtonList()

A button list widget.

.google.apps.card.v1.ButtonList button_list = 3;

Returns
Type Description
boolean

Whether the buttonList field is set.

hasImage()

public abstract boolean hasImage()

An image widget.

.google.apps.card.v1.Image image = 10;

Returns
Type Description
boolean

Whether the image field is set.

hasTextParagraph()

public abstract boolean hasTextParagraph()

A text paragraph widget.

.google.apps.card.v1.TextParagraph text_paragraph = 1;

Returns
Type Description
boolean

Whether the textParagraph field is set.