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 Address
Address.Builder. build()
Address
Address.Builder. buildPartial()
Address
ValidationResult.Builder. getAddress()
Information about the address itself as opposed to the geocode.Address
ValidationResult. getAddress()
Information about the address itself as opposed to the geocode.Address
ValidationResultOrBuilder. getAddress()
Information about the address itself as opposed to the geocode.static Address
Address. getDefaultInstance()
Address
Address.Builder. getDefaultInstanceForType()
Address
Address. getDefaultInstanceForType()
static Address
Address. parseDelimitedFrom(InputStream input)
static Address
Address. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(byte[] data)
static Address
Address. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(com.google.protobuf.ByteString data)
static Address
Address. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(com.google.protobuf.CodedInputStream input)
static Address
Address. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(InputStream input)
static Address
Address. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(ByteBuffer data)
static Address
Address. 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.Builder
ValidationResult.Builder. mergeAddress(Address value)
Information about the address itself as opposed to the geocode.Address.Builder
Address.Builder. mergeFrom(Address other)
static Address.Builder
Address. newBuilder(Address prototype)
ValidationResult.Builder
ValidationResult.Builder. setAddress(Address value)
Information about the address itself as opposed to the geocode.
-