Interface ActionFlowOrBuilder (0.2.0)

public interface ActionFlowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDialogButtonLabel()

public abstract String getDialogButtonLabel()

Label for the button to trigger the action from the action dialog. For example: "Request review"

string dialog_button_label = 9;

Returns
Type Description
String

The dialogButtonLabel.

getDialogButtonLabelBytes()

public abstract ByteString getDialogButtonLabelBytes()

Label for the button to trigger the action from the action dialog. For example: "Request review"

string dialog_button_label = 9;

Returns
Type Description
ByteString

The bytes for dialogButtonLabel.

getDialogCallout()

public abstract Callout getDialogCallout()

Important message to be highlighted in the request dialog. For example: "You can only request a review for disagreeing with this issue once. If it's not approved, you'll need to fix the issue and wait a few days before you can request another review."

optional .google.shopping.merchant.issueresolution.v1beta.Callout dialog_callout = 8;

Returns
Type Description
Callout

The dialogCallout.

getDialogCalloutOrBuilder()

public abstract CalloutOrBuilder getDialogCalloutOrBuilder()

Important message to be highlighted in the request dialog. For example: "You can only request a review for disagreeing with this issue once. If it's not approved, you'll need to fix the issue and wait a few days before you can request another review."

optional .google.shopping.merchant.issueresolution.v1beta.Callout dialog_callout = 8;

Returns
Type Description
CalloutOrBuilder

getDialogMessage()

public abstract TextWithTooltip getDialogMessage()

Message displayed in the request dialog. For example: "Make sure you've fixed all your country-specific issues. If not, you may have to wait 7 days to request another review". There may be an more information to be shown in a tooltip.

optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip dialog_message = 7;

Returns
Type Description
TextWithTooltip

The dialogMessage.

getDialogMessageOrBuilder()

public abstract TextWithTooltipOrBuilder getDialogMessageOrBuilder()

Message displayed in the request dialog. For example: "Make sure you've fixed all your country-specific issues. If not, you may have to wait 7 days to request another review". There may be an more information to be shown in a tooltip.

optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip dialog_message = 7;

Returns
Type Description
TextWithTooltipOrBuilder

getDialogTitle()

public abstract String getDialogTitle()

Title of the request dialog. For example: "Before you request a review"

string dialog_title = 4;

Returns
Type Description
String

The dialogTitle.

getDialogTitleBytes()

public abstract ByteString getDialogTitleBytes()

Title of the request dialog. For example: "Before you request a review"

string dialog_title = 4;

Returns
Type Description
ByteString

The bytes for dialogTitle.

getId()

public abstract String getId()

Not for display but need to be sent back for the selected action flow.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Not for display but need to be sent back for the selected action flow.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getInputs(int index)

public abstract InputField getInputs(int index)

A list of input fields.

repeated .google.shopping.merchant.issueresolution.v1beta.InputField inputs = 3;

Parameter
Name Description
index int
Returns
Type Description
InputField

getInputsCount()

public abstract int getInputsCount()

A list of input fields.

repeated .google.shopping.merchant.issueresolution.v1beta.InputField inputs = 3;

Returns
Type Description
int

getInputsList()

public abstract List<InputField> getInputsList()

A list of input fields.

repeated .google.shopping.merchant.issueresolution.v1beta.InputField inputs = 3;

Returns
Type Description
List<InputField>

getInputsOrBuilder(int index)

public abstract InputFieldOrBuilder getInputsOrBuilder(int index)

A list of input fields.

repeated .google.shopping.merchant.issueresolution.v1beta.InputField inputs = 3;

Parameter
Name Description
index int
Returns
Type Description
InputFieldOrBuilder

getInputsOrBuilderList()

public abstract List<? extends InputFieldOrBuilder> getInputsOrBuilderList()

A list of input fields.

repeated .google.shopping.merchant.issueresolution.v1beta.InputField inputs = 3;

Returns
Type Description
List<? extends com.google.shopping.merchant.issueresolution.v1beta.InputFieldOrBuilder>

getLabel()

public abstract String getLabel()

Text value describing the intent for the action flow. It can be used as an input label if business needs to pick one of multiple flows. For example: "I disagree with the issue"

string label = 2;

Returns
Type Description
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

Text value describing the intent for the action flow. It can be used as an input label if business needs to pick one of multiple flows. For example: "I disagree with the issue"

string label = 2;

Returns
Type Description
ByteString

The bytes for label.

hasDialogCallout()

public abstract boolean hasDialogCallout()

Important message to be highlighted in the request dialog. For example: "You can only request a review for disagreeing with this issue once. If it's not approved, you'll need to fix the issue and wait a few days before you can request another review."

optional .google.shopping.merchant.issueresolution.v1beta.Callout dialog_callout = 8;

Returns
Type Description
boolean

Whether the dialogCallout field is set.

hasDialogMessage()

public abstract boolean hasDialogMessage()

Message displayed in the request dialog. For example: "Make sure you've fixed all your country-specific issues. If not, you may have to wait 7 days to request another review". There may be an more information to be shown in a tooltip.

optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip dialog_message = 7;

Returns
Type Description
boolean

Whether the dialogMessage field is set.