Uses of Class
com.google.apps.card.v1.Validation.Builder
Packages that use Validation.Builder
-
Uses of Validation.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Validation.BuilderModifier and TypeMethodDescriptionValidation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validation.Builder.clear()Validation.Builder.clearCharacterLimit()Specify the character limit for text input widgets.Validation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Validation.Builder.clearInputType()Specify the type of the input widgets.Validation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Validation.Builder.clone()TextInput.Builder.getValidationBuilder()Specify the input format validation necessary for this text field.Validation.Builder.mergeFrom(Validation other) Validation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validation.Builder.mergeFrom(com.google.protobuf.Message other) final Validation.BuilderValidation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Validation.BuilderValidation.newBuilder()static Validation.BuilderValidation.newBuilder(Validation prototype) Validation.newBuilderForType()protected Validation.BuilderValidation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validation.Builder.setCharacterLimit(int value) Specify the character limit for text input widgets.Validation.Builder.setInputType(Validation.InputType value) Specify the type of the input widgets.Validation.Builder.setInputTypeValue(int value) Specify the type of the input widgets.Validation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Validation.BuilderValidation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validation.toBuilder()Methods in com.google.apps.card.v1 with parameters of type Validation.BuilderModifier and TypeMethodDescriptionTextInput.Builder.setValidation(Validation.Builder builderForValue) Specify the input format validation necessary for this text field.