@@ -38,22 +38,21 @@ message Address {
3838 // The validated address represented as a postal address.
3939 google.type.PostalAddress postal_address = 3 ;
4040
41- // The individual address components of the formatted and corrected address,
41+ // Unordered list. The individual address components of the formatted and corrected address,
4242 // along with validation information. This provides information on the
4343 // validation status of the individual components.
4444 //
45- // Address components are not ordered in a particular way. DO NOT make any
45+ // Address components are not ordered in a particular way. Do not make any
4646 // assumptions on the ordering of the address components in the list.
47- repeated AddressComponent address_components = 4
48- [(google.api.field_behavior ) = UNORDERED_LIST ];
47+ repeated AddressComponent address_components = 4 [(google.api.field_behavior ) = UNORDERED_LIST ];
4948
5049 // The types of components that were expected to be present in a correctly
5150 // formatted mailing address but were not found in the input AND could
5251 // not be inferred. Components of this type are not present in
5352 // `formatted_address`, `postal_address`, or `address_components`. An
5453 // example might be `['street_number', 'route']` for an input like
55- // "Boulder, Colorado, 80301, USA." The list of possible types can be found
56- // [here](https://developers.google.com/maps/documentation/geocoding/overview #Types).
54+ // "Boulder, Colorado, 80301, USA". The list of possible types can be found
55+ // [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding #Types).
5756 repeated string missing_component_types = 5 ;
5857
5958 // The types of the components that are present in the `address_components`
@@ -65,8 +64,8 @@ message Address {
6564 // [CONFIRMED][google.maps.addressvalidation.v1.AddressComponent.ConfirmationLevel.CONFIRMED]
6665 // or the
6766 // [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred]
68- // flag is not set to `true`.The list of possible types can be found
69- // [here](https://developers.google.com/maps/documentation/geocoding/overview #Types).
67+ // flag is not set to `true`. The list of possible types can be found
68+ // [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding #Types).
7069 repeated string unconfirmed_component_types = 6 ;
7170
7271 // Any tokens in the input that could not be resolved. This might be an
0 commit comments