Enum InputField.TextInput.TextInputType (0.2.0)

public enum InputField.TextInput.TextInputType extends Enum<InputField.TextInput.TextInputType> implements ProtocolMessageEnum

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

Protobuf enum google.shopping.merchant.issueresolution.v1beta.InputField.TextInput.TextInputType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GENERIC_LONG_TEXT

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

GENERIC_LONG_TEXT = 2;

GENERIC_LONG_TEXT_VALUE

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

GENERIC_LONG_TEXT = 2;

GENERIC_SHORT_TEXT

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

GENERIC_SHORT_TEXT = 1;

GENERIC_SHORT_TEXT_VALUE

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

GENERIC_SHORT_TEXT = 1;

TEXT_INPUT_TYPE_UNSPECIFIED

Default value. Will never be provided by the API.

TEXT_INPUT_TYPE_UNSPECIFIED = 0;

TEXT_INPUT_TYPE_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

TEXT_INPUT_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()