Interface TriggerActionPayloadOrBuilder (0.2.0)

public interface TriggerActionPayloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionContext()

public abstract String getActionContext()

Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.

string action_context = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The actionContext.

getActionContextBytes()

public abstract ByteString getActionContextBytes()

Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.

string action_context = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for actionContext.

getActionInput()

public abstract ActionInput getActionInput()

Required. Input provided by the business.

.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ActionInput

The actionInput.

getActionInputOrBuilder()

public abstract ActionInputOrBuilder getActionInputOrBuilder()

Required. Input provided by the business.

.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ActionInputOrBuilder

hasActionInput()

public abstract boolean hasActionInput()

Required. Input provided by the business.

.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the actionInput field is set.