public interface TextWithTooltipOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSimpleTooltipValue()
public abstract String getSimpleTooltipValue()Value of the tooltip as a simple text.
string simple_tooltip_value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The simpleTooltipValue. |
getSimpleTooltipValueBytes()
public abstract ByteString getSimpleTooltipValueBytes()Value of the tooltip as a simple text.
string simple_tooltip_value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for simpleTooltipValue. |
getSimpleValue()
public abstract String getSimpleValue()Value of the message as a simple text.
string simple_value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The simpleValue. |
getSimpleValueBytes()
public abstract ByteString getSimpleValueBytes()Value of the message as a simple text.
string simple_value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for simpleValue. |
getTooltipIconStyle()
public abstract TextWithTooltip.TooltipIconStyle getTooltipIconStyle()The suggested type of an icon for tooltip, if a tooltip is present.
.google.shopping.merchant.issueresolution.v1.TextWithTooltip.TooltipIconStyle tooltip_icon_style = 3;
| Returns | |
|---|---|
| Type | Description |
TextWithTooltip.TooltipIconStyle |
The tooltipIconStyle. |
getTooltipIconStyleValue()
public abstract int getTooltipIconStyleValue()The suggested type of an icon for tooltip, if a tooltip is present.
.google.shopping.merchant.issueresolution.v1.TextWithTooltip.TooltipIconStyle tooltip_icon_style = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for tooltipIconStyle. |
getTooltipValueCase()
public abstract TextWithTooltip.TooltipValueCase getTooltipValueCase()| Returns | |
|---|---|
| Type | Description |
TextWithTooltip.TooltipValueCase |
|
getValueCase()
public abstract TextWithTooltip.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
TextWithTooltip.ValueCase |
|
hasSimpleTooltipValue()
public abstract boolean hasSimpleTooltipValue()Value of the tooltip as a simple text.
string simple_tooltip_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the simpleTooltipValue field is set. |
hasSimpleValue()
public abstract boolean hasSimpleValue()Value of the message as a simple text.
string simple_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the simpleValue field is set. |