Uses of Enum
com.google.apps.card.v1.Validation.InputType
Packages that use Validation.InputType
-
Uses of Validation.InputType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Validation.InputTypeModifier and TypeMethodDescriptionstatic Validation.InputTypeValidation.InputType.forNumber(int value) Validation.Builder.getInputType()Specify the type of the input widgets.Validation.getInputType()Specify the type of the input widgets.ValidationOrBuilder.getInputType()Specify the type of the input widgets.static Validation.InputTypeValidation.InputType.valueOf(int value) Deprecated.static Validation.InputTypeValidation.InputType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Validation.InputTypeReturns the enum constant of this type with the specified name.static Validation.InputType[]Validation.InputType.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 Validation.InputTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Validation.InputType>Validation.InputType.internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type Validation.InputTypeModifier and TypeMethodDescriptionValidation.Builder.setInputType(Validation.InputType value) Specify the type of the input widgets.