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
Subclasses with type arguments of type SelectionInput.SelectionType in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic enumThe format for the items that users can select.Methods in com.google.apps.card.v1 that return SelectionInput.SelectionTypeModifier and TypeMethodDescriptionstatic SelectionInput.SelectionTypeSelectionInput.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.SelectionTypeSelectionInput.SelectionType.valueOf(int value) Deprecated.static SelectionInput.SelectionTypeSelectionInput.SelectionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SelectionInput.SelectionTypeReturns 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.