Uses of Enum
com.google.apps.card.v1.TextInput.Type
Packages that use TextInput.Type
-
Uses of TextInput.Type in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextInput.TypeModifier and TypeMethodDescriptionstatic TextInput.Type
TextInput.Type.forNumber
(int value) TextInput.Builder.getType()
How a text input field appears in the user interface.TextInput.getType()
How a text input field appears in the user interface.TextInputOrBuilder.getType()
How a text input field appears in the user interface.static TextInput.Type
TextInput.Type.valueOf
(int value) Deprecated.static TextInput.Type
TextInput.Type.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TextInput.Type
Returns the enum constant of this type with the specified name.static TextInput.Type[]
TextInput.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type TextInput.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<TextInput.Type> TextInput.Type.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type TextInput.TypeModifier and TypeMethodDescriptionTextInput.Builder.setType
(TextInput.Type value) How a text input field appears in the user interface.