public interface ValidationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Information about the address itself as opposed to the geocode.
|
AddressOrBuilder |
getAddressOrBuilder()
Information about the address itself as opposed to the geocode.
|
Geocode |
getGeocode()
Information about the location and place that the address geocoded to.
|
GeocodeOrBuilder |
getGeocodeOrBuilder()
Information about the location and place that the address geocoded to.
|
AddressMetadata |
getMetadata()
Other information relevant to deliverability.
|
AddressMetadataOrBuilder |
getMetadataOrBuilder()
Other information relevant to deliverability.
|
UspsData |
getUspsData()
Extra deliverability flags provided by USPS.
|
UspsDataOrBuilder |
getUspsDataOrBuilder()
Extra deliverability flags provided by USPS.
|
Verdict |
getVerdict()
Overall verdict flags
|
VerdictOrBuilder |
getVerdictOrBuilder()
Overall verdict flags
|
boolean |
hasAddress()
Information about the address itself as opposed to the geocode.
|
boolean |
hasGeocode()
Information about the location and place that the address geocoded to.
|
boolean |
hasMetadata()
Other information relevant to deliverability.
|
boolean |
hasUspsData()
Extra deliverability flags provided by USPS.
|
boolean |
hasVerdict()
Overall verdict flags
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVerdict()
Overall verdict flags
.google.maps.addressvalidation.v1.Verdict verdict = 1;Verdict getVerdict()
Overall verdict flags
.google.maps.addressvalidation.v1.Verdict verdict = 1;VerdictOrBuilder getVerdictOrBuilder()
Overall verdict flags
.google.maps.addressvalidation.v1.Verdict verdict = 1;boolean hasAddress()
Information about the address itself as opposed to the geocode.
.google.maps.addressvalidation.v1.Address address = 2;Address getAddress()
Information about the address itself as opposed to the geocode.
.google.maps.addressvalidation.v1.Address address = 2;AddressOrBuilder getAddressOrBuilder()
Information about the address itself as opposed to the geocode.
.google.maps.addressvalidation.v1.Address address = 2;boolean hasGeocode()
Information about the location and place that the address geocoded to.
.google.maps.addressvalidation.v1.Geocode geocode = 3;Geocode getGeocode()
Information about the location and place that the address geocoded to.
.google.maps.addressvalidation.v1.Geocode geocode = 3;GeocodeOrBuilder getGeocodeOrBuilder()
Information about the location and place that the address geocoded to.
.google.maps.addressvalidation.v1.Geocode geocode = 3;boolean hasMetadata()
Other information relevant to deliverability. `metadata` is not guaranteed to be fully populated for every address sent to the Address Validation API.
.google.maps.addressvalidation.v1.AddressMetadata metadata = 4;AddressMetadata getMetadata()
Other information relevant to deliverability. `metadata` is not guaranteed to be fully populated for every address sent to the Address Validation API.
.google.maps.addressvalidation.v1.AddressMetadata metadata = 4;AddressMetadataOrBuilder getMetadataOrBuilder()
Other information relevant to deliverability. `metadata` is not guaranteed to be fully populated for every address sent to the Address Validation API.
.google.maps.addressvalidation.v1.AddressMetadata metadata = 4;boolean hasUspsData()
Extra deliverability flags provided by USPS. Only provided in region `US` and `PR`.
.google.maps.addressvalidation.v1.UspsData usps_data = 5;UspsData getUspsData()
Extra deliverability flags provided by USPS. Only provided in region `US` and `PR`.
.google.maps.addressvalidation.v1.UspsData usps_data = 5;UspsDataOrBuilder getUspsDataOrBuilder()
Extra deliverability flags provided by USPS. Only provided in region `US` and `PR`.
.google.maps.addressvalidation.v1.UspsData usps_data = 5;Copyright © 2024 Google LLC. All rights reserved.