Uses of Class
com.google.maps.addressvalidation.v1.Address
-
Packages that use Address Package Description com.google.maps.addressvalidation.v1 A client to Address Validation API -
-
Uses of Address in com.google.maps.addressvalidation.v1
Methods in com.google.maps.addressvalidation.v1 that return Address Modifier and Type Method Description AddressAddress.Builder. build()AddressAddress.Builder. buildPartial()AddressValidationResult.Builder. getAddress()Information about the address itself as opposed to the geocode.AddressValidationResult. getAddress()Information about the address itself as opposed to the geocode.AddressValidationResultOrBuilder. getAddress()Information about the address itself as opposed to the geocode.static AddressAddress. getDefaultInstance()AddressAddress.Builder. getDefaultInstanceForType()AddressAddress. getDefaultInstanceForType()static AddressAddress. parseDelimitedFrom(InputStream input)static AddressAddress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(byte[] data)static AddressAddress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.ByteString data)static AddressAddress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(InputStream input)static AddressAddress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(ByteBuffer data)static AddressAddress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.addressvalidation.v1 that return types with arguments of type Address Modifier and Type Method Description com.google.protobuf.Parser<Address>Address. getParserForType()static com.google.protobuf.Parser<Address>Address. parser()Methods in com.google.maps.addressvalidation.v1 with parameters of type Address Modifier and Type Method Description ValidationResult.BuilderValidationResult.Builder. mergeAddress(Address value)Information about the address itself as opposed to the geocode.Address.BuilderAddress.Builder. mergeFrom(Address other)static Address.BuilderAddress. newBuilder(Address prototype)ValidationResult.BuilderValidationResult.Builder. setAddress(Address value)Information about the address itself as opposed to the geocode.
-