Package com.google.apps.card.v1
Interface Columns.Column.WidgetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Columns.Column.Widgets
,Columns.Column.Widgets.Builder
- Enclosing class:
Columns.Column
public static interface Columns.Column.WidgetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[ButtonList][google.apps.card.v1.ButtonList] widget.[ButtonList][google.apps.card.v1.ButtonList] widget.[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.[DecoratedText][google.apps.card.v1.DecoratedText] widget.[DecoratedText][google.apps.card.v1.DecoratedText] widget.getImage()
[Image][google.apps.card.v1.Image] widget.[Image][google.apps.card.v1.Image] widget.[SelectionInput][google.apps.card.v1.SelectionInput] widget.[SelectionInput][google.apps.card.v1.SelectionInput] widget.[TextInput][google.apps.card.v1.TextInput] widget.[TextInput][google.apps.card.v1.TextInput] widget.[TextParagraph][google.apps.card.v1.TextParagraph] widget.[TextParagraph][google.apps.card.v1.TextParagraph] widget.boolean
[ButtonList][google.apps.card.v1.ButtonList] widget.boolean
[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.boolean
[DecoratedText][google.apps.card.v1.DecoratedText] widget.boolean
hasImage()
[Image][google.apps.card.v1.Image] widget.boolean
[SelectionInput][google.apps.card.v1.SelectionInput] widget.boolean
[TextInput][google.apps.card.v1.TextInput] widget.boolean
[TextParagraph][google.apps.card.v1.TextParagraph] widget.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTextParagraph
boolean hasTextParagraph()[TextParagraph][google.apps.card.v1.TextParagraph] widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
- Returns:
- Whether the textParagraph field is set.
-
getTextParagraph
TextParagraph getTextParagraph()[TextParagraph][google.apps.card.v1.TextParagraph] widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
- Returns:
- The textParagraph.
-
getTextParagraphOrBuilder
TextParagraphOrBuilder getTextParagraphOrBuilder()[TextParagraph][google.apps.card.v1.TextParagraph] widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
-
hasImage
boolean hasImage()[Image][google.apps.card.v1.Image] widget.
.google.apps.card.v1.Image image = 2;
- Returns:
- Whether the image field is set.
-
getImage
Image getImage()[Image][google.apps.card.v1.Image] widget.
.google.apps.card.v1.Image image = 2;
- Returns:
- The image.
-
getImageOrBuilder
ImageOrBuilder getImageOrBuilder()[Image][google.apps.card.v1.Image] widget.
.google.apps.card.v1.Image image = 2;
-
hasDecoratedText
boolean hasDecoratedText()[DecoratedText][google.apps.card.v1.DecoratedText] widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
- Returns:
- Whether the decoratedText field is set.
-
getDecoratedText
DecoratedText getDecoratedText()[DecoratedText][google.apps.card.v1.DecoratedText] widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
- Returns:
- The decoratedText.
-
getDecoratedTextOrBuilder
DecoratedTextOrBuilder getDecoratedTextOrBuilder()[DecoratedText][google.apps.card.v1.DecoratedText] widget.
.google.apps.card.v1.DecoratedText decorated_text = 3;
-
hasButtonList
boolean hasButtonList()[ButtonList][google.apps.card.v1.ButtonList] widget.
.google.apps.card.v1.ButtonList button_list = 4;
- Returns:
- Whether the buttonList field is set.
-
getButtonList
ButtonList getButtonList()[ButtonList][google.apps.card.v1.ButtonList] widget.
.google.apps.card.v1.ButtonList button_list = 4;
- Returns:
- The buttonList.
-
getButtonListOrBuilder
ButtonListOrBuilder getButtonListOrBuilder()[ButtonList][google.apps.card.v1.ButtonList] widget.
.google.apps.card.v1.ButtonList button_list = 4;
-
hasTextInput
boolean hasTextInput()[TextInput][google.apps.card.v1.TextInput] widget.
.google.apps.card.v1.TextInput text_input = 5;
- Returns:
- Whether the textInput field is set.
-
getTextInput
TextInput getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.
.google.apps.card.v1.TextInput text_input = 5;
- Returns:
- The textInput.
-
getTextInputOrBuilder
TextInputOrBuilder getTextInputOrBuilder()[TextInput][google.apps.card.v1.TextInput] widget.
.google.apps.card.v1.TextInput text_input = 5;
-
hasSelectionInput
boolean hasSelectionInput()[SelectionInput][google.apps.card.v1.SelectionInput] widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
- Returns:
- Whether the selectionInput field is set.
-
getSelectionInput
SelectionInput getSelectionInput()[SelectionInput][google.apps.card.v1.SelectionInput] widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
- Returns:
- The selectionInput.
-
getSelectionInputOrBuilder
SelectionInputOrBuilder getSelectionInputOrBuilder()[SelectionInput][google.apps.card.v1.SelectionInput] widget.
.google.apps.card.v1.SelectionInput selection_input = 6;
-
hasDateTimePicker
boolean hasDateTimePicker()[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
- Returns:
- Whether the dateTimePicker field is set.
-
getDateTimePicker
DateTimePicker getDateTimePicker()[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
- Returns:
- The dateTimePicker.
-
getDateTimePickerOrBuilder
DateTimePickerOrBuilder getDateTimePickerOrBuilder()[DateTimePicker][google.apps.card.v1.DateTimePicker] widget.
.google.apps.card.v1.DateTimePicker date_time_picker = 7;
-
getDataCase
Columns.Column.Widgets.DataCase getDataCase()
-