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 TextInput
TextInput.Builder. build()
TextInput
TextInput.Builder. buildPartial()
static TextInput
TextInput. getDefaultInstance()
TextInput
TextInput.Builder. getDefaultInstanceForType()
TextInput
TextInput. getDefaultInstanceForType()
TextInput
Columns.Column.Widgets.Builder. getTextInput()
[TextInput][google.apps.card.v1.TextInput] widget.TextInput
Columns.Column.Widgets. getTextInput()
[TextInput][google.apps.card.v1.TextInput] widget.TextInput
Columns.Column.WidgetsOrBuilder. getTextInput()
[TextInput][google.apps.card.v1.TextInput] widget.TextInput
Widget.Builder. getTextInput()
Displays a text box that users can type into.TextInput
Widget. getTextInput()
Displays a text box that users can type into.TextInput
WidgetOrBuilder. getTextInput()
Displays a text box that users can type into.static TextInput
TextInput. parseDelimitedFrom(java.io.InputStream input)
static TextInput
TextInput. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(byte[] data)
static TextInput
TextInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(com.google.protobuf.ByteString data)
static TextInput
TextInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(com.google.protobuf.CodedInputStream input)
static TextInput
TextInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(java.io.InputStream input)
static TextInput
TextInput. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(java.nio.ByteBuffer data)
static TextInput
TextInput. 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.Builder
TextInput.Builder. mergeFrom(TextInput other)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. mergeTextInput(TextInput value)
[TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder
Widget.Builder. mergeTextInput(TextInput value)
Displays a text box that users can type into.static TextInput.Builder
TextInput. newBuilder(TextInput prototype)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. setTextInput(TextInput value)
[TextInput][google.apps.card.v1.TextInput] widget.Widget.Builder
Widget.Builder. setTextInput(TextInput value)
Displays a text box that users can type into.
-