Class: Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
Block of text that may contain a tooltip with more information.
Defined Under Namespace
Modules: TooltipIconStyle
Instance Attribute Summary collapse
-
#simple_tooltip_value ⇒ ::String
Value of the tooltip as a simple text.
-
#simple_value ⇒ ::String
Value of the message as a simple text.
-
#tooltip_icon_style ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip::TooltipIconStyle
The suggested type of an icon for tooltip, if a tooltip is present.
Instance Attribute Details
#simple_tooltip_value ⇒ ::String
Returns Value of the tooltip as a simple text.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 690 class TextWithTooltip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum specifying the type of an icon that is being used to display a # corresponding tooltip in the Merchant Center. module TooltipIconStyle # Default value. Will never be provided by the API. TOOLTIP_ICON_STYLE_UNSPECIFIED = 0 # Used when the tooltip adds additional information to the context, # the 'i' can be used as an icon. INFO = 1 # Used when the tooltip shows helpful information, the '?' can be used as # an icon. QUESTION = 2 end end |
#simple_value ⇒ ::String
Returns Value of the message as a simple text.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 690 class TextWithTooltip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum specifying the type of an icon that is being used to display a # corresponding tooltip in the Merchant Center. module TooltipIconStyle # Default value. Will never be provided by the API. TOOLTIP_ICON_STYLE_UNSPECIFIED = 0 # Used when the tooltip adds additional information to the context, # the 'i' can be used as an icon. INFO = 1 # Used when the tooltip shows helpful information, the '?' can be used as # an icon. QUESTION = 2 end end |
#tooltip_icon_style ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip::TooltipIconStyle
Returns The suggested type of an icon for tooltip, if a tooltip is present.
690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 690 class TextWithTooltip include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum specifying the type of an icon that is being used to display a # corresponding tooltip in the Merchant Center. module TooltipIconStyle # Default value. Will never be provided by the API. TOOLTIP_ICON_STYLE_UNSPECIFIED = 0 # Used when the tooltip adds additional information to the context, # the 'i' can be used as an icon. INFO = 1 # Used when the tooltip shows helpful information, the '?' can be used as # an icon. QUESTION = 2 end end |