public enum Validation.InputType extends Enum<Validation.InputType> implements ProtocolMessageEnumThe type of the input widget.
Protobuf enum google.apps.card.v1.Validation.InputType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EMAIL |
An email address. |
EMAIL_VALUE |
An email address. |
EMOJI_PICKER |
A emoji selected from system-provided emoji picker. |
EMOJI_PICKER_VALUE |
A emoji selected from system-provided emoji picker. |
FLOAT |
A float value. |
FLOAT_VALUE |
A float value. |
INPUT_TYPE_UNSPECIFIED |
Unspecified type. Do not use. |
INPUT_TYPE_UNSPECIFIED_VALUE |
Unspecified type. Do not use. |
INTEGER |
An integer value. |
INTEGER_VALUE |
An integer value. |
TEXT |
Regular text that accepts all characters. |
TEXT_VALUE |
Regular text that accepts all characters. |
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() |
|