Uses of Class
com.google.apps.card.v1.SelectionInput
-
Packages that use SelectionInput Package Description com.google.apps.card.v1 -
-
Uses of SelectionInput in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return SelectionInput Modifier and Type Method Description SelectionInput
SelectionInput.Builder. build()
SelectionInput
SelectionInput.Builder. buildPartial()
static SelectionInput
SelectionInput. getDefaultInstance()
SelectionInput
SelectionInput.Builder. getDefaultInstanceForType()
SelectionInput
SelectionInput. getDefaultInstanceForType()
SelectionInput
Columns.Column.Widgets.Builder. getSelectionInput()
[SelectionInput][google.apps.card.v1.SelectionInput] widget.SelectionInput
Columns.Column.Widgets. getSelectionInput()
[SelectionInput][google.apps.card.v1.SelectionInput] widget.SelectionInput
Columns.Column.WidgetsOrBuilder. getSelectionInput()
[SelectionInput][google.apps.card.v1.SelectionInput] widget.SelectionInput
Widget.Builder. getSelectionInput()
Displays a selection control that lets users select items.SelectionInput
Widget. getSelectionInput()
Displays a selection control that lets users select items.SelectionInput
WidgetOrBuilder. getSelectionInput()
Displays a selection control that lets users select items.static SelectionInput
SelectionInput. parseDelimitedFrom(java.io.InputStream input)
static SelectionInput
SelectionInput. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
SelectionInput. parseFrom(byte[] data)
static SelectionInput
SelectionInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
SelectionInput. parseFrom(com.google.protobuf.ByteString data)
static SelectionInput
SelectionInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
SelectionInput. parseFrom(com.google.protobuf.CodedInputStream input)
static SelectionInput
SelectionInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
SelectionInput. parseFrom(java.io.InputStream input)
static SelectionInput
SelectionInput. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
SelectionInput. parseFrom(java.nio.ByteBuffer data)
static SelectionInput
SelectionInput. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type SelectionInput Modifier and Type Method Description com.google.protobuf.Parser<SelectionInput>
SelectionInput. getParserForType()
static com.google.protobuf.Parser<SelectionInput>
SelectionInput. parser()
Methods in com.google.apps.card.v1 with parameters of type SelectionInput Modifier and Type Method Description SelectionInput.Builder
SelectionInput.Builder. mergeFrom(SelectionInput other)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. mergeSelectionInput(SelectionInput value)
[SelectionInput][google.apps.card.v1.SelectionInput] widget.Widget.Builder
Widget.Builder. mergeSelectionInput(SelectionInput value)
Displays a selection control that lets users select items.static SelectionInput.Builder
SelectionInput. newBuilder(SelectionInput prototype)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. setSelectionInput(SelectionInput value)
[SelectionInput][google.apps.card.v1.SelectionInput] widget.Widget.Builder
Widget.Builder. setSelectionInput(SelectionInput value)
Displays a selection control that lets users select items.
-