public final class TriggerActionPayload extends GeneratedMessage implements TriggerActionPayloadOrBuilderThe payload for the triggered action.
Protobuf type google.shopping.merchant.issueresolution.v1.TriggerActionPayload
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TriggerActionPayloadImplements
TriggerActionPayloadOrBuilderStatic Fields
ACTION_CONTEXT_FIELD_NUMBER
public static final int ACTION_CONTEXT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ACTION_INPUT_FIELD_NUMBER
public static final int ACTION_INPUT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TriggerActionPayload getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TriggerActionPayload.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
newBuilder(TriggerActionPayload prototype)
public static TriggerActionPayload.Builder newBuilder(TriggerActionPayload prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TriggerActionPayload |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
parseDelimitedFrom(InputStream input)
public static TriggerActionPayload parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TriggerActionPayload parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TriggerActionPayload parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TriggerActionPayload parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TriggerActionPayload parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TriggerActionPayload parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TriggerActionPayload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TriggerActionPayload> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TriggerActionPayload> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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.v1.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ActionInput |
The actionInput. |
getActionInputOrBuilder()
public ActionInputOrBuilder getActionInputOrBuilder()Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ActionInputOrBuilder |
|
getDefaultInstanceForType()
public TriggerActionPayload getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload |
|
getParserForType()
public Parser<TriggerActionPayload> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TriggerActionPayload> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasActionInput()
public boolean hasActionInput()Required. Input provided by the business.
.google.shopping.merchant.issueresolution.v1.ActionInput action_input = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the actionInput field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TriggerActionPayload.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TriggerActionPayload.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
toBuilder()
public TriggerActionPayload.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TriggerActionPayload.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|