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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SelectionInput.SelectionItem.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SelectionInput.SelectionItem.Builder.clearSelected()Whether the item is selected by default.SelectionInput.SelectionItem.Builder.clearStartIconUri()For multiselect menus, the URL for the icon displayed next to the item's `text` field.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.SelectionItem.Builder.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SelectionInput.SelectionItem.newBuilder()SelectionInput.SelectionItem.newBuilder(SelectionInput.SelectionItem prototype) SelectionInput.SelectionItem.newBuilderForType()protected SelectionInput.SelectionItem.BuilderSelectionInput.SelectionItem.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelectionInput.SelectionItem.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SelectionInput.SelectionItem.Builder.setSelected(boolean value) Whether the item is selected by default.SelectionInput.SelectionItem.Builder.setStartIconUri(String value) For multiselect menus, the URL for the icon displayed next to the item's `text` field.SelectionInput.SelectionItem.Builder.setStartIconUriBytes(com.google.protobuf.ByteString value) For multiselect menus, the URL for the icon displayed next to the item's `text` field.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.SelectionInput.SelectionItem.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.