| Modifier and Type | Method and Description |
|---|---|
Geocode |
Geocode.Builder.build() |
Geocode |
Geocode.Builder.buildPartial() |
static Geocode |
Geocode.getDefaultInstance() |
Geocode |
Geocode.getDefaultInstanceForType() |
Geocode |
Geocode.Builder.getDefaultInstanceForType() |
Geocode |
ValidationResult.getGeocode()
Information about the location and place that the address geocoded to.
|
Geocode |
ValidationResult.Builder.getGeocode()
Information about the location and place that the address geocoded to.
|
Geocode |
ValidationResultOrBuilder.getGeocode()
Information about the location and place that the address geocoded to.
|
static Geocode |
Geocode.parseDelimitedFrom(InputStream input) |
static Geocode |
Geocode.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Geocode |
Geocode.parseFrom(byte[] data) |
static Geocode |
Geocode.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Geocode |
Geocode.parseFrom(ByteBuffer data) |
static Geocode |
Geocode.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Geocode |
Geocode.parseFrom(com.google.protobuf.ByteString data) |
static Geocode |
Geocode.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Geocode |
Geocode.parseFrom(com.google.protobuf.CodedInputStream input) |
static Geocode |
Geocode.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Geocode |
Geocode.parseFrom(InputStream input) |
static Geocode |
Geocode.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Geocode> |
Geocode.getParserForType() |
static com.google.protobuf.Parser<Geocode> |
Geocode.parser() |
| Modifier and Type | Method and Description |
|---|---|
Geocode.Builder |
Geocode.Builder.mergeFrom(Geocode other) |
ValidationResult.Builder |
ValidationResult.Builder.mergeGeocode(Geocode value)
Information about the location and place that the address geocoded to.
|
static Geocode.Builder |
Geocode.newBuilder(Geocode prototype) |
ValidationResult.Builder |
ValidationResult.Builder.setGeocode(Geocode value)
Information about the location and place that the address geocoded to.
|
Copyright © 2023 Google LLC. All rights reserved.