@@ -1615,16 +1615,17 @@ class Location
16151615 # @return [String]
16161616 attr_accessor :location_type
16171617
1618- # Represents a postal address (for example, for postal delivery or payments
1619- # addresses). Given a postal address, a postal service can deliver items to a
1620- # premise, P.O. box or similar. It is not intended to model geographical
1621- # locations (roads, towns, mountains). In typical usage, an address would be
1622- # created by user input or from importing existing data, depending on the type
1623- # of process. Advice on address input or editing: - Use an internationalization-
1624- # ready address widget such as https://github.com/google/libaddressinput. -
1625- # Users should not be presented with UI elements for input or editing of fields
1626- # outside countries where that field is used. For more guidance on how to use
1627- # this schema, see: https://support.google.com/business/answer/6397478.
1618+ # Represents a postal address, such as for postal delivery or payments addresses.
1619+ # With a postal address, a postal service can deliver items to a premise, P.O.
1620+ # box, or similar. A postal address is not intended to model geographical
1621+ # locations like roads, towns, or mountains. In typical usage, an address would
1622+ # be created by user input or from importing existing data, depending on the
1623+ # type of process. Advice on address input or editing: - Use an
1624+ # internationalization-ready address widget such as https://github.com/google/
1625+ # libaddressinput. - Users should not be presented with UI elements for input or
1626+ # editing of fields outside countries where that field is used. For more
1627+ # guidance on how to use this schema, see: https://support.google.com/business/
1628+ # answer/6397478.
16281629 # Corresponds to the JSON property `postalAddress`
16291630 # @return [Google::Apis::JobsV3::PostalAddress]
16301631 attr_accessor :postal_address
@@ -1873,16 +1874,17 @@ def update!(**args)
18731874 end
18741875 end
18751876
1876- # Represents a postal address (for example, for postal delivery or payments
1877- # addresses). Given a postal address, a postal service can deliver items to a
1878- # premise, P.O. box or similar. It is not intended to model geographical
1879- # locations (roads, towns, mountains). In typical usage, an address would be
1880- # created by user input or from importing existing data, depending on the type
1881- # of process. Advice on address input or editing: - Use an internationalization-
1882- # ready address widget such as https://github.com/google/libaddressinput. -
1883- # Users should not be presented with UI elements for input or editing of fields
1884- # outside countries where that field is used. For more guidance on how to use
1885- # this schema, see: https://support.google.com/business/answer/6397478.
1877+ # Represents a postal address, such as for postal delivery or payments addresses.
1878+ # With a postal address, a postal service can deliver items to a premise, P.O.
1879+ # box, or similar. A postal address is not intended to model geographical
1880+ # locations like roads, towns, or mountains. In typical usage, an address would
1881+ # be created by user input or from importing existing data, depending on the
1882+ # type of process. Advice on address input or editing: - Use an
1883+ # internationalization-ready address widget such as https://github.com/google/
1884+ # libaddressinput. - Users should not be presented with UI elements for input or
1885+ # editing of fields outside countries where that field is used. For more
1886+ # guidance on how to use this schema, see: https://support.google.com/business/
1887+ # answer/6397478.
18861888 class PostalAddress
18871889 include Google ::Apis ::Core ::Hashable
18881890
0 commit comments