Uses of Class
com.google.cloud.essentialcontacts.v1.ValidationState
-
Packages that use ValidationState Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of ValidationState in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return ValidationState Modifier and Type Method Description static ValidationState
ValidationState. forNumber(int value)
ValidationState
Contact.Builder. getValidationState()
The validity of the contact.ValidationState
Contact. getValidationState()
The validity of the contact.ValidationState
ContactOrBuilder. getValidationState()
The validity of the contact.static ValidationState
ValidationState. valueOf(int value)
Deprecated.static ValidationState
ValidationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ValidationState
ValidationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationState[]
ValidationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type ValidationState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValidationState>
ValidationState. internalGetValueMap()
Methods in com.google.cloud.essentialcontacts.v1 with parameters of type ValidationState Modifier and Type Method Description Contact.Builder
Contact.Builder. setValidationState(ValidationState value)
The validity of the contact.
-