public interface RenderIssuesRequestPayloadOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentOption()
public abstract ContentOption getContentOption()
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContentOption |
The contentOption. |
getContentOptionValue()
public abstract int getContentOptionValue()
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for contentOption. |
getUserInputActionOption()
public abstract UserInputActionRenderingOption getUserInputActionOption()
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
UserInputActionRenderingOption |
The userInputActionOption. |
getUserInputActionOptionValue()
public abstract int getUserInputActionOptionValue()
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for userInputActionOption. |
hasContentOption()
public abstract boolean hasContentOption()
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the contentOption field is set. |
hasUserInputActionOption()
public abstract boolean hasUserInputActionOption()
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the userInputActionOption field is set. |