Uses of Class
com.google.apps.card.v1.TextInput
Packages that use TextInput
-
Uses of TextInput in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextInputModifier and TypeMethodDescriptionTextInput.Builder.build()TextInput.Builder.buildPartial()static TextInputTextInput.getDefaultInstance()TextInput.Builder.getDefaultInstanceForType()TextInput.getDefaultInstanceForType()Columns.Column.Widgets.Builder.getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.Columns.Column.Widgets.getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.Columns.Column.WidgetsOrBuilder.getTextInput()[TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder.getTextInput()Displays a text box that users can type into.Widget.getTextInput()Displays a text box that users can type into.WidgetOrBuilder.getTextInput()Displays a text box that users can type into.static TextInputTextInput.parseDelimitedFrom(InputStream input) static TextInputTextInput.parseDelimitedFrom(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(InputStream input) static TextInputTextInput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextInputTextInput.parseFrom(ByteBuffer data) static TextInputTextInput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type TextInputModifier and TypeMethodDescriptioncom.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 TextInputModifier and TypeMethodDescriptionColumns.Column.Widgets.Builder.mergeTextInput(TextInput value) [TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder.mergeTextInput(TextInput value) Displays a text box that users can type into.static TextInput.BuilderTextInput.newBuilder(TextInput prototype) Columns.Column.Widgets.Builder.setTextInput(TextInput value) [TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder.setTextInput(TextInput value) Displays a text box that users can type into.