public static final class Address.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder> implements AddressOrBuilder
Details of the post-processed address. Post-processing includes correcting misspelled parts of the address, replacing incorrect parts, and inferring missing parts.Protobuf type
google.maps.addressvalidation.v1.Address| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
addAddressComponents(AddressComponent.Builder builderForValue)
Unordered list.
|
Address.Builder |
addAddressComponents(AddressComponent value)
Unordered list.
|
Address.Builder |
addAddressComponents(int index,
AddressComponent.Builder builderForValue)
Unordered list.
|
Address.Builder |
addAddressComponents(int index,
AddressComponent value)
Unordered list.
|
AddressComponent.Builder |
addAddressComponentsBuilder()
Unordered list.
|
AddressComponent.Builder |
addAddressComponentsBuilder(int index)
Unordered list.
|
Address.Builder |
addAllAddressComponents(Iterable<? extends AddressComponent> values)
Unordered list.
|
Address.Builder |
addAllMissingComponentTypes(Iterable<String> values)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
Address.Builder |
addAllUnconfirmedComponentTypes(Iterable<String> values)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
Address.Builder |
addAllUnresolvedTokens(Iterable<String> values)
Any tokens in the input that could not be resolved.
|
Address.Builder |
addMissingComponentTypes(String value)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
Address.Builder |
addMissingComponentTypesBytes(com.google.protobuf.ByteString value)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
Address.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Address.Builder |
addUnconfirmedComponentTypes(String value)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
Address.Builder |
addUnconfirmedComponentTypesBytes(com.google.protobuf.ByteString value)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
Address.Builder |
addUnresolvedTokens(String value)
Any tokens in the input that could not be resolved.
|
Address.Builder |
addUnresolvedTokensBytes(com.google.protobuf.ByteString value)
Any tokens in the input that could not be resolved.
|
Address |
build() |
Address |
buildPartial() |
Address.Builder |
clear() |
Address.Builder |
clearAddressComponents()
Unordered list.
|
Address.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Address.Builder |
clearFormattedAddress()
The post-processed address, formatted as a single-line address following
the address formatting rules of the region where the address is located.
|
Address.Builder |
clearMissingComponentTypes()
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
Address.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Address.Builder |
clearPostalAddress()
The post-processed address represented as a postal address.
|
Address.Builder |
clearUnconfirmedComponentTypes()
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
Address.Builder |
clearUnresolvedTokens()
Any tokens in the input that could not be resolved.
|
Address.Builder |
clone() |
AddressComponent |
getAddressComponents(int index)
Unordered list.
|
AddressComponent.Builder |
getAddressComponentsBuilder(int index)
Unordered list.
|
List<AddressComponent.Builder> |
getAddressComponentsBuilderList()
Unordered list.
|
int |
getAddressComponentsCount()
Unordered list.
|
List<AddressComponent> |
getAddressComponentsList()
Unordered list.
|
AddressComponentOrBuilder |
getAddressComponentsOrBuilder(int index)
Unordered list.
|
List<? extends AddressComponentOrBuilder> |
getAddressComponentsOrBuilderList()
Unordered list.
|
Address |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFormattedAddress()
The post-processed address, formatted as a single-line address following
the address formatting rules of the region where the address is located.
|
com.google.protobuf.ByteString |
getFormattedAddressBytes()
The post-processed address, formatted as a single-line address following
the address formatting rules of the region where the address is located.
|
String |
getMissingComponentTypes(int index)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
com.google.protobuf.ByteString |
getMissingComponentTypesBytes(int index)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
int |
getMissingComponentTypesCount()
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
com.google.protobuf.ProtocolStringList |
getMissingComponentTypesList()
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
com.google.type.PostalAddress |
getPostalAddress()
The post-processed address represented as a postal address.
|
com.google.type.PostalAddress.Builder |
getPostalAddressBuilder()
The post-processed address represented as a postal address.
|
com.google.type.PostalAddressOrBuilder |
getPostalAddressOrBuilder()
The post-processed address represented as a postal address.
|
String |
getUnconfirmedComponentTypes(int index)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
com.google.protobuf.ByteString |
getUnconfirmedComponentTypesBytes(int index)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
int |
getUnconfirmedComponentTypesCount()
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
com.google.protobuf.ProtocolStringList |
getUnconfirmedComponentTypesList()
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
String |
getUnresolvedTokens(int index)
Any tokens in the input that could not be resolved.
|
com.google.protobuf.ByteString |
getUnresolvedTokensBytes(int index)
Any tokens in the input that could not be resolved.
|
int |
getUnresolvedTokensCount()
Any tokens in the input that could not be resolved.
|
com.google.protobuf.ProtocolStringList |
getUnresolvedTokensList()
Any tokens in the input that could not be resolved.
|
boolean |
hasPostalAddress()
The post-processed address represented as a postal address.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Address.Builder |
mergeFrom(Address other) |
Address.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Address.Builder |
mergeFrom(com.google.protobuf.Message other) |
Address.Builder |
mergePostalAddress(com.google.type.PostalAddress value)
The post-processed address represented as a postal address.
|
Address.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Address.Builder |
removeAddressComponents(int index)
Unordered list.
|
Address.Builder |
setAddressComponents(int index,
AddressComponent.Builder builderForValue)
Unordered list.
|
Address.Builder |
setAddressComponents(int index,
AddressComponent value)
Unordered list.
|
Address.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Address.Builder |
setFormattedAddress(String value)
The post-processed address, formatted as a single-line address following
the address formatting rules of the region where the address is located.
|
Address.Builder |
setFormattedAddressBytes(com.google.protobuf.ByteString value)
The post-processed address, formatted as a single-line address following
the address formatting rules of the region where the address is located.
|
Address.Builder |
setMissingComponentTypes(int index,
String value)
The types of components that were expected to be present in a correctly
formatted mailing address but were not found in the input AND could
not be inferred.
|
Address.Builder |
setPostalAddress(com.google.type.PostalAddress.Builder builderForValue)
The post-processed address represented as a postal address.
|
Address.Builder |
setPostalAddress(com.google.type.PostalAddress value)
The post-processed address represented as a postal address.
|
Address.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Address.Builder |
setUnconfirmedComponentTypes(int index,
String value)
The types of the components that are present in the `address_components`
but could not be confirmed to be correct.
|
Address.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Address.Builder |
setUnresolvedTokens(int index,
String value)
Any tokens in the input that could not be resolved.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Address build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Address buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Address.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Address.Builder>public Address.Builder mergeFrom(Address other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public Address.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Address.Builder>IOExceptionpublic String getFormattedAddress()
The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.
string formatted_address = 2;getFormattedAddress in interface AddressOrBuilderpublic com.google.protobuf.ByteString getFormattedAddressBytes()
The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.
string formatted_address = 2;getFormattedAddressBytes in interface AddressOrBuilderpublic Address.Builder setFormattedAddress(String value)
The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.
string formatted_address = 2;value - The formattedAddress to set.public Address.Builder clearFormattedAddress()
The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.
string formatted_address = 2;public Address.Builder setFormattedAddressBytes(com.google.protobuf.ByteString value)
The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.
string formatted_address = 2;value - The bytes for formattedAddress to set.public boolean hasPostalAddress()
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;hasPostalAddress in interface AddressOrBuilderpublic com.google.type.PostalAddress getPostalAddress()
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;getPostalAddress in interface AddressOrBuilderpublic Address.Builder setPostalAddress(com.google.type.PostalAddress value)
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;public Address.Builder setPostalAddress(com.google.type.PostalAddress.Builder builderForValue)
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;public Address.Builder mergePostalAddress(com.google.type.PostalAddress value)
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;public Address.Builder clearPostalAddress()
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;public com.google.type.PostalAddress.Builder getPostalAddressBuilder()
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder()
The post-processed address represented as a postal address.
.google.type.PostalAddress postal_address = 3;getPostalAddressOrBuilder in interface AddressOrBuilderpublic List<AddressComponent> getAddressComponentsList()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
getAddressComponentsList in interface AddressOrBuilderpublic int getAddressComponentsCount()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
getAddressComponentsCount in interface AddressOrBuilderpublic AddressComponent getAddressComponents(int index)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
getAddressComponents in interface AddressOrBuilderpublic Address.Builder setAddressComponents(int index, AddressComponent value)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder setAddressComponents(int index, AddressComponent.Builder builderForValue)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder addAddressComponents(AddressComponent value)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder addAddressComponents(int index, AddressComponent value)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder addAddressComponents(AddressComponent.Builder builderForValue)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder addAddressComponents(int index, AddressComponent.Builder builderForValue)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder addAllAddressComponents(Iterable<? extends AddressComponent> values)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder clearAddressComponents()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public Address.Builder removeAddressComponents(int index)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public AddressComponent.Builder getAddressComponentsBuilder(int index)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public AddressComponentOrBuilder getAddressComponentsOrBuilder(int index)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
getAddressComponentsOrBuilder in interface AddressOrBuilderpublic List<? extends AddressComponentOrBuilder> getAddressComponentsOrBuilderList()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
getAddressComponentsOrBuilderList in interface AddressOrBuilderpublic AddressComponent.Builder addAddressComponentsBuilder()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public AddressComponent.Builder addAddressComponentsBuilder(int index)
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public List<AddressComponent.Builder> getAddressComponentsBuilderList()
Unordered list. The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.
repeated .google.maps.addressvalidation.v1.AddressComponent address_components = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
public com.google.protobuf.ProtocolStringList getMissingComponentTypesList()
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;getMissingComponentTypesList in interface AddressOrBuilderpublic int getMissingComponentTypesCount()
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;getMissingComponentTypesCount in interface AddressOrBuilderpublic String getMissingComponentTypes(int index)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;getMissingComponentTypes in interface AddressOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getMissingComponentTypesBytes(int index)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;getMissingComponentTypesBytes in interface AddressOrBuilderindex - The index of the value to return.public Address.Builder setMissingComponentTypes(int index, String value)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;index - The index to set the value at.value - The missingComponentTypes to set.public Address.Builder addMissingComponentTypes(String value)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;value - The missingComponentTypes to add.public Address.Builder addAllMissingComponentTypes(Iterable<String> values)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;values - The missingComponentTypes to add.public Address.Builder clearMissingComponentTypes()
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;public Address.Builder addMissingComponentTypesBytes(com.google.protobuf.ByteString value)
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string missing_component_types = 5;value - The bytes of the missingComponentTypes to add.public com.google.protobuf.ProtocolStringList getUnconfirmedComponentTypesList()
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;getUnconfirmedComponentTypesList in interface AddressOrBuilderpublic int getUnconfirmedComponentTypesCount()
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;getUnconfirmedComponentTypesCount in interface AddressOrBuilderpublic String getUnconfirmedComponentTypes(int index)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;getUnconfirmedComponentTypes in interface AddressOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUnconfirmedComponentTypesBytes(int index)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;getUnconfirmedComponentTypesBytes in interface AddressOrBuilderindex - The index of the value to return.public Address.Builder setUnconfirmedComponentTypes(int index, String value)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;index - The index to set the value at.value - The unconfirmedComponentTypes to set.public Address.Builder addUnconfirmedComponentTypes(String value)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;value - The unconfirmedComponentTypes to add.public Address.Builder addAllUnconfirmedComponentTypes(Iterable<String> values)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;values - The unconfirmedComponentTypes to add.public Address.Builder clearUnconfirmedComponentTypes()
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;public Address.Builder addUnconfirmedComponentTypesBytes(com.google.protobuf.ByteString value)
The types of the components that are present in the `address_components` but could not be confirmed to be correct. This field is provided for the sake of convenience: its contents are equivalent to iterating through the `address_components` to find the types of all the components where the [confirmation_level][google.maps.addressvalidation.v1.AddressComponent.confirmation_level] is not [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED] or the [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] flag is not set to `true`. The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string unconfirmed_component_types = 6;value - The bytes of the unconfirmedComponentTypes to add.public com.google.protobuf.ProtocolStringList getUnresolvedTokensList()
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;getUnresolvedTokensList in interface AddressOrBuilderpublic int getUnresolvedTokensCount()
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;getUnresolvedTokensCount in interface AddressOrBuilderpublic String getUnresolvedTokens(int index)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;getUnresolvedTokens in interface AddressOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUnresolvedTokensBytes(int index)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;getUnresolvedTokensBytes in interface AddressOrBuilderindex - The index of the value to return.public Address.Builder setUnresolvedTokens(int index, String value)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;index - The index to set the value at.value - The unresolvedTokens to set.public Address.Builder addUnresolvedTokens(String value)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;value - The unresolvedTokens to add.public Address.Builder addAllUnresolvedTokens(Iterable<String> values)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;values - The unresolvedTokens to add.public Address.Builder clearUnresolvedTokens()
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;public Address.Builder addUnresolvedTokensBytes(com.google.protobuf.ByteString value)
Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like "123235253253 Main St, San Francisco, CA, 94105", the unresolved tokens may look like `["123235253253"]` since that does not look like a valid street number.
repeated string unresolved_tokens = 7;value - The bytes of the unresolvedTokens to add.public final Address.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>public final Address.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Address.Builder>Copyright © 2023 Google LLC. All rights reserved.