Uses of Class
com.google.apps.card.v1.TextInput.Type
-
Packages that use TextInput.Type Package Description com.google.apps.card.v1 -
-
Uses of TextInput.Type in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextInput.Type Modifier and Type Method Description static TextInput.Type
TextInput.Type. forNumber(int value)
TextInput.Type
TextInput.Builder. getType()
How a text input field appears in the user interface.TextInput.Type
TextInput. getType()
How a text input field appears in the user interface.TextInput.Type
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
TextInput.Type. valueOf(java.lang.String name)
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.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TextInput.Type>
TextInput.Type. internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type TextInput.Type Modifier and Type Method Description TextInput.Builder
TextInput.Builder. setType(TextInput.Type value)
How a text input field appears in the user interface.
-