Class: Google::Apps::Card::V1::Columns::Column::Widgets

Inherits:
Object
  • Object
show all
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

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.

Returns:



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