Class: Google::Apps::Card::V1::Chip

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 text, icon, or text and icon chip that users can click.

Google Workspace add-ons and Chat apps:

Instance Attribute Summary collapse

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