Class: Google::Apps::Card::V1::Chip
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::Chip
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
A text, icon, or text and icon chip that users can click.
Instance Attribute Summary collapse
-
#alt_text ⇒ ::String
The alternative text that's used for accessibility.
-
#disabled ⇒ ::Boolean
Whether the chip is in an inactive state and ignores user actions.
-
#enabled ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#icon ⇒ ::Google::Apps::Card::V1::Icon
The icon image.
-
#label ⇒ ::String
The text displayed inside the chip.
-
#on_click ⇒ ::Google::Apps::Card::V1::OnClick
Optional.
Instance Attribute Details
#alt_text ⇒ ::String
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disabled ⇒ ::Boolean
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Whether the chip is in an active state and responds to user actions.
Defaults to true.
Deprecated. Use disabled instead.
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#icon ⇒ ::Google::Apps::Card::V1::Icon
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#on_click ⇒ ::Google::Apps::Card::V1::OnClick
2600 2601 2602 2603 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2600 class Chip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |