com.google.maps.addressvalidation.v1.gapic_metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-maps-addressvalidation Show documentation
Show all versions of google-maps-addressvalidation Show documentation
Address Validation API The Address Validation API allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.maps.addressvalidation.v1",
"libraryPackage": "com.google.maps.addressvalidation.v1",
"services": {
"AddressValidation": {
"clients": {
"grpc": {
"libraryClient": "AddressValidationClient",
"rpcs": {
"ProvideValidationFeedback": {
"methods": ["provideValidationFeedback", "provideValidationFeedbackCallable"]
},
"ValidateAddress": {
"methods": ["validateAddress", "validateAddressCallable"]
}
}
}
}
}
}
}