Class: Google::Apps::Card::V1::Card::NestedWidget

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

A list of widgets that can be displayed in a containing layout, such as a CarouselCard. Google Chat apps:

Instance Attribute Summary collapse

Instance Attribute Details

#button_list::Google::Apps::Card::V1::ButtonList

Returns A button list widget.

Note: The following fields are mutually exclusive: button_list, text_paragraph, image. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Apps::Card::V1::ButtonList)

    A button list widget.

    Note: The following fields are mutually exclusive: button_list, text_paragraph, image. If a field in that set is populated, all other fields in the set will automatically be cleared.



337
338
339
340
# File 'proto_docs/google/apps/card/v1/card.rb', line 337

class NestedWidget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#image::Google::Apps::Card::V1::Image

Returns An image widget.

Note: The following fields are mutually exclusive: image, text_paragraph, button_list. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Apps::Card::V1::Image)

    An image widget.

    Note: The following fields are mutually exclusive: image, text_paragraph, button_list. If a field in that set is populated, all other fields in the set will automatically be cleared.



337
338
339
340
# File 'proto_docs/google/apps/card/v1/card.rb', line 337

class NestedWidget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text_paragraph::Google::Apps::Card::V1::TextParagraph

Returns A text paragraph widget.

Note: The following fields are mutually exclusive: text_paragraph, button_list, image. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Apps::Card::V1::TextParagraph)

    A text paragraph widget.

    Note: The following fields are mutually exclusive: text_paragraph, button_list, image. If a field in that set is populated, all other fields in the set will automatically be cleared.



337
338
339
340
# File 'proto_docs/google/apps/card/v1/card.rb', line 337

class NestedWidget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end