Google Shopping Merchant Issue Resolution V1 Client - Class TextInputType (1.0.0)

Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class TextInputType.

Enum specifying the type of the text input and how it should be rendered.

Protobuf type google.shopping.merchant.issueresolution.v1.InputField.TextInput.TextInputType

Namespace

Google \ Shopping \ Merchant \ IssueResolution \ V1 \ InputField \ TextInput

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEXT_INPUT_TYPE_UNSPECIFIED

Value: 0

Default value. Will never be provided by the API.

Generated from protobuf enum TEXT_INPUT_TYPE_UNSPECIFIED = 0;

GENERIC_SHORT_TEXT

Value: 1

Used when a short text is expected. The field can be rendered as a text field.

Generated from protobuf enum GENERIC_SHORT_TEXT = 1;

GENERIC_LONG_TEXT

Value: 2

Used when a longer text is expected. The field should be rendered as a textarea.

Generated from protobuf enum GENERIC_LONG_TEXT = 2;