public enum TextWithTooltip.TooltipIconStyle extends Enum<TextWithTooltip.TooltipIconStyle> implements ProtocolMessageEnumEnum specifying the type of an icon that is being used to display a corresponding tooltip in the Merchant Center.
 Protobuf enum 
 google.shopping.merchant.issueresolution.v1beta.TextWithTooltip.TooltipIconStyle
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| INFO | Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.   | 
| INFO_VALUE | Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.   | 
| QUESTION | Used when the tooltip shows helpful information, the '?' can be used as an icon.   | 
| QUESTION_VALUE | Used when the tooltip shows helpful information, the '?' can be used as an icon.   | 
| TOOLTIP_ICON_STYLE_UNSPECIFIED | Default value. Will never be provided by the API.   | 
| TOOLTIP_ICON_STYLE_UNSPECIFIED_VALUE | Default value. Will never be provided by the API.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |