Interface CalloutOrBuilder (0.2.0)

public interface CalloutOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullMessage()

public abstract TextWithTooltip getFullMessage()

A full message that needs to be shown to the business.

.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip full_message = 3;

Returns
Type Description
TextWithTooltip

The fullMessage.

getFullMessageOrBuilder()

public abstract TextWithTooltipOrBuilder getFullMessageOrBuilder()

A full message that needs to be shown to the business.

.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip full_message = 3;

Returns
Type Description
TextWithTooltipOrBuilder

getStyleHint()

public abstract Callout.CalloutStyleHint getStyleHint()

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.

.google.shopping.merchant.issueresolution.v1beta.Callout.CalloutStyleHint style_hint = 1;

Returns
Type Description
Callout.CalloutStyleHint

The styleHint.

getStyleHintValue()

public abstract int getStyleHintValue()

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.

.google.shopping.merchant.issueresolution.v1beta.Callout.CalloutStyleHint style_hint = 1;

Returns
Type Description
int

The enum numeric value on the wire for styleHint.

hasFullMessage()

public abstract boolean hasFullMessage()

A full message that needs to be shown to the business.

.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip full_message = 3;

Returns
Type Description
boolean

Whether the fullMessage field is set.