Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class InputField.
Input field that needs to be available to the business. If the field is
marked as required, then a value needs to be provided for a successful
processing of the request.
Generated from protobuf messagegoogle.shopping.merchant.issueresolution.v1.InputField
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1
[[["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-09-04 UTC."],[],[],null,["# Google Shopping Merchant Issue Resolution V1 Client - Class InputField (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/php/docs/reference/shopping-merchant-issueresolution/latest/V1.InputField)\n- [0.1.0](/php/docs/reference/shopping-merchant-issueresolution/0.1.0/V1.InputField) \nReference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class InputField.\n\nInput field that needs to be available to the business. If the field is\nmarked as required, then a value needs to be provided for a successful\nprocessing of the request.\n\nGenerated from protobuf message `google.shopping.merchant.issueresolution.v1.InputField`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ IssueResolution \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTextInput\n\nInput field to provide text information.\n\nCorresponds to the [html input\ntype=text](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.text.html#input.text)\nor [html\ntextarea](https://www.w3.org/TR/2012/WD-html-markup-20121025/textarea.html#textarea).\n\n### hasTextInput\n\n### setTextInput\n\nInput field to provide text information.\n\nCorresponds to the [html input\ntype=text](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.text.html#input.text)\nor [html\ntextarea](https://www.w3.org/TR/2012/WD-html-markup-20121025/textarea.html#textarea).\n\n### getChoiceInput\n\nInput field to select one of the offered choices.\n\nCorresponds to the [html input\ntype=radio](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.radio.html#input.radio).\n\n### hasChoiceInput\n\n### setChoiceInput\n\nInput field to select one of the offered choices.\n\nCorresponds to the [html input\ntype=radio](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.radio.html#input.radio).\n\n### getCheckboxInput\n\nInput field to provide a boolean value.\n\nCorresponds to the [html input\ntype=checkbox](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.checkbox.html#input.checkbox).\n\n### hasCheckboxInput\n\n### setCheckboxInput\n\nInput field to provide a boolean value.\n\nCorresponds to the [html input\ntype=checkbox](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.checkbox.html#input.checkbox).\n\n### getId\n\nNot for display but need to be sent back for the given input field.\n\n### setId\n\nNot for display but need to be sent back for the given input field.\n\n### getLabel\n\nInput field label. There may be more information to be shown in a tooltip.\n\n### hasLabel\n\n### clearLabel\n\n### setLabel\n\nInput field label. There may be more information to be shown in a tooltip.\n\n### getRequired\n\nWhether the field is required. The action button needs to stay disabled\ntill values for all required fields are provided.\n\n### setRequired\n\nWhether the field is required. The action button needs to stay disabled\ntill values for all required fields are provided.\n\n### getValueInput"]]