Class V1Resource
The "v1" collection of methods.
Inherited Members
Namespace: Google.Apis.AddressValidation.v1
Assembly: Google.Apis.AddressValidation.v1.dll
Syntax
public class V1Resource
Constructors
V1Resource(IClientService)
Constructs a new resource.
Declaration
public V1Resource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
ProvideValidationFeedback(GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest)
Feedback about the outcome of the sequence of validation attempts. This should be the last call made after a
sequence of validation calls for the same address, and should be called once the transaction is concluded.
This should only be sent once for the sequence of ValidateAddress
requests needed to validate an address
fully.
Declaration
public virtual V1Resource.ProvideValidationFeedbackRequest ProvideValidationFeedback(GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
V1Resource.ProvideValidationFeedbackRequest |
ValidateAddress(GoogleMapsAddressvalidationV1ValidateAddressRequest)
Validates an address.
Declaration
public virtual V1Resource.ValidateAddressRequest ValidateAddress(GoogleMapsAddressvalidationV1ValidateAddressRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleMapsAddressvalidationV1ValidateAddressRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
V1Resource.ValidateAddressRequest |