Class: Google::Apps::Card::V1::Columns::Column::Widgets
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::Columns::Column::Widgets
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
The supported widgets that you can include in a column.
Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.
Instance Attribute Summary collapse
-
#button_list ⇒ ::Google::Apps::Card::V1::ButtonList
ButtonList widget.
-
#date_time_picker ⇒ ::Google::Apps::Card::V1::DateTimePicker
DateTimePicker widget.
-
#decorated_text ⇒ ::Google::Apps::Card::V1::DecoratedText
DecoratedText widget.
-
#image ⇒ ::Google::Apps::Card::V1::Image
Image widget.
-
#selection_input ⇒ ::Google::Apps::Card::V1::SelectionInput
SelectionInput widget.
-
#text_input ⇒ ::Google::Apps::Card::V1::TextInput
TextInput widget.
-
#text_paragraph ⇒ ::Google::Apps::Card::V1::TextParagraph
TextParagraph widget.
Instance Attribute Details
#button_list ⇒ ::Google::Apps::Card::V1::ButtonList
Returns ButtonList widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#date_time_picker ⇒ ::Google::Apps::Card::V1::DateTimePicker
Returns DateTimePicker widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#decorated_text ⇒ ::Google::Apps::Card::V1::DecoratedText
Returns DecoratedText widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image ⇒ ::Google::Apps::Card::V1::Image
Returns Image widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#selection_input ⇒ ::Google::Apps::Card::V1::SelectionInput
Returns SelectionInput widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_input ⇒ ::Google::Apps::Card::V1::TextInput
Returns TextInput widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_paragraph ⇒ ::Google::Apps::Card::V1::TextParagraph
Returns TextParagraph widget.
1797 1798 1799 1800 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1797 class Widgets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |