- 2.58.0 (latest)
- 2.57.0
- 2.56.0
- 2.54.1
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.1
- 2.49.0
- 2.48.0
- 2.46.0
- 2.45.1
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.1
- 2.36.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.1
- 2.24.0
- 2.23.1
- 2.22.1
- 2.21.1
- 2.15.0
- 2.14.3
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.6
- 2.8.4
- 2.7.4
public static interface Columns.Column.WidgetsOrBuilder extends MessageOrBuilder
Implements
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. |