public static final class TriggerActionPayload.Builder extends GeneratedMessage.Builder<TriggerActionPayload.Builder> implements TriggerActionPayloadOrBuilderThe payload for the triggered action.
Protobuf type google.shopping.merchant.issueresolution.v1beta.TriggerActionPayload
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TriggerActionPayload.BuilderImplements
TriggerActionPayloadOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TriggerActionPayload build()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
buildPartial()
public TriggerActionPayload buildPartial()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
clear()
public TriggerActionPayload.Builder clear()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
clearActionContext()
public TriggerActionPayload.Builder clearActionContext()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 |
TriggerActionPayload.Builder |
This builder for chaining. |
clearActionInput()
public TriggerActionPayload.Builder clearActionInput()Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
getActionContext()
public 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 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 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. |
getActionInputBuilder()
public ActionInput.Builder getActionInputBuilder()Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ActionInput.Builder |
|
getActionInputOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public TriggerActionPayload getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasActionInput()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeActionInput(ActionInput value)
public TriggerActionPayload.Builder mergeActionInput(ActionInput value)Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ActionInput |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TriggerActionPayload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TriggerActionPayload.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
mergeFrom(TriggerActionPayload other)
public TriggerActionPayload.Builder mergeFrom(TriggerActionPayload other)| Parameter | |
|---|---|
| Name | Description |
other |
TriggerActionPayload |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
setActionContext(String value)
public TriggerActionPayload.Builder setActionContext(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe actionContext to set. |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
This builder for chaining. |
setActionContextBytes(ByteString value)
public TriggerActionPayload.Builder setActionContextBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for actionContext to set. |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
This builder for chaining. |
setActionInput(ActionInput value)
public TriggerActionPayload.Builder setActionInput(ActionInput value)Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ActionInput |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
setActionInput(ActionInput.Builder builderForValue)
public TriggerActionPayload.Builder setActionInput(ActionInput.Builder builderForValue)Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ActionInput.Builder |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|