Uses of Class
com.google.apps.card.v1.SelectionInput.SelectionItem
Packages that use SelectionInput.SelectionItem
-
Uses of SelectionInput.SelectionItem in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return SelectionInput.SelectionItemModifier and TypeMethodDescriptionSelectionInput.SelectionItem.Builder.build()
SelectionInput.SelectionItem.Builder.buildPartial()
static SelectionInput.SelectionItem
SelectionInput.SelectionItem.getDefaultInstance()
SelectionInput.SelectionItem.Builder.getDefaultInstanceForType()
SelectionInput.SelectionItem.getDefaultInstanceForType()
SelectionInput.Builder.getItems
(int index) An array of selectable items.SelectionInput.getItems
(int index) An array of selectable items.SelectionInputOrBuilder.getItems
(int index) An array of selectable items.static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseDelimitedFrom
(InputStream input) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(byte[] data) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(com.google.protobuf.ByteString data) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(com.google.protobuf.CodedInputStream input) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(InputStream input) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(ByteBuffer data) static SelectionInput.SelectionItem
SelectionInput.SelectionItem.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type SelectionInput.SelectionItemModifier and TypeMethodDescriptionSelectionInput.Builder.getItemsList()
An array of selectable items.SelectionInput.getItemsList()
An array of selectable items.SelectionInputOrBuilder.getItemsList()
An array of selectable items.com.google.protobuf.Parser
<SelectionInput.SelectionItem> SelectionInput.SelectionItem.getParserForType()
static com.google.protobuf.Parser
<SelectionInput.SelectionItem> SelectionInput.SelectionItem.parser()
Methods in com.google.apps.card.v1 with parameters of type SelectionInput.SelectionItemModifier and TypeMethodDescriptionSelectionInput.Builder.addItems
(int index, SelectionInput.SelectionItem value) An array of selectable items.SelectionInput.Builder.addItems
(SelectionInput.SelectionItem value) An array of selectable items.SelectionInput.SelectionItem.Builder.mergeFrom
(SelectionInput.SelectionItem other) SelectionInput.SelectionItem.newBuilder
(SelectionInput.SelectionItem prototype) SelectionInput.Builder.setItems
(int index, SelectionInput.SelectionItem value) An array of selectable items.Method parameters in com.google.apps.card.v1 with type arguments of type SelectionInput.SelectionItemModifier and TypeMethodDescriptionSelectionInput.Builder.addAllItems
(Iterable<? extends SelectionInput.SelectionItem> values) An array of selectable items.