public static interface Columns.Column.WidgetsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getButtonList()
public abstract ButtonList getButtonList()ButtonList widget.
.google.apps.card.v1.ButtonList button_list = 4;
| Returns | |
|---|---|
| Type | Description |
ButtonList |
The buttonList. |
getButtonListOrBuilder()
public abstract ButtonListOrBuilder getButtonListOrBuilder()ButtonList widget.
.google.apps.card.v1.ButtonList button_list = 4;
| Returns | |
|---|---|
| Type | Description |
ButtonListOrBuilder |
|
getDataCase()
public abstract Columns.Column.Widgets.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
Columns.Column.Widgets.DataCase |
|
getDateTimePicker()
public abstract DateTimePicker getDateTimePicker()DateTimePicker widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
| Returns | |
|---|---|
| Type | Description |
DateTimePicker |
The dateTimePicker. |
getDateTimePickerOrBuilder()
public abstract DateTimePickerOrBuilder getDateTimePickerOrBuilder()DateTimePicker widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
| Returns | |
|---|---|
| Type | Description |
DateTimePickerOrBuilder |
|
getDecoratedText()
public abstract DecoratedText getDecoratedText()DecoratedText widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
| Returns | |
|---|---|
| Type | Description |
DecoratedText |
The decoratedText. |
getDecoratedTextOrBuilder()
public abstract DecoratedTextOrBuilder getDecoratedTextOrBuilder()DecoratedText widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
| Returns | |
|---|---|
| Type | Description |
DecoratedTextOrBuilder |
|
getImage()
public abstract Image getImage()Image widget.
.google.apps.card.v1.Image image = 2;
| Returns | |
|---|---|
| Type | Description |
Image |
The image. |
getImageOrBuilder()
public abstract ImageOrBuilder getImageOrBuilder()Image widget.
.google.apps.card.v1.Image image = 2;
| Returns | |
|---|---|
| Type | Description |
ImageOrBuilder |
|
getSelectionInput()
public abstract SelectionInput getSelectionInput()SelectionInput widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
| Returns | |
|---|---|
| Type | Description |
SelectionInput |
The selectionInput. |
getSelectionInputOrBuilder()
public abstract SelectionInputOrBuilder getSelectionInputOrBuilder()SelectionInput widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
| Returns | |
|---|---|
| Type | Description |
SelectionInputOrBuilder |
|
getTextInput()
public abstract TextInput getTextInput()TextInput widget.
.google.apps.card.v1.TextInput text_input = 5;
| Returns | |
|---|---|
| Type | Description |
TextInput |
The textInput. |
getTextInputOrBuilder()
public abstract TextInputOrBuilder getTextInputOrBuilder()TextInput widget.
.google.apps.card.v1.TextInput text_input = 5;
| Returns | |
|---|---|
| Type | Description |
TextInputOrBuilder |
|
getTextParagraph()
public abstract TextParagraph getTextParagraph()TextParagraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
TextParagraph |
The textParagraph. |
getTextParagraphOrBuilder()
public abstract TextParagraphOrBuilder getTextParagraphOrBuilder()TextParagraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
TextParagraphOrBuilder |
|
hasButtonList()
public abstract boolean hasButtonList()ButtonList widget.
.google.apps.card.v1.ButtonList button_list = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the buttonList field is set. |
hasDateTimePicker()
public abstract boolean hasDateTimePicker()DateTimePicker widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dateTimePicker field is set. |
hasDecoratedText()
public abstract boolean hasDecoratedText()DecoratedText widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the decoratedText field is set. |
hasImage()
public abstract boolean hasImage()Image widget.
.google.apps.card.v1.Image image = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the image field is set. |
hasSelectionInput()
public abstract boolean hasSelectionInput()SelectionInput widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selectionInput field is set. |
hasTextInput()
public abstract boolean hasTextInput()TextInput widget.
.google.apps.card.v1.TextInput text_input = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the textInput field is set. |
hasTextParagraph()
public abstract boolean hasTextParagraph()TextParagraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the textParagraph field is set. |