Uses of Class
com.google.apps.card.v1.TextInput.Builder
Packages that use TextInput.Builder
-
Uses of TextInput.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextInput.BuilderModifier and TypeMethodDescriptionTextInput.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TextInput.Builder.clear()
TextInput.Builder.clearAutoCompleteAction()
Optional.TextInput.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) TextInput.Builder.clearHintText()
Text that appears below the text input field meant to assist users by prompting them to enter a certain value.TextInput.Builder.clearInitialSuggestions()
Suggested values that users can enter.TextInput.Builder.clearLabel()
The text that appears above the text input field in the user interface.TextInput.Builder.clearName()
The name by which the text input is identified in a form input event.TextInput.Builder.clearOnChangeAction()
What to do when a change occurs in the text input field.TextInput.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) TextInput.Builder.clearPlaceholderText()
Text that appears in the text input field when the field is empty.TextInput.Builder.clearType()
How a text input field appears in the user interface.TextInput.Builder.clearValue()
The value entered by a user, returned as part of a form input event.TextInput.Builder.clone()
Columns.Column.Widgets.Builder.getTextInputBuilder()
[TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder.getTextInputBuilder()
Displays a text box that users can type into.TextInput.Builder.mergeAutoCompleteAction
(Action value) Optional.TextInput.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextInput.Builder.mergeFrom
(com.google.protobuf.Message other) TextInput.Builder.mergeInitialSuggestions
(Suggestions value) Suggested values that users can enter.TextInput.Builder.mergeOnChangeAction
(Action value) What to do when a change occurs in the text input field.final TextInput.Builder
TextInput.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static TextInput.Builder
TextInput.newBuilder()
static TextInput.Builder
TextInput.newBuilder
(TextInput prototype) TextInput.newBuilderForType()
protected TextInput.Builder
TextInput.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TextInput.Builder.setAutoCompleteAction
(Action value) Optional.TextInput.Builder.setAutoCompleteAction
(Action.Builder builderForValue) Optional.TextInput.Builder.setHintText
(String value) Text that appears below the text input field meant to assist users by prompting them to enter a certain value.TextInput.Builder.setHintTextBytes
(com.google.protobuf.ByteString value) Text that appears below the text input field meant to assist users by prompting them to enter a certain value.TextInput.Builder.setInitialSuggestions
(Suggestions value) Suggested values that users can enter.TextInput.Builder.setInitialSuggestions
(Suggestions.Builder builderForValue) Suggested values that users can enter.The text that appears above the text input field in the user interface.TextInput.Builder.setLabelBytes
(com.google.protobuf.ByteString value) The text that appears above the text input field in the user interface.The name by which the text input is identified in a form input event.TextInput.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name by which the text input is identified in a form input event.TextInput.Builder.setOnChangeAction
(Action value) What to do when a change occurs in the text input field.TextInput.Builder.setOnChangeAction
(Action.Builder builderForValue) What to do when a change occurs in the text input field.TextInput.Builder.setPlaceholderText
(String value) Text that appears in the text input field when the field is empty.TextInput.Builder.setPlaceholderTextBytes
(com.google.protobuf.ByteString value) Text that appears in the text input field when the field is empty.TextInput.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TextInput.Builder.setType
(TextInput.Type value) How a text input field appears in the user interface.TextInput.Builder.setTypeValue
(int value) How a text input field appears in the user interface.final TextInput.Builder
TextInput.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) The value entered by a user, returned as part of a form input event.TextInput.Builder.setValueBytes
(com.google.protobuf.ByteString value) The value entered by a user, returned as part of a form input event.TextInput.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type TextInput.BuilderModifier and TypeMethodDescriptionColumns.Column.Widgets.Builder.setTextInput
(TextInput.Builder builderForValue) [TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder.setTextInput
(TextInput.Builder builderForValue) Displays a text box that users can type into.