Show / Hide Table of Contents

Enum ProvideValidationFeedbackRequest.Types.ValidationConclusion

The possible final outcomes of the sequence of address validation requests needed to validate an address.

Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public enum ProvideValidationFeedbackRequest.Types.ValidationConclusion

Fields

Name Description
Unspecified

This value is unused. If the ProvideValidationFeedbackRequest.conclusion field is set to VALIDATION_CONCLUSION_UNSPECIFIED, an INVALID_ARGUMENT error will be returned.

Unused

The transaction was abandoned and the address was not used.

UnvalidatedVersionUsed

A version of the address that was entered after the last validation attempt but that was not re-validated was used for the transaction.

UserVersionUsed

The version of the address provided by the user was used for the transaction

ValidatedVersionUsed

The version of the address returned by the Address Validation API was used for the transaction.

In this article
Back to top Generated by DocFX