public interface InputValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCheckboxInputValue()
public abstract InputValue.CheckboxInputValue getCheckboxInputValue()
Value for checkbox input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
Returns | |
---|---|
Type | Description |
InputValue.CheckboxInputValue |
The checkboxInputValue. |
getCheckboxInputValueOrBuilder()
public abstract InputValue.CheckboxInputValueOrBuilder getCheckboxInputValueOrBuilder()
Value for checkbox input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
Returns | |
---|---|
Type | Description |
InputValue.CheckboxInputValueOrBuilder |
getChoiceInputValue()
public abstract InputValue.ChoiceInputValue getChoiceInputValue()
Value for choice input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
Returns | |
---|---|
Type | Description |
InputValue.ChoiceInputValue |
The choiceInputValue. |
getChoiceInputValueOrBuilder()
public abstract InputValue.ChoiceInputValueOrBuilder getChoiceInputValueOrBuilder()
Value for choice input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
Returns | |
---|---|
Type | Description |
InputValue.ChoiceInputValueOrBuilder |
getInputFieldId()
public abstract String getInputFieldId()
Required. Id of the corresponding input field.
string input_field_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The inputFieldId. |
getInputFieldIdBytes()
public abstract ByteString getInputFieldIdBytes()
Required. Id of the corresponding input field.
string input_field_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputFieldId. |
getTextInputValue()
public abstract InputValue.TextInputValue getTextInputValue()
Value for text input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
Returns | |
---|---|
Type | Description |
InputValue.TextInputValue |
The textInputValue. |
getTextInputValueOrBuilder()
public abstract InputValue.TextInputValueOrBuilder getTextInputValueOrBuilder()
Value for text input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
Returns | |
---|---|
Type | Description |
InputValue.TextInputValueOrBuilder |
getValueCase()
public abstract InputValue.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
InputValue.ValueCase |
hasCheckboxInputValue()
public abstract boolean hasCheckboxInputValue()
Value for checkbox input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the checkboxInputValue field is set. |
hasChoiceInputValue()
public abstract boolean hasChoiceInputValue()
Value for choice input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the choiceInputValue field is set. |
hasTextInputValue()
public abstract boolean hasTextInputValue()
Value for text input field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the textInputValue field is set. |