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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GENERIC_LONG_TEXT |
Used when a longer text is expected. The field should be rendered as a textarea. |
GENERIC_LONG_TEXT_VALUE |
Used when a longer text is expected. The field should be rendered as a textarea. |
GENERIC_SHORT_TEXT |
Used when a short text is expected. The field can be rendered as a text field. |
GENERIC_SHORT_TEXT_VALUE |
Used when a short text is expected. The field can be rendered as a text field. |
TEXT_INPUT_TYPE_UNSPECIFIED |
Default value. Will never be provided by the API. |
TEXT_INPUT_TYPE_UNSPECIFIED_VALUE |
Default value. Will never be provided by the API. |
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() |