Uses of Enum
com.google.apps.card.v1.SelectionInput.SelectionType
Packages that use SelectionInput.SelectionType
-
Uses of SelectionInput.SelectionType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return SelectionInput.SelectionTypeModifier and TypeMethodDescriptionstatic SelectionInput.SelectionType
SelectionInput.SelectionType.forNumber
(int value) SelectionInput.Builder.getType()
The type of items that are displayed to users in a `SelectionInput` widget.SelectionInput.getType()
The type of items that are displayed to users in a `SelectionInput` widget.SelectionInputOrBuilder.getType()
The type of items that are displayed to users in a `SelectionInput` widget.static SelectionInput.SelectionType
SelectionInput.SelectionType.valueOf
(int value) Deprecated.static SelectionInput.SelectionType
SelectionInput.SelectionType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SelectionInput.SelectionType
Returns the enum constant of this type with the specified name.static SelectionInput.SelectionType[]
SelectionInput.SelectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type SelectionInput.SelectionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SelectionInput.SelectionType> SelectionInput.SelectionType.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type SelectionInput.SelectionTypeModifier and TypeMethodDescriptionSelectionInput.Builder.setType
(SelectionInput.SelectionType value) The type of items that are displayed to users in a `SelectionInput` widget.