Uses of Class
com.google.apps.card.v1.TextInput
-
Packages that use TextInput Package Description com.google.apps.card.v1 -
-
Uses of TextInput in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextInput Modifier and Type Method Description TextInputTextInput.Builder. build()TextInputTextInput.Builder. buildPartial()static TextInputTextInput. getDefaultInstance()TextInputTextInput.Builder. getDefaultInstanceForType()TextInputTextInput. getDefaultInstanceForType()TextInputColumns.Column.Widgets.Builder. getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.TextInputColumns.Column.Widgets. getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.TextInputColumns.Column.WidgetsOrBuilder. getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.TextInputWidget.Builder. getTextInput()Displays a text box that users can type into.TextInputWidget. getTextInput()Displays a text box that users can type into.TextInputWidgetOrBuilder. getTextInput()Displays a text box that users can type into.static TextInputTextInput. parseDelimitedFrom(java.io.InputStream input)static TextInputTextInput. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(byte[] data)static TextInputTextInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(com.google.protobuf.ByteString data)static TextInputTextInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(com.google.protobuf.CodedInputStream input)static TextInputTextInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(java.io.InputStream input)static TextInputTextInput. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(java.nio.ByteBuffer data)static TextInputTextInput. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type TextInput Modifier and Type Method Description com.google.protobuf.Parser<TextInput>TextInput. getParserForType()static com.google.protobuf.Parser<TextInput>TextInput. parser()Methods in com.google.apps.card.v1 with parameters of type TextInput Modifier and Type Method Description TextInput.BuilderTextInput.Builder. mergeFrom(TextInput other)Columns.Column.Widgets.BuilderColumns.Column.Widgets.Builder. mergeTextInput(TextInput value)[TextInput][google.apps.card.v1.TextInput] widget.Widget.BuilderWidget.Builder. mergeTextInput(TextInput value)Displays a text box that users can type into.static TextInput.BuilderTextInput. newBuilder(TextInput prototype)Columns.Column.Widgets.BuilderColumns.Column.Widgets.Builder. setTextInput(TextInput value)[TextInput][google.apps.card.v1.TextInput] widget.Widget.BuilderWidget.Builder. setTextInput(TextInput value)Displays a text box that users can type into.
-