| Modifier and Type | Method and Description |
|---|---|
static Verdict.Granularity |
Verdict.Granularity.forNumber(int value) |
Verdict.Granularity |
Verdict.getGeocodeGranularity()
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Granularity |
Verdict.Builder.getGeocodeGranularity()
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Granularity |
VerdictOrBuilder.getGeocodeGranularity()
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Granularity |
Verdict.getInputGranularity()
The granularity of the **input** address.
|
Verdict.Granularity |
Verdict.Builder.getInputGranularity()
The granularity of the **input** address.
|
Verdict.Granularity |
VerdictOrBuilder.getInputGranularity()
The granularity of the **input** address.
|
Verdict.Granularity |
Verdict.getValidationGranularity()
The granularity level that the API can fully **validate** the address to.
|
Verdict.Granularity |
Verdict.Builder.getValidationGranularity()
The granularity level that the API can fully **validate** the address to.
|
Verdict.Granularity |
VerdictOrBuilder.getValidationGranularity()
The granularity level that the API can fully **validate** the address to.
|
static Verdict.Granularity |
Verdict.Granularity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Verdict.Granularity |
Verdict.Granularity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Verdict.Granularity |
Verdict.Granularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verdict.Granularity[] |
Verdict.Granularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Verdict.Granularity> |
Verdict.Granularity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Verdict.Builder |
Verdict.Builder.setGeocodeGranularity(Verdict.Granularity value)
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Builder |
Verdict.Builder.setInputGranularity(Verdict.Granularity value)
The granularity of the **input** address.
|
Verdict.Builder |
Verdict.Builder.setValidationGranularity(Verdict.Granularity value)
The granularity level that the API can fully **validate** the address to.
|
Copyright © 2024 Google LLC. All rights reserved.