Send feedback
Class InputValue (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class InputValue extends GeneratedMessageV3 implements InputValueOrBuilder
Input provided by the business for input field.
Protobuf type google.shopping.merchant.issueresolution.v1beta.InputValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CHECKBOX_INPUT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int CHOICE_INPUT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INPUT_FIELD_ID_FIELD_NUMBER
Field Value
Type
Description
int
TEXT_INPUT_VALUE_FIELD_NUMBER
public static final int TEXT_INPUT_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static InputValue getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static InputValue . Builder newBuilder ()
public static InputValue . Builder newBuilder ( InputValue prototype )
public static InputValue parseDelimitedFrom ( InputStream input )
public static InputValue parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputValue parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static InputValue parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static InputValue parseFrom ( ByteString data )
public static InputValue parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InputValue parseFrom ( CodedInputStream input )
public static InputValue parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InputValue parseFrom ( InputStream input )
public static InputValue parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputValue parseFrom ( ByteBuffer data )
public static InputValue parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<InputValue> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public InputValue . CheckboxInputValue getCheckboxInputValue ()
Value for checkbox
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
public InputValue . CheckboxInputValueOrBuilder getCheckboxInputValueOrBuilder ()
Value for checkbox
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.CheckboxInputValue checkbox_input_value = 4;
public InputValue . ChoiceInputValue getChoiceInputValue ()
Value for choice
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
public InputValue . ChoiceInputValueOrBuilder getChoiceInputValueOrBuilder ()
Value for choice
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.ChoiceInputValue choice_input_value = 3;
public InputValue getDefaultInstanceForType ()
public 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.
public 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.
public Parser<InputValue> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTextInputValue()
public InputValue . TextInputValue getTextInputValue ()
Value for text
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
getTextInputValueOrBuilder()
public InputValue . TextInputValueOrBuilder getTextInputValueOrBuilder ()
Value for text
input
field.
.google.shopping.merchant.issueresolution.v1beta.InputValue.TextInputValue text_input_value = 2;
public InputValue . ValueCase getValueCase ()
public 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.
public 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 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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public InputValue . Builder newBuilderForType ()
protected InputValue . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public InputValue . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[],[]]