@@ -86,9 +86,9 @@ class GoogleMapsAddressvalidationV1Address
8686 # The post-processed address, formatted as a single-line address following the
8787 # address formatting rules of the region where the address is located. Note: the
8888 # format of this address may not match the format of the address in the `
89- # postal_address` field. For example, the `postal_address` will always represent
90- # the country as a 2 letter `region_code` (ex. "US" or "CA"), whereas this field
91- # will use a longer form of the country name (ex. "USA or "Canada") .
89+ # postal_address` field. For example, the `postal_address` always represents the
90+ # country as a 2 letter `region_code`, such as "US" or "NZ". By contrast, this
91+ # field uses a longer form of the country name, such as "USA" or "New Zealand" .
9292 # Corresponds to the JSON property `formattedAddress`
9393 # @return [String]
9494 attr_accessor :formatted_address
@@ -130,9 +130,10 @@ class GoogleMapsAddressvalidationV1Address
130130 attr_accessor :unconfirmed_component_types
131131
132132 # Any tokens in the input that could not be resolved. This might be an input
133- # that was not recognized as a valid part of an address (for example in an input
134- # like "Parcel 0000123123 & 0000456456 Str # Guthrie Center IA 50115 US", the
135- # unresolved tokens may look like `["Parcel", "0000123123", "&", "0000456456"]`.
133+ # that was not recognized as a valid part of an address. For example, for an
134+ # input such as "Parcel 0000123123 & 0000456456 Str # Guthrie Center IA 50115 US"
135+ # , the unresolved tokens might look like `["Parcel", "0000123123", "&", "
136+ # 0000456456"]`.
136137 # Corresponds to the JSON property `unresolvedTokens`
137138 # @return [Array<String>]
138139 attr_accessor :unresolved_tokens
0 commit comments