Class: Google::Shopping::Merchant::IssueResolution::V1beta::Callout
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::Callout
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
An important message that should be highlighted. Usually displayed as a banner.
Defined Under Namespace
Modules: CalloutStyleHint
Instance Attribute Summary collapse
-
#full_message ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
A full message that needs to be shown to the business.
-
#style_hint ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Callout::CalloutStyleHint
Can be used to render messages with different severity in different styles.
Instance Attribute Details
#full_message ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
Returns A full message that needs to be shown to the business.
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 720 class Callout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum specifying the suggested style, how the message should be rendered. module CalloutStyleHint # Default value. Will never be provided by the API. CALLOUT_STYLE_HINT_UNSPECIFIED = 0 # The most important type of information highlighting problems, like an # unsuccessful outcome of previously requested actions. ERROR = 1 # Information warning about pending problems, risks or deadlines. WARNING = 2 # Default severity for important information like pending status of # previously requested action or cooldown for re-review. INFO = 3 end end |
#style_hint ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Callout::CalloutStyleHint
Returns Can be used to render messages with different severity in different styles. Snippets off all types contain important information that should be displayed to the business.
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 720 class Callout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum specifying the suggested style, how the message should be rendered. module CalloutStyleHint # Default value. Will never be provided by the API. CALLOUT_STYLE_HINT_UNSPECIFIED = 0 # The most important type of information highlighting problems, like an # unsuccessful outcome of previously requested actions. ERROR = 1 # Information warning about pending problems, risks or deadlines. WARNING = 2 # Default severity for important information like pending status of # previously requested action or cooldown for re-review. INFO = 3 end end |