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.TypeTextInput.Type. forNumber(int value)TextInput.TypeTextInput.Builder. getType()How a text input field appears in the user interface.TextInput.TypeTextInput. getType()How a text input field appears in the user interface.TextInput.TypeTextInputOrBuilder. getType()How a text input field appears in the user interface.static TextInput.TypeTextInput.Type. valueOf(int value)Deprecated.static TextInput.TypeTextInput.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TextInput.TypeTextInput.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.BuilderTextInput.Builder. setType(TextInput.Type value)How a text input field appears in the user interface.
-