public interface TriggerActionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLanguageCode()
public abstract String getLanguageCode()
Optional. Language code IETF BCP 47
syntax used to localize the response.
If not set, the result will be in default language en-US
.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()
Optional. Language code IETF BCP 47
syntax used to localize the response.
If not set, the result will be in default language en-US
.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for languageCode. |
getName()
public abstract String getName()
Required. The business's account that is triggering the action.
Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The business's account that is triggering the action.
Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPayload()
public abstract TriggerActionPayload getPayload()
Required. The payload for the triggered action.
.google.shopping.merchant.issueresolution.v1beta.TriggerActionPayload payload = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TriggerActionPayload |
The payload. |
getPayloadOrBuilder()
public abstract TriggerActionPayloadOrBuilder getPayloadOrBuilder()
Required. The payload for the triggered action.
.google.shopping.merchant.issueresolution.v1beta.TriggerActionPayload payload = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TriggerActionPayloadOrBuilder |
hasPayload()
public abstract boolean hasPayload()
Required. The payload for the triggered action.
.google.shopping.merchant.issueresolution.v1beta.TriggerActionPayload payload = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |