Verdict.Builder |
Verdict.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Verdict.Builder |
Verdict.Builder.clear() |
|
Verdict.Builder |
Verdict.Builder.clearAddressComplete() |
The address is considered complete if there are no unresolved tokens, no
unexpected or missing address components.
|
Verdict.Builder |
Verdict.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Verdict.Builder |
Verdict.Builder.clearGeocodeGranularity() |
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Builder |
Verdict.Builder.clearHasInferredComponents() |
At least one address component was inferred (added) that wasn't in the
input, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.clearHasReplacedComponents() |
At least one address component was replaced, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.clearHasUnconfirmedComponents() |
At least one address component cannot be categorized or validated, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.clearInputGranularity() |
The granularity of the **input** address.
|
Verdict.Builder |
Verdict.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Verdict.Builder |
Verdict.Builder.clearValidationGranularity() |
The granularity level that the API can fully **validate** the address to.
|
Verdict.Builder |
Verdict.Builder.clone() |
|
Verdict.Builder |
ValidationResult.Builder.getVerdictBuilder() |
Overall verdict flags
|
Verdict.Builder |
Verdict.Builder.mergeFrom(Verdict other) |
|
Verdict.Builder |
Verdict.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Verdict.Builder |
Verdict.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Verdict.Builder |
Verdict.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Verdict.Builder |
Verdict.newBuilder() |
|
static Verdict.Builder |
Verdict.newBuilder(Verdict prototype) |
|
Verdict.Builder |
Verdict.newBuilderForType() |
|
protected Verdict.Builder |
Verdict.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Verdict.Builder |
Verdict.Builder.setAddressComplete(boolean value) |
The address is considered complete if there are no unresolved tokens, no
unexpected or missing address components.
|
Verdict.Builder |
Verdict.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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.setGeocodeGranularityValue(int value) |
Information about the granularity of the
[`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
|
Verdict.Builder |
Verdict.Builder.setHasInferredComponents(boolean value) |
At least one address component was inferred (added) that wasn't in the
input, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.setHasReplacedComponents(boolean value) |
At least one address component was replaced, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.setHasUnconfirmedComponents(boolean value) |
At least one address component cannot be categorized or validated, see
[google.maps.addressvalidation.v1.Address.address_components] for
details.
|
Verdict.Builder |
Verdict.Builder.setInputGranularity(Verdict.Granularity value) |
The granularity of the **input** address.
|
Verdict.Builder |
Verdict.Builder.setInputGranularityValue(int value) |
The granularity of the **input** address.
|
Verdict.Builder |
Verdict.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Verdict.Builder |
Verdict.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Verdict.Builder |
Verdict.Builder.setValidationGranularity(Verdict.Granularity value) |
The granularity level that the API can fully **validate** the address to.
|
Verdict.Builder |
Verdict.Builder.setValidationGranularityValue(int value) |
The granularity level that the API can fully **validate** the address to.
|
Verdict.Builder |
Verdict.toBuilder() |
|