| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
Address |
Address.Builder.buildPartial() |
Address |
ValidationResultOrBuilder.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 |
ValidationResult.Builder.getAddress()
Information about the address itself as opposed to the geocode.
|
static Address |
Address.getDefaultInstance() |
Address |
Address.getDefaultInstanceForType() |
Address |
Address.Builder.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(ByteBuffer data) |
static Address |
Address.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Address> |
Address.getParserForType() |
static com.google.protobuf.Parser<Address> |
Address.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.