Send feedback
Class TriggerActionPayload.Builder (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class TriggerActionPayload . Builder extends GeneratedMessageV3 . Builder<TriggerActionPayload . Builder > implements TriggerActionPayloadOrBuilder
The payload for the triggered action.
Protobuf type google.shopping.merchant.issueresolution.v1beta.TriggerActionPayload
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public TriggerActionPayload . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public TriggerActionPayload build ()
public TriggerActionPayload buildPartial ()
public TriggerActionPayload . Builder clear ()
Overrides
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];
public TriggerActionPayload . Builder clearActionInput ()
Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
public TriggerActionPayload . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public TriggerActionPayload . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public TriggerActionPayload . Builder clone ()
Overrides
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.
public ActionInput getActionInput ()
Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
public ActionInput . Builder getActionInputBuilder ()
Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
public ActionInputOrBuilder getActionInputOrBuilder ()
Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1beta.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
public TriggerActionPayload getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
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.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
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];
public TriggerActionPayload . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public TriggerActionPayload . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public TriggerActionPayload . Builder mergeFrom ( TriggerActionPayload other )
public final TriggerActionPayload . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
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
String
The actionContext to set.
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
ByteString
The bytes for actionContext to set.
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];
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];
public TriggerActionPayload . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public TriggerActionPayload . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final TriggerActionPayload . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-10 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-10 UTC."],[],[]]