public static interface InputField.ChoiceInput.ChoiceInputOptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdditionalInput()
public abstract InputField getAdditionalInput() Input that should be displayed when this option is selected.
 The additional input will not contain a ChoiceInput.
 
 optional .google.shopping.merchant.issueresolution.v1.InputField additional_input = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| InputField | The additionalInput. | 
getAdditionalInputOrBuilder()
public abstract InputFieldOrBuilder getAdditionalInputOrBuilder() Input that should be displayed when this option is selected.
 The additional input will not contain a ChoiceInput.
 
 optional .google.shopping.merchant.issueresolution.v1.InputField additional_input = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| InputFieldOrBuilder | |
getId()
public abstract String getId()Not for display but need to be sent back for the selected choice option.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The id. | 
getIdBytes()
public abstract ByteString getIdBytes()Not for display but need to be sent back for the selected choice option.
 string id = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for id. | 
getLabel()
public abstract TextWithTooltip getLabel()Short description of the choice option. There may be more information to be shown as a tooltip.
 .google.shopping.merchant.issueresolution.v1.TextWithTooltip label = 2;
| Returns | |
|---|---|
| Type | Description | 
| TextWithTooltip | The label. | 
getLabelOrBuilder()
public abstract TextWithTooltipOrBuilder getLabelOrBuilder()Short description of the choice option. There may be more information to be shown as a tooltip.
 .google.shopping.merchant.issueresolution.v1.TextWithTooltip label = 2;
| Returns | |
|---|---|
| Type | Description | 
| TextWithTooltipOrBuilder | |
hasAdditionalInput()
public abstract boolean hasAdditionalInput() Input that should be displayed when this option is selected.
 The additional input will not contain a ChoiceInput.
 
 optional .google.shopping.merchant.issueresolution.v1.InputField additional_input = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the additionalInput field is set. | 
hasLabel()
public abstract boolean hasLabel()Short description of the choice option. There may be more information to be shown as a tooltip.
 .google.shopping.merchant.issueresolution.v1.TextWithTooltip label = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the label field is set. |