| Modifier and Type | Method and Description |
|---|---|
AddressComponent.Builder |
Address.Builder.addAddressComponentsBuilder()
Unordered list.
|
AddressComponent.Builder |
Address.Builder.addAddressComponentsBuilder(int index)
Unordered list.
|
AddressComponent.Builder |
AddressComponent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AddressComponent.Builder |
AddressComponent.Builder.clear() |
AddressComponent.Builder |
AddressComponent.Builder.clearComponentName()
The name for this component.
|
AddressComponent.Builder |
AddressComponent.Builder.clearComponentType()
The type of the address component.
|
AddressComponent.Builder |
AddressComponent.Builder.clearConfirmationLevel()
Indicates the level of certainty that we have that the component
is correct.
|
AddressComponent.Builder |
AddressComponent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AddressComponent.Builder |
AddressComponent.Builder.clearInferred()
Indicates that the component was not part of the input, but we
inferred it for the address location and believe it should be provided
for a complete address.
|
AddressComponent.Builder |
AddressComponent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AddressComponent.Builder |
AddressComponent.Builder.clearReplaced()
Indicates the name of the component was replaced with a completely
different one, for example a wrong postal code being replaced with one that
is correct for the address.
|
AddressComponent.Builder |
AddressComponent.Builder.clearSpellCorrected()
Indicates the spelling of the component name was corrected in a minor way,
for example by switching two characters that appeared in the wrong order.
|
AddressComponent.Builder |
AddressComponent.Builder.clearUnexpected()
Indicates an address component that is not expected to be present in a
postal address for the given region.
|
AddressComponent.Builder |
AddressComponent.Builder.clone() |
AddressComponent.Builder |
Address.Builder.getAddressComponentsBuilder(int index)
Unordered list.
|
AddressComponent.Builder |
AddressComponent.Builder.mergeComponentName(ComponentName value)
The name for this component.
|
AddressComponent.Builder |
AddressComponent.Builder.mergeFrom(AddressComponent other) |
AddressComponent.Builder |
AddressComponent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AddressComponent.Builder |
AddressComponent.Builder.mergeFrom(com.google.protobuf.Message other) |
AddressComponent.Builder |
AddressComponent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AddressComponent.Builder |
AddressComponent.newBuilder() |
static AddressComponent.Builder |
AddressComponent.newBuilder(AddressComponent prototype) |
AddressComponent.Builder |
AddressComponent.newBuilderForType() |
protected AddressComponent.Builder |
AddressComponent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AddressComponent.Builder |
AddressComponent.Builder.setComponentName(ComponentName.Builder builderForValue)
The name for this component.
|
AddressComponent.Builder |
AddressComponent.Builder.setComponentName(ComponentName value)
The name for this component.
|
AddressComponent.Builder |
AddressComponent.Builder.setComponentType(String value)
The type of the address component.
|
AddressComponent.Builder |
AddressComponent.Builder.setComponentTypeBytes(com.google.protobuf.ByteString value)
The type of the address component.
|
AddressComponent.Builder |
AddressComponent.Builder.setConfirmationLevel(AddressComponent.ConfirmationLevel value)
Indicates the level of certainty that we have that the component
is correct.
|
AddressComponent.Builder |
AddressComponent.Builder.setConfirmationLevelValue(int value)
Indicates the level of certainty that we have that the component
is correct.
|
AddressComponent.Builder |
AddressComponent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AddressComponent.Builder |
AddressComponent.Builder.setInferred(boolean value)
Indicates that the component was not part of the input, but we
inferred it for the address location and believe it should be provided
for a complete address.
|
AddressComponent.Builder |
AddressComponent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AddressComponent.Builder |
AddressComponent.Builder.setReplaced(boolean value)
Indicates the name of the component was replaced with a completely
different one, for example a wrong postal code being replaced with one that
is correct for the address.
|
AddressComponent.Builder |
AddressComponent.Builder.setSpellCorrected(boolean value)
Indicates the spelling of the component name was corrected in a minor way,
for example by switching two characters that appeared in the wrong order.
|
AddressComponent.Builder |
AddressComponent.Builder.setUnexpected(boolean value)
Indicates an address component that is not expected to be present in a
postal address for the given region.
|
AddressComponent.Builder |
AddressComponent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AddressComponent.Builder |
AddressComponent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<AddressComponent.Builder> |
Address.Builder.getAddressComponentsBuilderList()
Unordered list.
|
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
Address.Builder.addAddressComponents(AddressComponent.Builder builderForValue)
Unordered list.
|
Address.Builder |
Address.Builder.addAddressComponents(int index,
AddressComponent.Builder builderForValue)
Unordered list.
|
Address.Builder |
Address.Builder.setAddressComponents(int index,
AddressComponent.Builder builderForValue)
Unordered list.
|
Copyright © 2023 Google LLC. All rights reserved.