Uses of Class
com.google.apps.card.v1.SelectionInput.SelectionItem.Builder
Packages that use SelectionInput.SelectionItem.Builder
-
Uses of SelectionInput.SelectionItem.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return SelectionInput.SelectionItem.BuilderModifier and TypeMethodDescriptionSelectionInput.Builder.addItemsBuilder()An array of selectable items.SelectionInput.Builder.addItemsBuilder(int index) An array of selectable items.SelectionInput.SelectionItem.Builder.clear()SelectionInput.SelectionItem.Builder.clearBottomText()For multiselect menus, a text description or label that's displayed below the item's `text` field.SelectionInput.SelectionItem.Builder.clearSelected()Whether the item is selected by default.SelectionInput.SelectionItem.Builder.clearStartIcon()SelectionInput.SelectionItem.Builder.clearStartIconUri()string start_icon_uri = 4;SelectionInput.SelectionItem.Builder.clearText()The text that identifies or describes the item to users.SelectionInput.SelectionItem.Builder.clearValue()The value associated with this item.SelectionInput.Builder.getItemsBuilder(int index) An array of selectable items.SelectionInput.SelectionItem.Builder.mergeFrom(SelectionInput.SelectionItem other) SelectionInput.SelectionItem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SelectionInput.SelectionItem.Builder.mergeFrom(com.google.protobuf.Message other) SelectionInput.SelectionItem.newBuilder()SelectionInput.SelectionItem.newBuilder(SelectionInput.SelectionItem prototype) SelectionInput.SelectionItem.newBuilderForType()protected SelectionInput.SelectionItem.BuilderSelectionInput.SelectionItem.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SelectionInput.SelectionItem.Builder.setBottomText(String value) For multiselect menus, a text description or label that's displayed below the item's `text` field.SelectionInput.SelectionItem.Builder.setBottomTextBytes(com.google.protobuf.ByteString value) For multiselect menus, a text description or label that's displayed below the item's `text` field.SelectionInput.SelectionItem.Builder.setSelected(boolean value) Whether the item is selected by default.SelectionInput.SelectionItem.Builder.setStartIconUri(String value) string start_icon_uri = 4;SelectionInput.SelectionItem.Builder.setStartIconUriBytes(com.google.protobuf.ByteString value) string start_icon_uri = 4;The text that identifies or describes the item to users.SelectionInput.SelectionItem.Builder.setTextBytes(com.google.protobuf.ByteString value) The text that identifies or describes the item to users.The value associated with this item.SelectionInput.SelectionItem.Builder.setValueBytes(com.google.protobuf.ByteString value) The value associated with this item.SelectionInput.SelectionItem.toBuilder()Methods in com.google.apps.card.v1 that return types with arguments of type SelectionInput.SelectionItem.BuilderModifier and TypeMethodDescriptionSelectionInput.Builder.getItemsBuilderList()An array of selectable items.Methods in com.google.apps.card.v1 with parameters of type SelectionInput.SelectionItem.BuilderModifier and TypeMethodDescriptionSelectionInput.Builder.addItems(int index, SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.SelectionInput.Builder.addItems(SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.SelectionInput.Builder.setItems(int index, SelectionInput.SelectionItem.Builder builderForValue) An array of selectable items.