public interface InputFieldOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCheckboxInput()
public abstract InputField.CheckboxInput getCheckboxInput()
Input field to provide a boolean value. Corresponds to the html input type=checkbox.
.google.shopping.merchant.issueresolution.v1beta.InputField.CheckboxInput checkbox_input = 6;
Returns | |
---|---|
Type | Description |
InputField.CheckboxInput |
The checkboxInput. |
getCheckboxInputOrBuilder()
public abstract InputField.CheckboxInputOrBuilder getCheckboxInputOrBuilder()
Input field to provide a boolean value. Corresponds to the html input type=checkbox.
.google.shopping.merchant.issueresolution.v1beta.InputField.CheckboxInput checkbox_input = 6;
Returns | |
---|---|
Type | Description |
InputField.CheckboxInputOrBuilder |
getChoiceInput()
public abstract InputField.ChoiceInput getChoiceInput()
Input field to select one of the offered choices. Corresponds to the html input type=radio.
.google.shopping.merchant.issueresolution.v1beta.InputField.ChoiceInput choice_input = 5;
Returns | |
---|---|
Type | Description |
InputField.ChoiceInput |
The choiceInput. |
getChoiceInputOrBuilder()
public abstract InputField.ChoiceInputOrBuilder getChoiceInputOrBuilder()
Input field to select one of the offered choices. Corresponds to the html input type=radio.
.google.shopping.merchant.issueresolution.v1beta.InputField.ChoiceInput choice_input = 5;
Returns | |
---|---|
Type | Description |
InputField.ChoiceInputOrBuilder |
getId()
public abstract String getId()
Not for display but need to be sent back for the given input field.
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 given input field.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getLabel()
public abstract TextWithTooltip getLabel()
Input field label. There may be more information to be shown in a tooltip.
.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip label = 2;
Returns | |
---|---|
Type | Description |
TextWithTooltip |
The label. |
getLabelOrBuilder()
public abstract TextWithTooltipOrBuilder getLabelOrBuilder()
Input field label. There may be more information to be shown in a tooltip.
.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip label = 2;
Returns | |
---|---|
Type | Description |
TextWithTooltipOrBuilder |
getRequired()
public abstract boolean getRequired()
Whether the field is required. The action button needs to stay disabled till values for all required fields are provided.
bool required = 3;
Returns | |
---|---|
Type | Description |
boolean |
The required. |
getTextInput()
public abstract InputField.TextInput getTextInput()
Input field to provide text information. Corresponds to the html input type=text or html textarea.
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput text_input = 4;
Returns | |
---|---|
Type | Description |
InputField.TextInput |
The textInput. |
getTextInputOrBuilder()
public abstract InputField.TextInputOrBuilder getTextInputOrBuilder()
Input field to provide text information. Corresponds to the html input type=text or html textarea.
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput text_input = 4;
Returns | |
---|---|
Type | Description |
InputField.TextInputOrBuilder |
getValueInputCase()
public abstract InputField.ValueInputCase getValueInputCase()
Returns | |
---|---|
Type | Description |
InputField.ValueInputCase |
hasCheckboxInput()
public abstract boolean hasCheckboxInput()
Input field to provide a boolean value. Corresponds to the html input type=checkbox.
.google.shopping.merchant.issueresolution.v1beta.InputField.CheckboxInput checkbox_input = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the checkboxInput field is set. |
hasChoiceInput()
public abstract boolean hasChoiceInput()
Input field to select one of the offered choices. Corresponds to the html input type=radio.
.google.shopping.merchant.issueresolution.v1beta.InputField.ChoiceInput choice_input = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the choiceInput field is set. |
hasLabel()
public abstract boolean hasLabel()
Input field label. There may be more information to be shown in a tooltip.
.google.shopping.merchant.issueresolution.v1beta.TextWithTooltip label = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the label field is set. |
hasTextInput()
public abstract boolean hasTextInput()
Input field to provide text information. Corresponds to the html input type=text or html textarea.
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput text_input = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the textInput field is set. |