public interface ValidateAddressResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseId()
The UUID that identifies this response.
|
com.google.protobuf.ByteString |
getResponseIdBytes()
The UUID that identifies this response.
|
ValidationResult |
getResult()
The result of the address validation.
|
ValidationResultOrBuilder |
getResultOrBuilder()
The result of the address validation.
|
boolean |
hasResult()
The result of the address validation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResult()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;ValidationResult getResult()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;ValidationResultOrBuilder getResultOrBuilder()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;String getResponseId()
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;com.google.protobuf.ByteString getResponseIdBytes()
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;Copyright © 2024 Google LLC. All rights reserved.