Enum TextWithTooltip.TooltipIconStyle (0.2.0)

public enum TextWithTooltip.TooltipIconStyle extends Enum<TextWithTooltip.TooltipIconStyle> implements ProtocolMessageEnum

Enum 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 = 1;

INFO_VALUE

Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.

INFO = 1;

QUESTION

Used when the tooltip shows helpful information, the '?' can be used as an icon.

QUESTION = 2;

QUESTION_VALUE

Used when the tooltip shows helpful information, the '?' can be used as an icon.

QUESTION = 2;

TOOLTIP_ICON_STYLE_UNSPECIFIED

Default value. Will never be provided by the API.

TOOLTIP_ICON_STYLE_UNSPECIFIED = 0;

TOOLTIP_ICON_STYLE_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

TOOLTIP_ICON_STYLE_UNSPECIFIED = 0;

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()