Uses of Class
com.google.apps.card.v1.SelectionInput.Builder
Packages that use SelectionInput.Builder
-
Uses of SelectionInput.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return SelectionInput.BuilderModifier and TypeMethodDescriptionSelectionInput.Builder.addAllItems(Iterable<? extends SelectionInput.SelectionItem> values) An array of selectable items.SelectionInput.Builder.addItems(int index, SelectionInput.SelectionItem value) An array of selectable items.SelectionInput.Builder.addItems(int index, SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.SelectionInput.Builder.addItems(SelectionInput.SelectionItem value) An array of selectable items.SelectionInput.Builder.addItems(SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.SelectionInput.Builder.clear()SelectionInput.Builder.clearExternalDataSource()An external data source, such as a relational database.SelectionInput.Builder.clearItems()An array of selectable items.SelectionInput.Builder.clearLabel()The text that appears above the selection input field in the user interface.SelectionInput.Builder.clearMultiSelectDataSource()SelectionInput.Builder.clearMultiSelectMaxSelectedItems()For multiselect menus, the maximum number of items that a user can select.SelectionInput.Builder.clearMultiSelectMinQueryLength()For multiselect menus, the number of text characters that a user inputs before the menu returns suggested selection items.SelectionInput.Builder.clearName()Required.SelectionInput.Builder.clearOnChangeAction()If specified, the form is submitted when the selection changes.SelectionInput.Builder.clearPlatformDataSource()A data source from Google Workspace.SelectionInput.Builder.clearType()The type of items that are displayed to users in a `SelectionInput` widget.Columns.Column.Widgets.Builder.getSelectionInputBuilder()[SelectionInput][google.apps.card.v1.SelectionInput] widget.Widget.Builder.getSelectionInputBuilder()Displays a selection control that lets users select items.SelectionInput.Builder.mergeExternalDataSource(Action value) An external data source, such as a relational database.SelectionInput.Builder.mergeFrom(SelectionInput other) SelectionInput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SelectionInput.Builder.mergeFrom(com.google.protobuf.Message other) SelectionInput.Builder.mergeOnChangeAction(Action value) If specified, the form is submitted when the selection changes.SelectionInput.Builder.mergePlatformDataSource(SelectionInput.PlatformDataSource value) A data source from Google Workspace.static SelectionInput.BuilderSelectionInput.newBuilder()static SelectionInput.BuilderSelectionInput.newBuilder(SelectionInput prototype) SelectionInput.newBuilderForType()protected SelectionInput.BuilderSelectionInput.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SelectionInput.Builder.removeItems(int index) An array of selectable items.SelectionInput.Builder.setExternalDataSource(Action value) An external data source, such as a relational database.SelectionInput.Builder.setExternalDataSource(Action.Builder builderForValue) An external data source, such as a relational database.SelectionInput.Builder.setItems(int index, SelectionInput.SelectionItem value) An array of selectable items.SelectionInput.Builder.setItems(int index, SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.The text that appears above the selection input field in the user interface.SelectionInput.Builder.setLabelBytes(com.google.protobuf.ByteString value) The text that appears above the selection input field in the user interface.SelectionInput.Builder.setMultiSelectMaxSelectedItems(int value) For multiselect menus, the maximum number of items that a user can select.SelectionInput.Builder.setMultiSelectMinQueryLength(int value) For multiselect menus, the number of text characters that a user inputs before the menu returns suggested selection items.Required.SelectionInput.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.SelectionInput.Builder.setOnChangeAction(Action value) If specified, the form is submitted when the selection changes.SelectionInput.Builder.setOnChangeAction(Action.Builder builderForValue) If specified, the form is submitted when the selection changes.SelectionInput.Builder.setPlatformDataSource(SelectionInput.PlatformDataSource value) A data source from Google Workspace.SelectionInput.Builder.setPlatformDataSource(SelectionInput.PlatformDataSource.Builder builderForValue) A data source from Google Workspace.SelectionInput.Builder.setType(SelectionInput.SelectionType value) The type of items that are displayed to users in a `SelectionInput` widget.SelectionInput.Builder.setTypeValue(int value) The type of items that are displayed to users in a `SelectionInput` widget.SelectionInput.toBuilder()Methods in com.google.apps.card.v1 with parameters of type SelectionInput.BuilderModifier and TypeMethodDescriptionColumns.Column.Widgets.Builder.setSelectionInput(SelectionInput.Builder builderForValue) [SelectionInput][google.apps.card.v1.SelectionInput] widget.Widget.Builder.setSelectionInput(SelectionInput.Builder builderForValue) Displays a selection control that lets users select items.